I have logs which are monitored by a Splunk forwarder, but what I want to do is add dynamic fields to an event, which will be generated as a result of any script or command (for example with curl ).
I know one way, with scripted input, is to create a script that reads logs and parallel add any value to the result.
Do we have another more elegant way of doing this? I searched but I couldn't find anything.
... View more