<?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: How to use heavy forwarder to replace rather than append data. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677177#M113234</link>
    <description>&lt;P&gt;thanks, a lookup seems to be the answer, that's what I'll go with.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2024 22:18:37 GMT</pubDate>
    <dc:creator>twanie</dc:creator>
    <dc:date>2024-02-09T22:18:37Z</dc:date>
    <item>
      <title>How to use heavy forwarder to replace rather than append data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677009#M113220</link>
      <description>&lt;P&gt;Hello -&lt;/P&gt;&lt;P&gt;Admitted new guy here,&lt;/P&gt;&lt;P&gt;I have a heavy forwarder sending data from a MySql database table into Splunk once a day.&amp;nbsp; Works great.&amp;nbsp; But now I want to send the data from a 'customer' type table with about 200 rows, and I would like to replace the data every day, rather than append 200 new rows in the index every day.&lt;/P&gt;&lt;P&gt;How is this best accomplished?&amp;nbsp; Tried searching, but I may not even be using the correct terminology.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 21:05:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677009#M113220</guid>
      <dc:creator>twanie</dc:creator>
      <dc:date>2024-02-08T21:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use heavy forwarder to replace rather than append data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677017#M113222</link>
      <description>&lt;P&gt;You do not replace data in Splunk - if you ingest it to an index it remains there until it expires. It's a time based storage so every piece of data gets a timestamp that reflects the event creation in some way.&lt;/P&gt;&lt;P&gt;So, every day when you ingest those 200 rows, they will, if setup to do so, have a date stamp of the day they are ingested.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you only ever search a single day's data you will get the latest data. If you make a very short retention period on the index, the data will age out and disappear after that time.&lt;/P&gt;&lt;P&gt;The alternative is to make those rows a lookup, in which case the data IS replaced, as you can overwrite the lookup, however, creating a lookup and ingesting to an index is not the same process.&lt;/P&gt;&lt;P&gt;What is your use case for this data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 22:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677017#M113222</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-02-08T22:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to use heavy forwarder to replace rather than append data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677039#M113227</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264472"&gt;@twanie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;as&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;said, it isn't possible because Splunk isn't a database: in the index you have day by day all the events, and it's not possible to delete or replace them, in this way you have also the history of your data.&lt;/P&gt;&lt;P&gt;If you want a table that you can replace every day, you could save the results of your query in a lookup that you recreate every day.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 08:36:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677039#M113227</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-09T08:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to use heavy forwarder to replace rather than append data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677177#M113234</link>
      <description>&lt;P&gt;thanks, a lookup seems to be the answer, that's what I'll go with.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 22:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677177#M113234</guid>
      <dc:creator>twanie</dc:creator>
      <dc:date>2024-02-09T22:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use heavy forwarder to replace rather than append data.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677188#M113236</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264472"&gt;@twanie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2024 05:50:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-heavy-forwarder-to-replace-rather-than-append-data/m-p/677188#M113236</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-02-10T05:50:48Z</dc:date>
    </item>
  </channel>
</rss>

