<?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 data to third-party systems from splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-third-party-systems-from-splunk/m-p/406264#M99301</link>
    <description>&lt;P&gt;just a comment it is far easier to ingest data through the splunk rest api services.&lt;BR /&gt;
doc is here - &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/RESTTUT/RESTsearches" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/RESTTUT/RESTsearches&lt;/A&gt;&lt;BR /&gt;
You can execute a simple python or curl based batch&lt;BR /&gt;
for example i have a static csv updated manually , from which i just run a .bat file every day and export the results as a api&lt;/P&gt;

&lt;P&gt;\etc\apps\search\bin&amp;gt;curl -ku admin:admin &lt;A href="https://10.199.90.48:8089/servicesNS/admin/search/search/jobs/export" target="_blank"&gt;https://10.199.90.48:8089/servicesNS/admin/search/search/jobs/export&lt;/A&gt; -d search="search index="inc_tsk" |table Incident,Task,Title" -d output_mode=json&lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 01:32:40 GMT</pubDate>
    <dc:creator>Sukisen1981</dc:creator>
    <dc:date>2020-09-30T01:32:40Z</dc:date>
    <item>
      <title>Forward data to third-party systems from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-third-party-systems-from-splunk/m-p/406263#M99300</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Splunk Version: 7.1.1&lt;/P&gt;

&lt;P&gt;we are planning to send splunk existing data to third-party system called Champ. though i have gone through the below splunk Documentation, still i have many questions to proceed on this. can anyone please share your experience, I would greatly appreciate it if you kindly share your ideas.  &lt;/P&gt;

&lt;P&gt;Our main goal: is to forward existing data to third-party tool through splunk heavy forwarder.&lt;/P&gt;

&lt;P&gt;Forward data to third-party systems:  &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/Forwarding/Forwarddatatothird-partysystemsd"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Still I have the below question:&lt;/P&gt;

&lt;P&gt;Splunk forwarders can forward raw data to non-Splunk systems over a plain TCP socket : Splunk Forwarder to Champ&lt;/P&gt;

&lt;P&gt;Q: Here do we have to send existing data to Heavy Forwarder OR sent data freshly to Heavy Forwarder??&lt;BR /&gt;
To send existing data to HF, What configurations do we need to write? Where should we write? I mean is it through  Deployment Server, Cluster Master, Heavy Forwarder?&lt;/P&gt;

&lt;P&gt;By editing outputs.conf, props.conf, and transforms.conf, you can configure a heavy forwarder to route data conditionally to third-party systems&lt;/P&gt;

&lt;P&gt;Q: Is it in Heavy Forwarder? I mean configuration edit&lt;/P&gt;

&lt;P&gt;As per my understanding from documentation, we should edit the outputs.conf, to specify receiving Host and port. We will get the third party system Host and port.&lt;/P&gt;

&lt;P&gt;Q: Where exactly we should edit the outputs.conf? I mean is it through Deployment Server, Cluster Master, Heavy Forwarder??&lt;/P&gt;

&lt;P&gt;Q: Vice versa, do we need to provide any splunk server details to third party system user to configure anything from their end?&lt;/P&gt;

&lt;P&gt;We should:&lt;/P&gt;

&lt;P&gt;Edit props.conf to determine what data to route. &lt;/P&gt;

&lt;P&gt;Q:How to determine what data needs to route?&lt;/P&gt;

&lt;P&gt;Edit transforms.conf to determine where to route the data based on what you configured in props.conf. &lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 11:31:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-third-party-systems-from-splunk/m-p/406263#M99300</guid>
      <dc:creator>niha1318</dc:creator>
      <dc:date>2019-07-25T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Forward data to third-party systems from splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-third-party-systems-from-splunk/m-p/406264#M99301</link>
      <description>&lt;P&gt;just a comment it is far easier to ingest data through the splunk rest api services.&lt;BR /&gt;
doc is here - &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.3.0/RESTTUT/RESTsearches" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/7.3.0/RESTTUT/RESTsearches&lt;/A&gt;&lt;BR /&gt;
You can execute a simple python or curl based batch&lt;BR /&gt;
for example i have a static csv updated manually , from which i just run a .bat file every day and export the results as a api&lt;/P&gt;

&lt;P&gt;\etc\apps\search\bin&amp;gt;curl -ku admin:admin &lt;A href="https://10.199.90.48:8089/servicesNS/admin/search/search/jobs/export" target="_blank"&gt;https://10.199.90.48:8089/servicesNS/admin/search/search/jobs/export&lt;/A&gt; -d search="search index="inc_tsk" |table Incident,Task,Title" -d output_mode=json&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:32:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Forward-data-to-third-party-systems-from-splunk/m-p/406264#M99301</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2020-09-30T01:32:40Z</dc:date>
    </item>
  </channel>
</rss>

