<?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: Forward indexed logs to 3rd Party System from Indexers via REST API or any other method in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548545#M91196</link>
    <description>&lt;P&gt;I see this is available for only heavy forwarders.&lt;/P&gt;&lt;PRE&gt;indexAndForward = &amp;lt;boolean&amp;gt;
* Set to "true" to index all data locally, in addition to forwarding it.
* This is known as an "index-and-forward" configuration.
* This setting is only available for heavy forwarders.
* This setting is only available at the top level [tcpout] stanza. It
  cannot be overridden in a target group.
* Default: false&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 06:57:25 GMT</pubDate>
    <dc:creator>warsaw</dc:creator>
    <dc:date>2021-04-20T06:57:25Z</dc:date>
    <item>
      <title>Forward indexed logs to 3rd Party System from Indexers via REST API or any other method</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548413#M91184</link>
      <description>&lt;P&gt;We have indexers and Universal Forwarders and no Heavy Forwarders in use, i know UF cannot send parsed data to any external system it can only send uncooked data and all of them , but can the indexers send the parsed logs(only specific e.g. from windows index) to external system, maybe through REST API or syslog or any other mechanism?&lt;/P&gt;&lt;P&gt;the sequence would be like this : UF&amp;gt;&amp;gt;Indexers&amp;gt;&amp;gt;External System.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 11:35:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548413#M91184</guid>
      <dc:creator>warsaw</dc:creator>
      <dc:date>2021-04-19T11:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forward indexed logs to 3rd Party System from Indexers via REST API or any other method</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548414#M91185</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/169980"&gt;@warsaw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes you can route your data on third system native based on syslog.&lt;/P&gt;&lt;P&gt;check this page&amp;nbsp; under &lt;STRONG&gt;"&lt;SPAN class="mw-headline"&gt;Replicate a subset of data to a third-party system"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/Forwarding/Routeandfilterdatad" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 11:40:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548414#M91185</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-19T11:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Forward indexed logs to 3rd Party System from Indexers via REST API or any other method</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548416#M91186</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222210"&gt;@aasabatini&lt;/a&gt;&amp;nbsp;yes i'd checked this already, this shows how to route cooked logs from HF to indexer and raw to external system, not cooked data from indexer to external system.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 11:44:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548416#M91186</guid>
      <dc:creator>warsaw</dc:creator>
      <dc:date>2021-04-19T11:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Forward indexed logs to 3rd Party System from Indexers via REST API or any other method</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548419#M91187</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/169980"&gt;@warsaw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yes you can route your data from your indexer specify the all condition on the outputs.conf&lt;/P&gt;&lt;P&gt;for example if you want index a syslog source and forward from indexer you need to specify on your stanza this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[indexAndForward]
index=true
selectiveIndexing=true &lt;/LI-CODE&gt;&lt;P&gt;Also on your forwarder if you want manage your source you need to specify&amp;nbsp; the inputs stanza.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[input_stanza]
_INDEX_AND_FORWARD_ROUTING=&amp;lt;any_string&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;I hope this link can help&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#IndexAndForward_Processor-----" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf#IndexAndForward_Processor-----&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 11:59:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548419#M91187</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-19T11:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Forward indexed logs to 3rd Party System from Indexers via REST API or any other method</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548545#M91196</link>
      <description>&lt;P&gt;I see this is available for only heavy forwarders.&lt;/P&gt;&lt;PRE&gt;indexAndForward = &amp;lt;boolean&amp;gt;
* Set to "true" to index all data locally, in addition to forwarding it.
* This is known as an "index-and-forward" configuration.
* This setting is only available for heavy forwarders.
* This setting is only available at the top level [tcpout] stanza. It
  cannot be overridden in a target group.
* Default: false&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 06:57:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548545#M91196</guid>
      <dc:creator>warsaw</dc:creator>
      <dc:date>2021-04-20T06:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Forward indexed logs to 3rd Party System from Indexers via REST API or any other method</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548570#M91201</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/169980"&gt;@warsaw&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;indexAndForward&lt;/PRE&gt;&lt;P&gt;stanza works for all splunk roles.&lt;/P&gt;&lt;P&gt;check this answer is more similar on your case.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/How-to-index-all-locally-and-forward-specific-sourcetype-to-a/m-p/337090" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/How-to-index-all-locally-and-forward-specific-sourcetype-to-a/m-p/337090&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 11:01:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-indexed-logs-to-3rd-Party-System-from-Indexers-via-REST/m-p/548570#M91201</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-04-20T11:01:37Z</dc:date>
    </item>
  </channel>
</rss>

