<?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: Best method to write all event to RFS with Ingest Actions in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645744#M109864</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you should remember that with IA you could use S3 only if you are running that instance on AWS!&lt;/P&gt;&lt;P&gt;Splunk have "secret" wildcard for sourcetype in props.conf. I don't know if it works also for IA RULESET or not and can you use it via GUI or not. You can read more from&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/quick-tip-wildcard-sourcetypes-in-props-conf.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/quick-tip-wildcard-sourcetypes-in-props-conf.html&lt;/A&gt;. BUT remember that this is not officially supported and it can removed anytime!!&lt;/P&gt;&lt;P&gt;For that reason I also prefer&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;'s proposal to use cold2frozen script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 11:17:06 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-06-05T11:17:06Z</dc:date>
    <item>
      <title>What is the best method to write all event to RFS with Ingest Actions?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645441#M109829</link>
      <description>&lt;P&gt;Our requirements are to have readily searchable data for 12 months and 'cold store' of data for an additional 18 mths (30 mths total).&amp;nbsp; Ingest Actions seems like the obvious choice since it can write to an S3 bucket and compress the data in a format easily re-ingested or passed to a 3rd party if needed.&amp;nbsp; However, the ingest actions seem to only work given you apply the ruleset to a sourcetype.&amp;nbsp; Given that there may be a hundred or more sourcetypes, this is a little onerous.&amp;nbsp; Is there a method to accomplish this w/o creating a ruleset for every sourcetype?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 06:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645441#M109829</guid>
      <dc:creator>dokaas_2</dc:creator>
      <dc:date>2023-06-02T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Best method to write all event to RFS with Ingest Actions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645445#M109830</link>
      <description>&lt;P&gt;Use a &lt;FONT face="courier new,courier"&gt;coldToFrozenScript&lt;/FONT&gt; for each index you wish to archive to S3.&amp;nbsp; Splunk will invoke the script for each bucket that reaches the end of its searchable lifetime.&amp;nbsp; Details are in the Admin Manual.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2023 21:13:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645445#M109830</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-06-01T21:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Best method to write all event to RFS with Ingest Actions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645738#M109861</link>
      <description>&lt;P&gt;That script, I believe, moves frozen buckets to an S3 storage location.&amp;nbsp; However, I what I want is to use the ingest actions&amp;nbsp; (Settings / Data / Ingest actions) to write all raw events in compressed JSON format.&amp;nbsp; Ingest actions is per source type and with nearly 100 or more source types, manually creating one for each is onerous.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ingest actions use RULESET in the props to define how to store on the Remote File System (RFS).&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 10:40:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645738#M109861</guid>
      <dc:creator>dokaas_2</dc:creator>
      <dc:date>2023-06-05T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Best method to write all event to RFS with Ingest Actions</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645744#M109864</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you should remember that with IA you could use S3 only if you are running that instance on AWS!&lt;/P&gt;&lt;P&gt;Splunk have "secret" wildcard for sourcetype in props.conf. I don't know if it works also for IA RULESET or not and can you use it via GUI or not. You can read more from&amp;nbsp;&lt;A href="https://www.splunk.com/en_us/blog/tips-and-tricks/quick-tip-wildcard-sourcetypes-in-props-conf.html" target="_blank"&gt;https://www.splunk.com/en_us/blog/tips-and-tricks/quick-tip-wildcard-sourcetypes-in-props-conf.html&lt;/A&gt;. BUT remember that this is not officially supported and it can removed anytime!!&lt;/P&gt;&lt;P&gt;For that reason I also prefer&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;'s proposal to use cold2frozen script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 11:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-to-write-all-event-to-RFS-with-Ingest/m-p/645744#M109864</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-05T11:17:06Z</dc:date>
    </item>
  </channel>
</rss>

