<?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 purposely duplicate events to multiple indexes? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148711#M97925</link>
    <description>&lt;P&gt;That is great and would work for my stated problem...I think. What is the index and forward option?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2013 14:36:25 GMT</pubDate>
    <dc:creator>juniormint</dc:creator>
    <dc:date>2013-11-20T14:36:25Z</dc:date>
    <item>
      <title>How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148706#M97920</link>
      <description>&lt;P&gt;I realize this will incur twice the license usage...but lets ignore that fact for a moment.&lt;/P&gt;

&lt;P&gt;How can I get an event into two indexes?&lt;/P&gt;

&lt;P&gt;My events are coming from a universal forwarder with a default index of "ABC" and source="XYZ".&lt;/P&gt;

&lt;P&gt;On the indexer I have indexes "ABC"  and "DEF". &lt;/P&gt;

&lt;P&gt;What I would like is to send all source XYZ events to the ABC index and a subset to DEF.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2013 22:07:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148706#M97920</guid>
      <dc:creator>juniormint</dc:creator>
      <dc:date>2013-11-19T22:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148707#M97921</link>
      <description>&lt;P&gt;I have done this with the index and forward option, although I will say that I don't do it anymore. My preferred method now, is to create a summary index on a 3 minute delay to send the filtered events to the other index. This means that we don't have to worry about the license issue.&lt;/P&gt;

&lt;P&gt;Is there a reason why this is not acceptable for you? You can stream the _raw to your summary...&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 02:23:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148707#M97921</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-11-20T02:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148708#M97922</link>
      <description>&lt;P&gt;I'm interested in both approaches..can you point me at relevant doc pages?  or provide an example?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 03:13:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148708#M97922</guid>
      <dc:creator>juniormint</dc:creator>
      <dc:date>2013-11-20T03:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148709#M97923</link>
      <description>&lt;P&gt;For the summary index option:&lt;/P&gt;

&lt;P&gt;[_some_search_name]&lt;BR /&gt;
action.summary_index = 1&lt;BR /&gt;
action.summary_index._name = DEF&lt;BR /&gt;
action.summary_index.stat_tag = #Treat this as sourcetype#&lt;BR /&gt;
cron_schedule = */1 * * * *&lt;BR /&gt;
dispatch.earliest_time = -3m@m&lt;BR /&gt;
dispatch.latest_time = -2m@m&lt;BR /&gt;
enableSched = 1&lt;BR /&gt;
realtime_schedule = 0&lt;BR /&gt;
search = index=ABC sourcetype=your_sourcetype (add an additional search field to filter the results you want to send)&lt;/P&gt;

&lt;P&gt;You can preform a sistats at the end if you want, although it is not needed if you just want the raw events.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:19:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148709#M97923</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2020-09-28T15:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148710#M97924</link>
      <description>&lt;P&gt;This would go into a savedsearches.conf file.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 03:23:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148710#M97924</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-11-20T03:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148711#M97925</link>
      <description>&lt;P&gt;That is great and would work for my stated problem...I think. What is the index and forward option?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2013 14:36:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148711#M97925</guid>
      <dc:creator>juniormint</dc:creator>
      <dc:date>2013-11-20T14:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148712#M97926</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.0/Forwarding/Routeandfilterdatad#Route_inputs_to_specific_indexers_based_on_the_data.27s_input"&gt;http://docs.splunk.com/Documentation/Splunk/6.0/Forwarding/Routeandfilterdatad#Route_inputs_to_specific_indexers_based_on_the_data.27s_input&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I think the index and forward option is what is shown on this page&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 20:33:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148712#M97926</guid>
      <dc:creator>juniormint</dc:creator>
      <dc:date>2013-11-22T20:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I purposely duplicate events to multiple indexes?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148713#M97927</link>
      <description>&lt;P&gt;What I have show above mimics index and forward, it is just less cumbersome and makes it easier to change. Changes using this method also do not require a restart of the instance either, just a reload of the EAI Objects.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2013 20:43:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-can-I-purposely-duplicate-events-to-multiple-indexes/m-p/148713#M97927</guid>
      <dc:creator>ShaneNewman</dc:creator>
      <dc:date>2013-11-22T20:43:16Z</dc:date>
    </item>
  </channel>
</rss>

