<?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: What is the best option to send/store data to S3 as and when the data lands in Splunk? in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596216#M12439</link>
    <description>&lt;P&gt;If you instead interested in a selective export you could use &lt;A href="https://splunkbase.splunk.com/app/5738/" target="_self"&gt;Export Everything from SplunkBase&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 06:45:53 GMT</pubDate>
    <dc:creator>gjanders</dc:creator>
    <dc:date>2022-05-03T06:45:53Z</dc:date>
    <item>
      <title>What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596067#M12422</link>
      <description>&lt;P&gt;I have an use case where I need to run the analytics on top of data that lands into Splunk. So, I want to store all the data into S3 too as and when the data lands into Splunk.&lt;/P&gt;
&lt;P&gt;I would like to know the best possible way we have with latest version of Splunk Enterprise/Splunk Cloud platform to save copy of Splunk data into S3 as and when the data comes into Splunk.&lt;/P&gt;
&lt;P&gt;Please give suggestions on the same.&lt;/P&gt;
&lt;P&gt;Thanking you.&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 20:47:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596067#M12422</guid>
      <dc:creator>danilreddy</dc:creator>
      <dc:date>2022-05-01T20:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596092#M12428</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206334"&gt;@danilreddy&lt;/a&gt;&amp;nbsp;- Splunk can forward data to not only Splunk but any external system or script as well.&lt;/P&gt;&lt;P&gt;One way you can do that is as follows.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use this to forward data to your custom script -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Forwarddatatothird-partysystemsd" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Write a custom script that reads all data sent by Splunk and send on S3 buckets.&lt;/LI&gt;&lt;LI&gt;Now you can set this on:&lt;UL&gt;&lt;LI&gt;Splunk Indexers&lt;UL&gt;&lt;LI&gt;Then you need to enable index &amp;amp; forward on them.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf?_gl=1*1llg2tp*_ga*NTMzODg1OTQ4LjE2MzU3NTM5NzA.*_gid*NzIyMjU5ODM0LjE2NTAyNzg4NTE.#IndexAndForward_Processor-----" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Outputsconf?_gl=1*1llg2tp*_ga*NTMzODg1OTQ4LjE2MzU3NTM5NzA.*_gid*NzIyMjU5ODM0LjE2NTAyNzg4NTE.#IndexAndForward_Processor-----&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Intermediate Splunk Heavy Forwarder&lt;UL&gt;&lt;LI&gt;Set data cloning in outputs.conf to send data to your script as well as your Indexers.&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Forwarding/Routeandfilterdatad" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Forwarding/Routeandfilterdatad&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://community.splunk.com/t5/Getting-Data-In/Can-the-heavy-forwarder-send-to-multiple-receivers/m-p/155005" target="_blank"&gt;https://community.splunk.com/t5/Getting-Data-In/Can-the-heavy-forwarder-send-to-multiple-receivers/m-p/155005&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another way to approach this is to move Splunk to smart storage where Splunk itself stores the data on S3 buckets.&lt;/P&gt;&lt;P&gt;And then you can do the analysis that you want right on Splunk. You can use tools like the Machine learning toolkit (&lt;A href="https://www.splunk.com/en_us/software/splunk-enterprise/machine-learning.html" target="_blank"&gt;https://www.splunk.com/en_us/software/splunk-enterprise/machine-learning.html&lt;/A&gt; ) and you can also have your own Python tools and scripts that you can use.&lt;/P&gt;&lt;P&gt;This way you will require less storage and you don't have to right your own script that sends data to the cloud.&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.6/Indexer/AboutSmartStore" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.6/Indexer/AboutSmartStore&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which approach to choose depends on:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;how much data you want to store on S3&lt;/LI&gt;&lt;LI&gt;what kind of analysis you want to do&lt;/LI&gt;&lt;LI&gt;is there any business requirement&lt;/LI&gt;&lt;LI&gt;etc&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!! Karma/upvote would be appreciated!!!&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 05:14:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596092#M12428</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-02T05:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596216#M12439</link>
      <description>&lt;P&gt;If you instead interested in a selective export you could use &lt;A href="https://splunkbase.splunk.com/app/5738/" target="_self"&gt;Export Everything from SplunkBase&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 06:45:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/596216#M12439</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2022-05-03T06:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597391#M12500</link>
      <description>&lt;P&gt;I want to forward data that is loaded to Splunk, not from search!&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 13:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597391#M12500</guid>
      <dc:creator>danilreddy</dc:creator>
      <dc:date>2022-05-11T13:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597394#M12501</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the prompt response. I got some understanding going through your inputs.&lt;/P&gt;&lt;P&gt;But I could not able to find how to forward the parsed index data with schema.&lt;/P&gt;&lt;P&gt;When I tried sendCookedData to true, it sends the data in un-readable format.&lt;/P&gt;&lt;P&gt;Please let me know if there is way to forward the structured parsed data to third party system.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 13:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597394#M12501</guid>
      <dc:creator>danilreddy</dc:creator>
      <dc:date>2022-05-11T13:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597456#M12503</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206334"&gt;@danilreddy&lt;/a&gt;&amp;nbsp;- Splunk-cooked data can only be understand by Splunk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You want to send data to third-party system (S3 buckets here), you can use this document to send data on Syslog, this will send data as read by Splunk not in the same format as you can see on Splunk.&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Forwarddatatothird-partysystemsd" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Forwarding/Forwarddatatothird-partysystemsd&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 17:16:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597456#M12503</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-11T17:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597462#M12504</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/93915"&gt;@VatsalJagani&lt;/a&gt;&amp;nbsp; I tried this configuration. It sends the raw data and as you said cooked data is not in readable format. Thanks for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Splunk Team:&lt;/P&gt;&lt;P&gt;I am researching for the option that sends the indexed data in json format. I am trying IndexAndForward and _Index_and_forward_routing etc configurations but I am unable to succeed,&lt;/P&gt;&lt;P&gt;Can I get simple tutorial that explains Index and forward usecase.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 18:19:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597462#M12504</guid>
      <dc:creator>danilreddy</dc:creator>
      <dc:date>2022-05-11T18:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best option to send/store data to S3 as and when the data lands in Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597472#M12506</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206334"&gt;@danilreddy&lt;/a&gt;&amp;nbsp;- Index and forward are just the cooked data forwarding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;With just that it will also index data locally on the Splunk forwarder.&lt;/P&gt;&lt;P&gt;Useful when you want to clone the same data to two different Splunk instance/cluster.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 19:22:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/What-is-the-best-option-to-send-store-data-to-S3-as-and-when-the/m-p/597472#M12506</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2022-05-11T19:22:16Z</dc:date>
    </item>
  </channel>
</rss>

