<?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 mirror a summary index without cluster or distributed search? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mirror-a-summary-index-without-cluster-or-distributed/m-p/143250#M29267</link>
    <description>&lt;P&gt;I have a standalone server (6.1.x) running some scheduled searches to consolidate data from multiple large sources into one summary index.&lt;BR /&gt;
Now I would like to make this summary data simultaneously available on an other standalone server (6.2.x) without setting up a cluster or distributed search.&lt;/P&gt;

&lt;P&gt;My current idea is to set up a script action for the scheduled searches that copies the stash files to a network share where it is then read by the other indexer.&lt;BR /&gt;
Any better ideas?&lt;BR /&gt;
Is it possible to forward the summary data to the other server? &lt;BR /&gt;
Maybe by configuring TCP_ROUTING for the "stash" sourcetype in inputs.conf?&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jun 2015 09:47:10 GMT</pubDate>
    <dc:creator>kurdbahr</dc:creator>
    <dc:date>2015-06-05T09:47:10Z</dc:date>
    <item>
      <title>How to mirror a summary index without cluster or distributed search?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mirror-a-summary-index-without-cluster-or-distributed/m-p/143250#M29267</link>
      <description>&lt;P&gt;I have a standalone server (6.1.x) running some scheduled searches to consolidate data from multiple large sources into one summary index.&lt;BR /&gt;
Now I would like to make this summary data simultaneously available on an other standalone server (6.2.x) without setting up a cluster or distributed search.&lt;/P&gt;

&lt;P&gt;My current idea is to set up a script action for the scheduled searches that copies the stash files to a network share where it is then read by the other indexer.&lt;BR /&gt;
Any better ideas?&lt;BR /&gt;
Is it possible to forward the summary data to the other server? &lt;BR /&gt;
Maybe by configuring TCP_ROUTING for the "stash" sourcetype in inputs.conf?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 09:47:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mirror-a-summary-index-without-cluster-or-distributed/m-p/143250#M29267</guid>
      <dc:creator>kurdbahr</dc:creator>
      <dc:date>2015-06-05T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to mirror a summary index without cluster or distributed search?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-mirror-a-summary-index-without-cluster-or-distributed/m-p/143251#M29268</link>
      <description>&lt;P&gt;After some hours of digging through the docs this seems to be a working configuration:&lt;/P&gt;

&lt;P&gt;etc/system/local/props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[stash_new]
TRANSFORMS-my_routing_class=my_summary_routing
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc/system/local/transforms.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_summary_routing]
SOURCE_KEY=_MetaData:Index
DEST_KEY=_TCP_ROUTING
REGEX=my_summary_index
FORMAT=my_remote_group
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;etc/system/local/outputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup=my_non_existing_group
indexAndForward=true

[tcpout:my_remote_group]
server=192.168.178.31:9996
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Jun 2015 22:42:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-mirror-a-summary-index-without-cluster-or-distributed/m-p/143251#M29268</guid>
      <dc:creator>kurdbahr</dc:creator>
      <dc:date>2015-06-05T22:42:55Z</dc:date>
    </item>
  </channel>
</rss>

