Hi,
I have a type of following event data which is coming from forwarder.
Column1=XYZ+Column2=ABC+ColumnC=GGG....
I want to remove Column2=ABC value from the event before indexing. Can help how to filter this data. The event should be indexed like
Column1=XYZ+ColumnC=GGG....
↧