<?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 avoid blowing the license at the first start. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-blowing-the-license-at-the-first-start/m-p/91602#M19037</link>
    <description>&lt;P&gt;You have 2 approaches for this problem :&lt;/P&gt;

&lt;P&gt;1) &lt;STRONG&gt;index all quickly&lt;/STRONG&gt; and run&lt;/P&gt;

&lt;P&gt;You can turn on all your inputs at once, and index all the historical logs, get a warning for the first day &lt;BR /&gt;
(it can be more than 2 day or more if the volume is too important for the indexing speed, or if new inputs/forwarders are added over several days)&lt;/P&gt;

&lt;P&gt;If you do not reach 5 days of warnings (3 for a free license) you are not in violation and the warning counter will reset after 30 days without new warning. This is usually a good method to index all your historical data at once. And If you reach a violation, you can always get a reset key from splunk support if you have a support contract.&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Aboutlicenseviolations"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Aboutlicenseviolations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS : if you are using forwarders, you may want to remove the default thruput limit of 256KBps to fasten the first monitoring.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Limitsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;2) &lt;STRONG&gt;exclude the old events&lt;/STRONG&gt; from the initial indexing&lt;/P&gt;

&lt;P&gt;You can limit the volume of the historical logs (by example if you want to save space on the indexers or if you do not need the old events)&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;With a monitor on files, in inputs.conf you can add a setting named &lt;CODE&gt;ignoreOlderThan = 7d&lt;/CODE&gt; that will disregard logs files based on their mod time. (by example older than 7 days )&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;With the windows events logs you can exclude the old events with the option &lt;CODE&gt;current_only=1&lt;/CODE&gt;.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;monitor only the last versions of the files, and force a log rotation to roll the old events. (configure your monitor with specific path or blacklists)&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Fri, 18 Jan 2013 00:48:41 GMT</pubDate>
    <dc:creator>yannK</dc:creator>
    <dc:date>2013-01-18T00:48:41Z</dc:date>
    <item>
      <title>How to avoid blowing the license at the first start.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-blowing-the-license-at-the-first-start/m-p/91601#M19036</link>
      <description>&lt;P&gt;I have  5 GB /day license, and I am setting up plenty of new forwarders with new inputs. When I will turn them on, I expect about 50 GB of historical logs to be collected.&lt;/P&gt;

&lt;P&gt;I have windows forwarders with WinEventLogs, I have linux /var/log/ folders etc...&lt;BR /&gt;
Some of them goes several month in the past.&lt;/P&gt;

&lt;P&gt;How to avoid getting license violation ?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 00:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-blowing-the-license-at-the-first-start/m-p/91601#M19036</guid>
      <dc:creator>mataharry</dc:creator>
      <dc:date>2013-01-18T00:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid blowing the license at the first start.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-blowing-the-license-at-the-first-start/m-p/91602#M19037</link>
      <description>&lt;P&gt;You have 2 approaches for this problem :&lt;/P&gt;

&lt;P&gt;1) &lt;STRONG&gt;index all quickly&lt;/STRONG&gt; and run&lt;/P&gt;

&lt;P&gt;You can turn on all your inputs at once, and index all the historical logs, get a warning for the first day &lt;BR /&gt;
(it can be more than 2 day or more if the volume is too important for the indexing speed, or if new inputs/forwarders are added over several days)&lt;/P&gt;

&lt;P&gt;If you do not reach 5 days of warnings (3 for a free license) you are not in violation and the warning counter will reset after 30 days without new warning. This is usually a good method to index all your historical data at once. And If you reach a violation, you can always get a reset key from splunk support if you have a support contract.&lt;/P&gt;

&lt;P&gt;see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Aboutlicenseviolations"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Aboutlicenseviolations&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;PS : if you are using forwarders, you may want to remove the default thruput limit of 256KBps to fasten the first monitoring.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Limitsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/Admin/Limitsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;2) &lt;STRONG&gt;exclude the old events&lt;/STRONG&gt; from the initial indexing&lt;/P&gt;

&lt;P&gt;You can limit the volume of the historical logs (by example if you want to save space on the indexers or if you do not need the old events)&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;P&gt;With a monitor on files, in inputs.conf you can add a setting named &lt;CODE&gt;ignoreOlderThan = 7d&lt;/CODE&gt; that will disregard logs files based on their mod time. (by example older than 7 days )&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;With the windows events logs you can exclude the old events with the option &lt;CODE&gt;current_only=1&lt;/CODE&gt;.&lt;BR /&gt;
see &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.1/admin/Inputsconf&lt;/A&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;monitor only the last versions of the files, and force a log rotation to roll the old events. (configure your monitor with specific path or blacklists)&lt;/P&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 18 Jan 2013 00:48:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-avoid-blowing-the-license-at-the-first-start/m-p/91602#M19037</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-01-18T00:48:41Z</dc:date>
    </item>
  </channel>
</rss>

