I have an external system that generates a Webhook that can be posted to a URL of my choosing. I would like to log this event as is with a sourcetype of my choosing to an index of my choosing. I looked at the Splunk HTTP Event Collector, but it requires the event to be
{
"event": { "webhook": "data" }
}
as well as having the Authorization header added onto it.
How can I do this?
↧