<?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 control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259696#M96254</link>
    <description>&lt;P&gt;Looks like we can manage splunkd-utility.log by changing parameter in log-utility.cfg.&lt;BR /&gt;
Any how its 5 MB and will limit to 1 rotation than 5.&lt;/P&gt;

&lt;P&gt;appender.A1.fileName=${SPLUNK_HOME}/var/log/splunk/splunkd-utility.log&lt;/P&gt;

&lt;P&gt;appender.A1.maxFileSize=5000000 # default: 5MB (specified in bytes).&lt;/P&gt;

&lt;P&gt;appender.A1.maxBackupIndex=5&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2016 13:18:43 GMT</pubDate>
    <dc:creator>anantdeshpande</dc:creator>
    <dc:date>2016-10-19T13:18:43Z</dc:date>
    <item>
      <title>How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259692#M96250</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I have installed Splunk having very limited space. I am able to manage other logs my modifying /etc/log.cfg file.&lt;BR /&gt;
However, do not find any parameter to rotate/control splunkd_stderr.log &amp;amp; splunkd-utility.log.&lt;/P&gt;

&lt;P&gt;Do we have any separate parameter/file to manage these Splunk logs? &lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 12:14:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259692#M96250</guid>
      <dc:creator>anantdeshpande</dc:creator>
      <dc:date>2016-10-19T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259693#M96251</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;As you mentioned most logs can be controlled from /etc/log.cfg, however there are some logs such as splunkd_stderr.log that are effectively "hard coded" and cannot  be changed. However, it was suggested that you could use a symbolic link to move the files to your preferred location.&lt;/P&gt;

&lt;P&gt;Reference:&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/9879/possible-to-move-splunks-log-folder-splunk-home-var-log-splunk.html"&gt;https://answers.splunk.com/answers/9879/possible-to-move-splunks-log-folder-splunk-home-var-log-splunk.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
BPitts2&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:00:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259693#M96251</guid>
      <dc:creator>bpitts2</dc:creator>
      <dc:date>2016-10-19T13:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259694#M96252</link>
      <description>&lt;P&gt;Thank you,&lt;BR /&gt;
As last solution will write script or create symbolic link.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:15:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259694#M96252</guid>
      <dc:creator>anantdeshpande</dc:creator>
      <dc:date>2016-10-19T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259695#M96253</link>
      <description>&lt;P&gt;For this specific index you can allocate (a lot) less than the 1/2 terabyte assigned, by default, for each index.&lt;/P&gt;

&lt;P&gt;To begin with, you can run the following to know how much each index consumes - &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/data/indexes 
| eval perc=(currentDBSizeMB * 100 / maxTotalDataSizeMB ) 
| table title currentDBSizeMB maxTotalDataSizeMB perc
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259695#M96253</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-10-19T13:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259696#M96254</link>
      <description>&lt;P&gt;Looks like we can manage splunkd-utility.log by changing parameter in log-utility.cfg.&lt;BR /&gt;
Any how its 5 MB and will limit to 1 rotation than 5.&lt;/P&gt;

&lt;P&gt;appender.A1.fileName=${SPLUNK_HOME}/var/log/splunk/splunkd-utility.log&lt;/P&gt;

&lt;P&gt;appender.A1.maxFileSize=5000000 # default: 5MB (specified in bytes).&lt;/P&gt;

&lt;P&gt;appender.A1.maxBackupIndex=5&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:18:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259696#M96254</guid>
      <dc:creator>anantdeshpande</dc:creator>
      <dc:date>2016-10-19T13:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259697#M96255</link>
      <description>&lt;P&gt;I downvoted this post because this is a completely irrelevant answer.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:19:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259697#M96255</guid>
      <dc:creator>bpitts2</dc:creator>
      <dc:date>2016-10-19T13:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259698#M96256</link>
      <description>&lt;P&gt;Good to know, thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:20:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259698#M96256</guid>
      <dc:creator>bpitts2</dc:creator>
      <dc:date>2016-10-19T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259699#M96257</link>
      <description>&lt;P&gt;Oh oh - really sorry ; -) but truly it's really relevant. &lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:27:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259699#M96257</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2016-10-19T13:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to control splunk logs splunkd_stderr.log &amp; splunkd-utility.log filling up disk space</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259700#M96258</link>
      <description>&lt;P&gt;I agree.  What is the point of decreasing the size of the log files if they are all indexed with a max size of 1/2 TB anyway?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2016 13:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-control-splunk-logs-splunkd-stderr-log-splunkd-utility/m-p/259700#M96258</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2016-10-19T13:30:03Z</dc:date>
    </item>
  </channel>
</rss>

