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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...