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?
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?