Hi,
Can someone give me an example on howto remove a logentry from the dashboard with a filter.
On the dashboard I can create a (temp) filter; but it doesn't show how to use this as a logstash filter.
create filter to remove entries
Re: create filter to remove entries
There's a distinct difference between dashboard filters and Logstash filters. They don't work in the same way.
Are you looking or a Logstash filter rule that will drop/delete certain traffic? That might look something like this:
Be very careful using that though. Once the traffic is dropped, it is really really hard to get it back.
Are you looking or a Logstash filter rule that will drop/delete certain traffic? That might look something like this:
Code: Select all
if [conditions] {
drop{}
}
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/