<?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 Re: If you create a new index from Splunk Web on a search head, is it created on all your indexers? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126680#M34310</link>
    <description>&lt;P&gt;Thanks that make sense , so basically you need to create new index on all indexers?&lt;/P&gt;

&lt;P&gt;Also does it make sense to use Main index for everything - i was thinking to split the event streams in various indexes right from start - any suggestions?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Apr 2014 15:21:25 GMT</pubDate>
    <dc:creator>nikhilmehra79</dc:creator>
    <dc:date>2014-04-10T15:21:25Z</dc:date>
    <item>
      <title>If you create a new index from Splunk Web on a search head, is it created on all your indexers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126678#M34308</link>
      <description>&lt;P&gt;If you create a new index from web console of search head - does this created on all your indexers?&lt;BR /&gt;
Or you need to log in to each indexer to create these new indexes.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2014 23:41:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126678#M34308</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2014-04-09T23:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: If you create a new index from Splunk Web on a search head, is it created on all your indexers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126679#M34309</link>
      <description>&lt;P&gt;Hi nikhilmehra79,&lt;/P&gt;

&lt;P&gt;No, this will not create the index on the indexer, only on your search head.&lt;/P&gt;

&lt;P&gt;What I did @one costumer, was to create a script that could be called with an argument like &lt;CODE&gt;index=foo&lt;/CODE&gt; and this scripted looped through all &lt;CODE&gt;splunk_server&lt;/CODE&gt; and search heads and created over &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0.2/RESTAPI/RESTindex"&gt;REST API calls&lt;/A&gt; the index on all Splunk servers.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 06:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126679#M34309</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-04-10T06:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: If you create a new index from Splunk Web on a search head, is it created on all your indexers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126680#M34310</link>
      <description>&lt;P&gt;Thanks that make sense , so basically you need to create new index on all indexers?&lt;/P&gt;

&lt;P&gt;Also does it make sense to use Main index for everything - i was thinking to split the event streams in various indexes right from start - any suggestions?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:21:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126680#M34310</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2014-04-10T15:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: If you create a new index from Splunk Web on a search head, is it created on all your indexers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126681#M34311</link>
      <description>&lt;P&gt;I usually create new indexes for new 'data areas' - and then split it further by sourcetype.&lt;/P&gt;

&lt;P&gt;so for instance for systems metrics i'd create index system, and then tag linux sourced data with sourcetype=linux, windows would be sourcetype=windows etc.&lt;BR /&gt;
for app data i'd create separate index (ie. index=appdata) etc etc.&lt;/P&gt;

&lt;P&gt;3 reasons for it:&lt;BR /&gt;
1. don't always need to search through all the data&lt;BR /&gt;
2. data access permissions are set on per index basis&lt;BR /&gt;
3. data retention times are set on per index basis.&lt;/P&gt;

&lt;P&gt;hope that helps.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 15:26:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126681#M34311</guid>
      <dc:creator>mic1024</dc:creator>
      <dc:date>2014-04-10T15:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: If you create a new index from Splunk Web on a search head, is it created on all your indexers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126682#M34312</link>
      <description>&lt;P&gt;That totally makes sense - qq, when you index data based on source type events will go to individual data streams and not main - but lets say i have a user who want to see events from Server XYZ and he is L1 person and dont know much on indexing - from his point of view when he will search on search panel with device XYZ he will not get any data back since default index is main on search right?&lt;BR /&gt;
Or do i need to assign roles based on what index they can search on ?  i dont expect him to write a query like Hostname=XYZ index="App"&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:04:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126682#M34312</guid>
      <dc:creator>nikhilmehra79</dc:creator>
      <dc:date>2014-04-10T18:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: If you create a new index from Splunk Web on a search head, is it created on all your indexers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126683#M34313</link>
      <description>&lt;P&gt;Creating different roles for different type of access is recommended. You can then set the default index to be searched for each role.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2014 18:32:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/If-you-create-a-new-index-from-Splunk-Web-on-a-search-head-is-it/m-p/126683#M34313</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-04-10T18:32:30Z</dc:date>
    </item>
  </channel>
</rss>

