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
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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