I configured a Grok-extractor for my checkpoint logs. What have I missed because I cannot search ip-addressses like I can from my Fortigate logs.
scrip:10.9.24.0/24 works when searching Fortigate logs but not when seaching the grok exctracted checkpoint fields (extracted with %{IP:srcip}). Both have the field scrip available when going through their individual streams.
Do I need to specify the checkpoint scrip-field somehow&somewhere as ip-address? or what?
So your Extractor is just %{IP:srcip} to get the information out of the log messages via extractor? Is this working as it should? So did you see the field srcip when you expand the messages?
Is the field the same as with the fortigate logs? How did you process them? What is the difference?
My grok is way longer and all the wanted fields are shown when expanding message.
I see the field, and have now made a custom-template defining field as type βipβ. I also have manually rotated the write-active indices index sets for the changes to take effect. Still no luck (matches) with the correct search format, eg. 10.9.23.0/24.