<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to create indexes in Splunk cloud using rest API? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371665#M67452</link>
    <description>&lt;P&gt;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? &lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 10:37:02 GMT</pubDate>
    <dc:creator>pimco_rgoyal</dc:creator>
    <dc:date>2018-03-22T10:37:02Z</dc:date>
    <item>
      <title>How to create indexes in Splunk cloud using rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371665#M67452</link>
      <description>&lt;P&gt;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? &lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371665#M67452</guid>
      <dc:creator>pimco_rgoyal</dc:creator>
      <dc:date>2018-03-22T10:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create indexes in Splunk cloud using rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371666#M67453</link>
      <description>&lt;P&gt;Hey yes just follow this doc to create indexes via REST API&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/Indexer/Setupmultipleindexes"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.2/Indexer/Setupmultipleindexes&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;curl -k -u admin:pass &lt;A href="https://localhost:8089/services/data/indexes" target="test_blank"&gt;https://localhost:8089/services/data/indexes&lt;/A&gt;  \
    -d name=mymetricsindex                                          \
    -d datatype=metric
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Mar 2018 10:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371666#M67453</guid>
      <dc:creator>tiagofbmm</dc:creator>
      <dc:date>2018-03-22T10:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create indexes in Splunk cloud using rest API?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371667#M67454</link>
      <description>&lt;P&gt;If you are looking for How to create index using REST API in a clustered environment?&lt;BR /&gt;
Then have a look at this answer&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/387133/how-to-create-index-using-rest-api-in-a-clustered.html"&gt;https://answers.splunk.com/answers/387133/how-to-create-index-using-rest-api-in-a-clustered.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;let me know if this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 11:31:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-create-indexes-in-Splunk-cloud-using-rest-API/m-p/371667#M67454</guid>
      <dc:creator>mayurr98</dc:creator>
      <dc:date>2018-03-22T11:31:41Z</dc:date>
    </item>
  </channel>
</rss>

