deleting specific log events
Posted: Tue Jun 11, 2019 10:22 pm
Would this be correct syntax to delete all SourceName fields that contain "Microsoft-Windows-Security-Auditing"?
The Query in the GUI looks to be a good filter.
24hrs has = 262300014 hits
Cheers
The Query in the GUI looks to be a good filter.
24hrs has = 262300014 hits
Code: Select all
curl -XDELETE 'http://localhost:9200/logstash-*/_query?q=SourceName="Microsoft-Windows-Security-Auditing"'Cheers