Removing a specific field in logstash input

Viewed 17

I have an input line that goes something like this:

<400> test=true test1=false test2=N/A test3=true

and I want to remove any N/A field that would appear in the input entirely (test2:N/A) ect...

How do I do this with grok?

0 Answers
Related