<?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: Send specific Index's from one Indexer to another without Clustering in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503238#M9007</link>
    <description>&lt;P&gt;I'm sure there will be a better way to achieve this, for now, I can only think of below two options.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Write the event of your Security_index to a file using curl commands like &lt;CODE&gt;collect&lt;/CODE&gt;  and configure other Splunk instant to monitor that file.&lt;/LI&gt;
&lt;LI&gt;The other way is by running the script, here is the link that could help &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptSetup"&gt;https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptSetup&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks, hope this helps!&lt;/P&gt;</description>
    <pubDate>Mon, 21 Oct 2019 22:45:46 GMT</pubDate>
    <dc:creator>sandeepmakkena</dc:creator>
    <dc:date>2019-10-21T22:45:46Z</dc:date>
    <item>
      <title>Send specific Index's from one Indexer to another without Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503237#M9006</link>
      <description>&lt;P&gt;We have a few silo'd networks and each has their own Splunk setup. My group is going to ingest specific index's from them but cannot be part of their cluster. How would I send (say for example the Security logs held in the Security_index), from Indexer 1 to indexer 2? So far most of the answers I have come across deal with clustered systems or decommissioning one indexer and search head to bring up another. Any assistance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 20:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503237#M9006</guid>
      <dc:creator>troyfred</dc:creator>
      <dc:date>2019-10-21T20:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Send specific Index's from one Indexer to another without Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503238#M9007</link>
      <description>&lt;P&gt;I'm sure there will be a better way to achieve this, for now, I can only think of below two options.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Write the event of your Security_index to a file using curl commands like &lt;CODE&gt;collect&lt;/CODE&gt;  and configure other Splunk instant to monitor that file.&lt;/LI&gt;
&lt;LI&gt;The other way is by running the script, here is the link that could help &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptSetup"&gt;https://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/ScriptSetup&lt;/A&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thanks, hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 22:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503238#M9007</guid>
      <dc:creator>sandeepmakkena</dc:creator>
      <dc:date>2019-10-21T22:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Send specific Index's from one Indexer to another without Clustering</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503239#M9008</link>
      <description>&lt;P&gt;Thanks for the answer, however our client network is super sketchy about pulling from and monitoring that way. We are basically getting a one way from from them to us. So far I have found the following articles related to this setup below. The issue I get now is that if the data is in its own index (lets say security_logs), I get everything EXCEPT those logs but if I use REGEX=(WinEventLog:Security) or REGEX=(WinEventLog | Security), I get all the WinEventLog from things that put their data into the &lt;EM&gt;main&lt;/EM&gt; index.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.4.3/Forwarding/Routeandfilterdatad#Replicate_a_subset_of_data_to_a_third-party_system"&gt;https://docs.splunk.com/Documentation/Splunk/6.4.3/Forwarding/Routeandfilterdatad#Replicate_a_subset_of_data_to_a_third-party_system&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/448100/is-it-possible-to-index-and-forward-a-specific-sou.html"&gt;https://answers.splunk.com/answers/448100/is-it-possible-to-index-and-forward-a-specific-sou.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#IndexAndForward_Processor-----"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#IndexAndForward_Processor-----&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 16:13:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Send-specific-Index-s-from-one-Indexer-to-another-without/m-p/503239#M9008</guid>
      <dc:creator>troyfred</dc:creator>
      <dc:date>2019-10-23T16:13:09Z</dc:date>
    </item>
  </channel>
</rss>

