Knowledge Management

GET Workflow Action - define different URI based on host value?

sgtquezada
New Member

I am trying to configure a GET workflow action that decodes a session Id. The problem is that you have to pass the correct environment in the URI in order to properly decode it. What I am looking for is a way to look up the host value and then determine the proper URI in the workflow action.

Does anyone if this is possible? Can this be done via a secondary search of some sort?

Tags (1)
0 Karma

Stephen_Sorkin
Splunk Employee
Splunk Employee

The easiest way to achieve this is to create a lookup table that creates the URI itself or a fragment of it.

The documentation for this feature is at: http://www.splunk.com/base/Documentation/latest/Knowledge/Addfieldsfromexternaldatasources

Once your lookup is configured, your workflow action should be based on the looked-up field. I'd suggest making the lookup automatic so that the new field is always present in data that should have it.

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...