Iam monitoring the windows events using Beats , but i could find lot of events generated every second and its kind of overloaded
I want to drop this event id event_id : 5,516
Eventid is the field name and 5,516 is the value
How to drop this documents completely wherever it have this eventid value, before it sends to elasticsearch.
Don't include the thousands separator in the condition. Also, make sure you check the data type of the event_id field. Is it an integer or a string? Look at the raw JSON document, available from the JSON tab in Kibana.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.