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”
}
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
