Cant get results after updating to version 6

I am doing the following:

POST http://graylog-pp.net:9000/api/views/search/999999999994ce972d10e29f/execute

Response:
{
“cancel_after_seconds”: 0,
“executing_node”: “77777770-7777-4387-ac30-838604805657”,
“execution”: {
“cancelled”: false,
“completed_exceptionally”: false,
“done”: false
},
“id”: “88888888888de14683fc48b4”,
“owner”: “staging”,
“results”: {},
“search_id”: “999999999994ce972d10e29f”
}

GET http://graylog-pp.net:9000/api/views/searchjobs/77777770-7777-4387-ac30-838604805657/88888888888de14683fc48b4/status

Response:
{
“executing_node”: “77777770-7777-4387-ac30-838604805657”,
“execution”: {
“cancelled”: false,
“completed_exceptionally”: false,
“done”: false
},
“id”: “8888888d4dbde14683fc48b4”,
“owner”: “staging”,
“progress”: 0,
“results”: {},
“search_id”: “999999999994ce972d10e29f”
}

I expected to see results in the GET call, I see them via the UI. Please let me know if anyone could help,

thanks

Howdy!

There were some changes to how the API works. I recommend exploring the Search/Simple API endpoints:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.