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!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

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