<?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: Troubleshooting inputs.conf in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61764#M180174</link>
    <description>&lt;P&gt;For that command, do I need to keep restarting the service or does that just read the configuration file?&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2010 06:00:51 GMT</pubDate>
    <dc:creator>Kyle_Brandt</dc:creator>
    <dc:date>2010-10-01T06:00:51Z</dc:date>
    <item>
      <title>Troubleshooting inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61762#M180172</link>
      <description>&lt;P&gt;In Windows I have the following in the Inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\]
disabled = 0
whitelist = ERRORLOG.*
recursive = false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However the ERRORLOG file is not showing up in splunk.  I have other data and files that I can get to go in there but not this.  I see no errors in the splunkd.log.  How do I troubleshoot this?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2010 05:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61762#M180172</guid>
      <dc:creator>Kyle_Brandt</dc:creator>
      <dc:date>2010-10-01T05:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61763#M180173</link>
      <description>&lt;P&gt;It looks like you're trying to monitor a directory, but not recurse into any of the files within it. Try &lt;CODE&gt;splunk list monitor&lt;/CODE&gt; and see if your ERRORLOG file shows up.&lt;/P&gt;

&lt;P&gt;You don't really need a whitelist here anyway - you can use wildcards in the &lt;CODE&gt;monitor&lt;/CODE&gt; definition. You should be able to just use a wild card in the path:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\ERRORLOG.*]
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Oct 2010 05:58:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61763#M180173</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-01T05:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61764#M180174</link>
      <description>&lt;P&gt;For that command, do I need to keep restarting the service or does that just read the configuration file?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:00:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61764#M180174</guid>
      <dc:creator>Kyle_Brandt</dc:creator>
      <dc:date>2010-10-01T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61765#M180175</link>
      <description>&lt;P&gt;IIRC it depends on how you add the new &lt;CODE&gt;monitor&lt;/CODE&gt; entry. If you add it via &lt;CODE&gt;splunk add monitor&lt;/CODE&gt; or through the Manager you don't need to restart. If you edit &lt;CODE&gt;inputs.conf&lt;/CODE&gt; directly, a restart will be needed.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:07:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61765#M180175</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-10-01T06:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61766#M180176</link>
      <description>&lt;P&gt;Okay, figured out I have to restart the service.  I was just missing a directory at the end.. but that command is still very helpful, thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:13:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61766#M180176</guid>
      <dc:creator>Kyle_Brandt</dc:creator>
      <dc:date>2010-10-01T06:13:32Z</dc:date>
    </item>
    <item>
      <title>Re: Troubleshooting inputs.conf</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61767#M180177</link>
      <description>&lt;P&gt;you can force reload of monitors in inputs.conf without a restart with e.g., &lt;CODE&gt;./splunk _internal call /data/inputs/monitor/_reload -auth admin:changeme&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2010 10:44:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Troubleshooting-inputs-conf/m-p/61767#M180177</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-10-01T10:44:33Z</dc:date>
    </item>
  </channel>
</rss>

