Hello there, I have recently set up some extractors against a Syslog input, and I would like to use those extractions as custom fields in my event definition but can’t work out how to do it, or find on information on how to unless I’m just reading into it wrong.
My extractor creates a field called “IP_Address”. This works as expected.
I’ve also tried ${source.IP_Address), ${IP_Address} and some others without the dollar sign and open curly bracket which just created static entries as expected.
How can I get my extracted field in the event definition as a custom field?
I’m extracting after the nth comma to grab the entire [ip_addr]: 172.16.2.231 string.
The extraction of that string (including [ip_addr] goes to the IP_Address field screenshotted above.