<?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 Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer? in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454580#M21921</link>
    <description>&lt;P&gt;1.My universal forwarder sending Binary data to Heavy Forwarder in Index name as "Binary_index" .&lt;BR /&gt;
2.On heavy Forwarder I want to convert these Binary data to csv format,for which I have written python script and then send CSV data to splunk instance.&lt;/P&gt;

&lt;P&gt;But I don't know I to achieve this&lt;BR /&gt;
please provide me solution with configuration files details for every steps.&lt;/P&gt;

&lt;P&gt;It would be great help if you provide detailed solution for this,since I am new to splunk .&lt;/P&gt;

&lt;P&gt;please provide the configuration files details for reading binary data on universal forwarder side.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 13:01:05 GMT</pubDate>
    <dc:creator>ajitshukla</dc:creator>
    <dc:date>2019-02-06T13:01:05Z</dc:date>
    <item>
      <title>Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454580#M21921</link>
      <description>&lt;P&gt;1.My universal forwarder sending Binary data to Heavy Forwarder in Index name as "Binary_index" .&lt;BR /&gt;
2.On heavy Forwarder I want to convert these Binary data to csv format,for which I have written python script and then send CSV data to splunk instance.&lt;/P&gt;

&lt;P&gt;But I don't know I to achieve this&lt;BR /&gt;
please provide me solution with configuration files details for every steps.&lt;/P&gt;

&lt;P&gt;It would be great help if you provide detailed solution for this,since I am new to splunk .&lt;/P&gt;

&lt;P&gt;please provide the configuration files details for reading binary data on universal forwarder side.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454580#M21921</guid>
      <dc:creator>ajitshukla</dc:creator>
      <dc:date>2019-02-06T13:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454581#M21922</link>
      <description>&lt;P&gt;@ajitshukla&lt;/P&gt;

&lt;P&gt;I think you can save it using outlookup command. and can normally forward the data to splunk instance.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 13:34:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454581#M21922</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-02-06T13:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454582#M21923</link>
      <description>&lt;P&gt;how we can save binary data using outlookup command and convert it to csv using my python script and send it to splunk instance&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 05:35:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454582#M21923</guid>
      <dc:creator>ajitshukla</dc:creator>
      <dc:date>2019-02-07T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454583#M21924</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;P&gt;how we can save binary data using outlookup command and convert it to csv using my python script and send it to splunk instance&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 05:56:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454583#M21924</guid>
      <dc:creator>1206chandra</dc:creator>
      <dc:date>2019-02-07T05:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454584#M21925</link>
      <description>&lt;P&gt;There are two things: (for the below approach there is no need to python script)&lt;BR /&gt;
1. First you can locally index the data and send it to some other server as well. Check the below link:&lt;BR /&gt;
    &lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Forwarding/Routeandfilterdatad"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;BR /&gt;
2. Now after data is indexed, you can schedule a report in Splunk where you can outputlookup search results in csv.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2019 08:50:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454584#M21925</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-02-07T08:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454585#M21926</link>
      <description>&lt;P&gt;but converting binary data to csv logic is inside python script ,So I have to use this python script for binary to csv conversion&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 05:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454585#M21926</guid>
      <dc:creator>ajitshukla</dc:creator>
      <dc:date>2019-02-11T05:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Univarsal Forwarder to Heavy Forwarder then convert Binary data to CSV on Heavy Forwarder and then send data to indexer?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454586#M21927</link>
      <description>&lt;P&gt;@ajitshukla &lt;/P&gt;

&lt;P&gt;Thats what i am saying there is no need to convert using python. You can do the same login on SPL and send the result using outputlookup.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 07:04:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Univarsal-Forwarder-to-Heavy-Forwarder-then-convert-Binary-data/m-p/454586#M21927</guid>
      <dc:creator>vishaltaneja070</dc:creator>
      <dc:date>2019-02-11T07:04:34Z</dc:date>
    </item>
  </channel>
</rss>

