Hi,
How can we delete events based on fields for example I want to delete all events with eventid: XXXX then is it possible to do.
How to delete events based on fields
Re: How to delete events based on fields
You would need to do it from the command line with something like this:
Code: Select all
curl -XDELETE 'http://localhost:9200/logstash-2020.12.10/_query?q=eventid:ID'As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.