Hello,
I use the API Rest to query Graylog within the paths /views/search.
- First the search is created with POST /views/search.
- The search result is retrieve with POST /views/search/:searchid/execute
By default, searches are not saved, but if I request the list of searches it increases indefinitely.
Is there anyway to cleanup old searches ?
Environment:
- Graylog 5.0 with Elasticsearch.
Greetings