Getting Data In

Create Saved Search with Rest API ->need working example

Max_99
New Member

Hi,

Does somebody have a working example of how to create a Saved Search using the Rest API with XML?

Thanks

Max

Labels (1)
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Hi

In linux shell you could do next

UserPass=admin:changeme

curl -ku $up https://localhost:8089/services/search/jobs -d search="search index=_internal earliest=-1m|stats count"
<?xml version="1.0" encoding="UTF-8"?>
<response>
<sid>1593502508.3</sid>
</response>

curl -ku $up https://localhost:8089/services/search/jobs/1593502508.3/results/ --get -d output_mode_xml
<?xml version='1.0' encoding='UTF-8'?>
<results preview='0'>
<meta>
<fieldOrder>
<field>count</field>
</fieldOrder>
</meta>
<result offset='0'>
<field k='count'>
<value><text>275</text></value>
</field>
</result>
</results>
 
r. Ismo

 

0 Karma

isoutamo
SplunkTrust
SplunkTrust
Change curl -ku $up => curl -ku $UserPass
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 ...