Getting Data In

Trigger HTTP call for every event received at Real time

thebosshere
Explorer

I have an use case in which for every event/data-input that reaches the Splunk server, certain fields need to be parsed out and a HTTP call triggered with the parsed parameters in the real-time non-window'd mode. What is the appropriate way to achieve that.

Splunk Version used: 6.x

Thanks in Advance.

Tags (3)
1 Solution

MuS
Legend

Hi thebosshere,

regarding the first part of your use case, this is no problem in Splunk. You can either setup index time field extraction or search time field extraction to get your needed fields.

The next part of your use case could be tricky; because this is not really Splunk related, but a question of how this remote HTTP call should be triggered on the remote system.

You can setup a real-time alert, which searches for your events and fires a script on every match.

Maybe this can be of help for you: http://wiki.splunk.com/Community:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing...

cheers, MuS

View solution in original post

MuS
Legend

Hi thebosshere,

regarding the first part of your use case, this is no problem in Splunk. You can either setup index time field extraction or search time field extraction to get your needed fields.

The next part of your use case could be tricky; because this is not really Splunk related, but a question of how this remote HTTP call should be triggered on the remote system.

You can setup a real-time alert, which searches for your events and fires a script on every match.

Maybe this can be of help for you: http://wiki.splunk.com/Community:Use_Splunk_alerts_with_scripts_to_create_a_ticket_in_your_ticketing...

cheers, MuS

thebosshere
Explorer

Thanks MuS. Yes used your suggestion as starting point. That helped.

0 Karma

MuS
Legend

take the wiki link as example not as solution for your use case 😉 Just create a real-time alert that fires a script each time it gets a hit on your events. What that script should do is up to the remote / receiving system....

thebosshere
Explorer

Thanks MuS. When I go through the wiki link, it mentions "saved search". Does this mean the Real time stream cant be accessed directly by the script? Newbie to this area, so my doubts may be completely wrong.

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...