Getting Data In

How to create indexes in Splunk cloud using rest API?

pimco_rgoyal
Observer

I need to automate a new deployment at our end and for Splunk monitoring to be automated need to make a rest call to create index in Cloud on the fly. Is that doable?

0 Karma
1 Solution

mayurr98
Super Champion

If you are looking for How to create index using REST API in a clustered environment?
Then have a look at this answer
https://answers.splunk.com/answers/387133/how-to-create-index-using-rest-api-in-a-clustered.html

let me know if this helps!

View solution in original post

0 Karma

mayurr98
Super Champion

If you are looking for How to create index using REST API in a clustered environment?
Then have a look at this answer
https://answers.splunk.com/answers/387133/how-to-create-index-using-rest-api-in-a-clustered.html

let me know if this helps!

0 Karma

tiagofbmm
Influencer

Hey yes just follow this doc to create indexes via REST API

http://docs.splunk.com/Documentation/Splunk/7.0.2/Indexer/Setupmultipleindexes

curl -k -u admin:pass https://localhost:8089/services/data/indexes  \
    -d name=mymetricsindex                                          \
    -d datatype=metric
0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

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