<?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: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276696#M53061</link>
    <description>&lt;P&gt;Are you getting other logs from this forwarder? Can you telnet to port 9997 on the indexer? Is there a network being blocked?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2016 12:51:57 GMT</pubDate>
    <dc:creator>dmaislin_splunk</dc:creator>
    <dc:date>2016-09-14T12:51:57Z</dc:date>
    <item>
      <title>Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276691#M53056</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;

&lt;P&gt;I know this has been covered and there are many answers, but from what I can tell, my inputs.conf is correct.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor://C:\Program Files (x86)\Syslogd\Logs\*.txt]
disabled = 0
index = malware
sourcetype = malwarebytes
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Basically, this was working in our dev environment, and when I pushed the same inputs.conf from dev to production, we are not getting any logs sent to Splunk.  And splunkd does not show any errors:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TailingProcessor - Parsing configuration stanza: monitor://C:\Program Files (x86)\Syslogd\Logs\*.txt.
09-13-2016 16:21:57.812 -0700 INFO  TailReader - State transitioning from 1 to 0 (initOrResume).
09-13-2016 16:21:57.812 -0700 INFO  TailReader - State transitioning from 1 to 0 (initOrResume).
09-13-2016 16:21:57.812 -0700 INFO  TailingProcessor - Adding watch on path: C:\Program Files (x86)\Syslogd\Logs.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;So I am not sure why it isn't ingesting properly.&lt;/P&gt;

&lt;P&gt;ideas?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276691#M53056</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-09-14T00:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276692#M53057</link>
      <description>&lt;P&gt;Just to clear up the obvious...  Do you have - &lt;BR /&gt;
An index named malware in production?&lt;BR /&gt;
A props.conf file for the sourcetype malwarebytes in production?&lt;BR /&gt;
Are there new log events in production? &lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276692#M53057</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2016-09-14T00:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276693#M53058</link>
      <description>&lt;P&gt;Yes I have an index called malware in production&lt;BR /&gt;
I do not have a props.conf for the sourcetype malware, as I did not need one in dev&lt;BR /&gt;
Yesterday was the last day that files were written out to the directory that we are monitoring the *.txt files&lt;/P&gt;

&lt;P&gt;And splunkd shows nothing out of the ordinary.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:44:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276693#M53058</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-09-14T00:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276694#M53059</link>
      <description>&lt;P&gt;Check &lt;CODE&gt;splunk btool inputs list monitor&lt;/CODE&gt; if your config is applied correctly and check &lt;CODE&gt;splunk list inputstatus&lt;/CODE&gt; if Splunk is reading the directory and the files?&lt;BR /&gt;
Check if your service account has permission to read files in that directory?&lt;BR /&gt;
Check on any intermediate parsing layer, if there are nullQueues configured?&lt;BR /&gt;
Check &lt;CODE&gt;index=_internal sourcetype=splunkd source=*metrics.log series=*Syslodg*&lt;/CODE&gt; over all time to get some information if data was sent?&lt;BR /&gt;
Search the index over all time, maybe you have some timestamping issue?&lt;BR /&gt;
Last resort &lt;CODE&gt;tcpdump&lt;/CODE&gt; the traffic to see if the input instance is sending out events and they get lost somewhere?&lt;/P&gt;

&lt;P&gt;This list is almost never-ending ... Good luck and I hope you find the missing puzzle piece.&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 00:53:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276694#M53059</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2016-09-14T00:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276695#M53060</link>
      <description>&lt;P&gt;FYI, your inputs.conf works for me.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 01:09:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276695#M53060</guid>
      <dc:creator>lukejadamec</dc:creator>
      <dc:date>2016-09-14T01:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276696#M53061</link>
      <description>&lt;P&gt;Are you getting other logs from this forwarder? Can you telnet to port 9997 on the indexer? Is there a network being blocked?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 12:51:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276696#M53061</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2016-09-14T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276697#M53062</link>
      <description>&lt;P&gt;Yes, I can see all the splunkd logs and windows logs getting ingested.  As of this morning there is data in the malware index.  I think because splunk read the files once in the dev environment, it did not read them again in the production environment?  I am not sure as a new file was created last night/early this morning and that information was ingested. All the old *.txt files that were present while we were running tests in dev did not get ingested.&lt;/P&gt;

&lt;P&gt;That seems weird to me as dev and prod are completely separate instances.  But it is working now.  Thanks all&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 14:12:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276697#M53062</guid>
      <dc:creator>edwardrose</dc:creator>
      <dc:date>2016-09-14T14:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why are logs not getting sent to Splunk with our current inputs.conf monitor stanza for a Windows file?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276698#M53063</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
can you pls give me the idea how it is working for you, I also have same issue and can see other security and windows event logs in splunk but when I configured some text file on &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt; drive it is not picking there in splunk.&lt;BR /&gt;
Please guide me.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Ankit&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 08:53:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-are-logs-not-getting-sent-to-Splunk-with-our-current-inputs/m-p/276698#M53063</guid>
      <dc:creator>LBG_Ankit</dc:creator>
      <dc:date>2018-08-21T08:53:39Z</dc:date>
    </item>
  </channel>
</rss>

