<?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 configure Splunk Forwarder to NOT index historical data in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478280#M82108</link>
    <description>&lt;P&gt;Hi vrmandadi,&lt;BR /&gt;
in inputs.conf use the &lt;CODE&gt;ignoreOlderThan=1d&lt;/CODE&gt; option ( &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt; ).&lt;BR /&gt;
Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 16:00:53 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2019-11-04T16:00:53Z</dc:date>
    <item>
      <title>How to configure Splunk Forwarder to NOT index historical data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478279#M82107</link>
      <description>&lt;P&gt;Recently we had issues with one of the data inputs which uses rest API add-on, sending a large volume of data.&lt;BR /&gt;
So I have disabled the three inputs of the data type in the heavy forwarder.&lt;BR /&gt;
I would like to enable back the inputs but I would like to get the data starting from today.&lt;BR /&gt;
I assume once I enable it back I would get all the data that was disabled for the few days.&lt;BR /&gt;
Is there any setting that will get the latest or today's data and where should the setting be placed?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 15:54:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478279#M82107</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2019-11-04T15:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk Forwarder to NOT index historical data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478280#M82108</link>
      <description>&lt;P&gt;Hi vrmandadi,&lt;BR /&gt;
in inputs.conf use the &lt;CODE&gt;ignoreOlderThan=1d&lt;/CODE&gt; option ( &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt; ).&lt;BR /&gt;
Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478280#M82108</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-04T16:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk Forwarder to NOT index historical data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478281#M82109</link>
      <description>&lt;P&gt;Hello @gcusello   thank you very much for your reply .Will this setting once enabled today will get only today's data and not the days this inputs were disabled right?&lt;/P&gt;

&lt;P&gt;Can we use this input on a index setting ?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:31:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478281#M82109</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2019-11-04T16:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk Forwarder to NOT index historical data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478282#M82110</link>
      <description>&lt;P&gt;Hi vrmandadi,&lt;BR /&gt;
You have to use this option in an inputs.conf stanza, e.g.:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/messages]
index=os
sourcetype=linux
ignoreOlderThan=1d
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;See in the documentation ( &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Inputsconf&lt;/A&gt; )instructions and samples.&lt;/P&gt;

&lt;P&gt;Ciao.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 16:55:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478282#M82110</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-04T16:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk Forwarder to NOT index historical data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478283#M82111</link>
      <description>&lt;P&gt;Thank You.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 17:14:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478283#M82111</guid>
      <dc:creator>vrmandadi</dc:creator>
      <dc:date>2019-11-04T17:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Splunk Forwarder to NOT index historical data</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478284#M82112</link>
      <description>&lt;P&gt;You're welcome!&lt;BR /&gt;
Ciao and next time.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 08:29:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Splunk-Forwarder-to-NOT-index-historical-data/m-p/478284#M82112</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-11-05T08:29:52Z</dc:date>
    </item>
  </channel>
</rss>

