<?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: any way to create an alternate name or alias for an index? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84938#M182085</link>
    <description>&lt;P&gt;You can find a workaround here:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/123629/add-an-alternative-name-as-an-extra-index-identifier"&gt;http://answers.splunk.com/answers/123629/add-an-alternative-name-as-an-extra-index-identifier&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2014 21:22:11 GMT</pubDate>
    <dc:creator>elof</dc:creator>
    <dc:date>2014-02-19T21:22:11Z</dc:date>
    <item>
      <title>any way to create an alternate name or alias for an index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84935#M182082</link>
      <description>&lt;P&gt;Is there a way to create an alias to an existing index so we can search by its name and it's alias:&lt;/P&gt;

&lt;P&gt;eg. &lt;BR /&gt;
index=original-name&lt;BR /&gt;
or&lt;BR /&gt;
index=some-other-name&lt;/P&gt;

&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2012 22:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84935#M182082</guid>
      <dc:creator>mrjlam</dc:creator>
      <dc:date>2012-03-05T22:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: any way to create an alternate name or alias for an index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84936#M182083</link>
      <description>&lt;P&gt;No,&lt;BR /&gt;&lt;BR /&gt;
but I guess that you could create a macro that did something similar. I doubt that the macro would be very useful, though, depending on &lt;EM&gt;why&lt;/EM&gt; you want to do this.&lt;/P&gt;

&lt;P&gt;Are you trying to migrate existing searches, reports, etc. from an old index name to a new one? If so, you could use &lt;STRONG&gt;find&lt;/STRONG&gt; + &lt;STRONG&gt;sed&lt;/STRONG&gt; on a Linux system to find and replace the old index name in all the saved searches, etc. (Of course, be sure to back up and test before actually doing the replacement!) Ask if you want more details...&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2012 20:28:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84936#M182083</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2012-03-06T20:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: any way to create an alternate name or alias for an index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84937#M182084</link>
      <description>&lt;P&gt;I want this too. We have standard naming conventions known and used to query via the search app, or selected programmatically in dashboard code, for summary indexes. I have a case in which two summary indexes contain the same data. Rather than duplicate the data or add additional documentation and additional logic to dashboard index addition, I'd like to be able to reference an index by more than one name.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2013 21:26:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84937#M182084</guid>
      <dc:creator>joebensimo</dc:creator>
      <dc:date>2013-09-11T21:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: any way to create an alternate name or alias for an index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84938#M182085</link>
      <description>&lt;P&gt;You can find a workaround here:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://answers.splunk.com/answers/123629/add-an-alternative-name-as-an-extra-index-identifier"&gt;http://answers.splunk.com/answers/123629/add-an-alternative-name-as-an-extra-index-identifier&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:22:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84938#M182085</guid>
      <dc:creator>elof</dc:creator>
      <dc:date>2014-02-19T21:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: any way to create an alternate name or alias for an index?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84939#M182086</link>
      <description>&lt;P&gt;A couple of other ideas:&lt;/P&gt;

&lt;P&gt;1 - if you named the indexes something similar, you can use wildcards in the search. For example&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=network*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;or&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=*network
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2 - You could use tags. So if your indexes are named &lt;CODE&gt;indexXYZ&lt;/CODE&gt; and &lt;CODE&gt;ABCindex2&lt;/CODE&gt;, you could tag each of them. If they both contain syslog data, you could create a tag named &lt;CODE&gt;syslog_index&lt;/CODE&gt; and then search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;tag=syslog_index
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Mar 2014 07:21:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/any-way-to-create-an-alternate-name-or-alias-for-an-index/m-p/84939#M182086</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-03-04T07:21:12Z</dc:date>
    </item>
  </channel>
</rss>

