I have files I am ingesting that have variable formats. I want to pick those lines out that only have an IP address as the third value and extract that as **srcIP**. Is this possible to essentially put a conditional statement in so I don't get all the garbage from the "other" data in the logs?
↧