Getting Data In

REST API Specific Search

domtheluck
Explorer

Hi,

I try to do a search with Splunk REST API from a C# client.

I need to search some general term but I need to specify some information like the host, index etc.

Here is my query:

url:
https:1.1.1.1:8089/services/search/jobs

Args in request body:
search=search SOMETERMTOSEARCH host=HOSTNAMETOSEARCHWITHIN

Right now, it work if I specificy only the SOMETERMTOSEARCH. If I add the host=HOSTNAMETOSEARCHWITHIN, Splunk truncated it to search=search SOMETERMTOSEARCH host=. Same thing if I add index=MYINDEXNAME.

How can I specify these extra parameters?

i try to add them as arguments like earliest_time or latest_time but it's not work either.

Can someone help me?

Tags (1)
0 Karma

ugavnholt
Engager

It sounds like you should urlEncode the portion of the string that are a value, ie:
"search=" + UrlEncode("search SOMETERMTOSEARCH host=HOSTNAMETOSEARCHWITHIN")

0 Karma

domtheluck
Explorer

Thanks for your quick answer!

I will contact you shortly with my GitHub ID.

0 Karma

psanford_splunk
Splunk Employee
Splunk Employee

Hi - We will be releasing our C# SDK shortly and that should be able to help you. We can give you pre-release access now. Just send an email to: devinfo@splunk.com with your GitHub ID and we will get you access.

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