We have tried on using curl and on API browser, both are returning no results ( “results”: {})
It was working fine on Graylog 4.x until we migrated it to version 6
Any changes on the search API for version 6?
I guess i answer my own question, look like the /api/views/search/{id}/execute is now asynchronous.
Need to make another call /api/views/search/status/{jobid} for the results. The jobid is from the first call id.