Splunk Search

Can Splunk perform multiple searches using a single request and return the results separately?

mj8909
New Member

I am querying Splunk REST API and wish to send multiple queries in a single POST request. Is it possible to get separate results for multiple searches using a single request?

For example, I have two queries say:
1. search index=apps | search appname=A| timechart span=1d app_count
2. search index=apps | search appname=B| timechart span=1d app_count

Instead of making two separate post requests, can I do it in a single request and get separate results?

0 Karma

tiagofbmm
Influencer

Well for your specific case I think it works.

You would get the timechart count by appname and then post process search it by filtering the app you want to see

0 Karma

tiagofbmm
Influencer

Please let me know if the answer was useful for you. If it was, accept it and upvote. If not, give us more input so we can help you with that

0 Karma
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 ...