Hi,
Is it possible to create a custom app on Splunk so that will run a Python script on a custom source (or sourcetype) before a new item is indexed? Specifically, I would also like to access the data that is incoming.
Suppose I have this event coming into splunk:
eventName=newUser firstName=henry lastName=adams
I would like to intercept it and then perhaps add fullName="henry adams"
PS: on my use case, I have to do the processing on/before index, so I cannot use real time alerts.
Best regards
... View more