<?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: How can I create a new index called &amp;quot;index_global&amp;quot; and point all these 5 indexes to this global index? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616660#M14178</link>
    <description>&lt;P&gt;&lt;EM&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;thank you for the response.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;So when i say "point these indexes 5 indexes to global index", I want the application to send the data in to this newly created "index_global" instead of these 5 indexes.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Oct 2022 12:06:20 GMT</pubDate>
    <dc:creator>im_bharath</dc:creator>
    <dc:date>2022-10-11T12:06:20Z</dc:date>
    <item>
      <title>How can I create a new index called "index_global" and point all these 5 indexes to this global index?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616510#M14152</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello All, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;We are currently getting data from an application into these 5 indexes(index1, index2, index3, index4, index5.. )&amp;nbsp; from different locations around the world.&amp;nbsp; And I want to try and create a new index called "index_global" and point all these 5 indexes to this global index so that all the data can be available under a single index.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Hope this makes sense.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I would really like to understand, how i can achieve this. Any help on this would be really appreciated.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thanks and cheers.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 13:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616510#M14152</guid>
      <dc:creator>im_bharath</dc:creator>
      <dc:date>2022-10-10T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a new index called "index_global" and point all these 5 indexes to this global index?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616584#M14159</link>
      <description>&lt;P&gt;It's not clear what your end goal is.&amp;nbsp; What do you mean by "point these 5 indexes to this global index"?&lt;/P&gt;&lt;P&gt;It's easy to create the "index_global" index.&amp;nbsp; it's also fairly easy to have the inputs send their data to index_global instead of index_n.&amp;nbsp; That will not move the data that is already in index_n, however.&amp;nbsp; Nor can index_global be an alias for another (5) index(es).&amp;nbsp; The closest you can get is a macro, perhaps called "index_global" this is defined as&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index IN (index_1 index_2 index_3 index_4 index_5)&lt;/LI-CODE&gt;&lt;P&gt;and is invoked as&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;`index_global` sourcetype=foo ...&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Oct 2022 00:01:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616584#M14159</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-10-11T00:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a new index called "index_global" and point all these 5 indexes to this global index?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616660#M14178</link>
      <description>&lt;P&gt;&lt;EM&gt;Hey&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;thank you for the response.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;So when i say "point these indexes 5 indexes to global index", I want the application to send the data in to this newly created "index_global" instead of these 5 indexes.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 12:06:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616660#M14178</guid>
      <dc:creator>im_bharath</dc:creator>
      <dc:date>2022-10-11T12:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a new index called "index_global" and point all these 5 indexes to this global index?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616661#M14179</link>
      <description>&lt;P&gt;Change your inputs.conf files to replace "index_n" with "index_global".&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 12:20:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616661#M14179</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-10-11T12:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I create a new index called "index_global" and point all these 5 indexes to this global index?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616662#M14180</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 12:23:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-can-I-create-a-new-index-called-quot-index-global-quot-and/m-p/616662#M14180</guid>
      <dc:creator>im_bharath</dc:creator>
      <dc:date>2022-10-11T12:23:34Z</dc:date>
    </item>
  </channel>
</rss>

