<?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: Universal Forwarder doesn't forward specific log in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689679#M114783</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268692"&gt;@hohyuon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2024 10:17:01 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2024-06-05T10:17:01Z</dc:date>
    <item>
      <title>Universal Forwarder doesn't forward specific log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689634#M114778</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Collect two logs with the Universal Forwarder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;One log is collected well, but one log is not collected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give me some advice on this phenomenon?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The input.conf configuration file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[monitor://D:\Log\State\...\*.Log]&lt;BR /&gt;disabled = false&lt;BR /&gt;index = cds_STW112&lt;BR /&gt;sourcetype = mujin_CDS_IPA_Log_State&lt;BR /&gt;ignoreOlderThan = 1h&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Not collecting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;[monitor://D:\Log\Communication\DeviceNet\Input\...\*Input*.Log]&lt;BR /&gt;disabled = false&lt;BR /&gt;index = cds_STW112&lt;BR /&gt;sourcetype = mujin_CDS_DNetLog_IN&lt;BR /&gt;ignoreOlderThan = 1h&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;Collecting&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 05:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689634#M114778</guid>
      <dc:creator>hohyuon</dc:creator>
      <dc:date>2024-06-05T05:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder doesn't forward specific log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689637#M114779</link>
      <description>&lt;P&gt;You can begin by checking with these commands as it looks like a Windows UF&lt;/P&gt;&lt;P&gt;#Shows monitored Files&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\opt\splunkforwarder\bin\splunk list monitor&lt;/LI-CODE&gt;&lt;P&gt;#Shows monitoried file inputs status&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\opt\splunkforwarder\bin\splunk list inputstatus&lt;/LI-CODE&gt;&lt;P&gt;Have you checked permissionss for the logs that are not being collected?&lt;/P&gt;&lt;P&gt;Have you checked the name of the paths/logs are correct (typos)?&lt;/P&gt;&lt;P&gt;Check splunkd.log - there may be some further info in there&lt;/P&gt;&lt;P&gt;\opt\splunkforwarder\var\log\splunk\splunkd.log&lt;BR /&gt;(Look for TailReader OR ERROR)&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 05:50:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689637#M114779</guid>
      <dc:creator>deepakc</dc:creator>
      <dc:date>2024-06-05T05:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder doesn't forward specific log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689639#M114780</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268692"&gt;@hohyuon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;at first run the checks described by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/79189"&gt;@deepakc&lt;/a&gt;&amp;nbsp;that are the correct ones.&lt;/P&gt;&lt;P&gt;Then, please, check the timestamp format: if the forma is dd/mm/yyyy you have to define this format in props.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;TIME_FORMAT = %d/%m/%Y %T:%M:$S&lt;/LI-CODE&gt;&lt;P&gt;because Splunk, by default, uses te american format (mm/dd/yyyy) and during the first 12 days of the month doesn't assign the correct timestamp, so today it isn't correct and you don't see events with today's date, but tomorrow date.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 06:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689639#M114780</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-06-05T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder doesn't forward specific log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689656#M114782</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I solved it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 07:33:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689656#M114782</guid>
      <dc:creator>hohyuon</dc:creator>
      <dc:date>2024-06-05T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Universal Forwarder doesn't forward specific log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689679#M114783</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/268692"&gt;@hohyuon&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;let us know if we can help you more, or, please, accept one answer for the other people of Community.&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 10:17:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-Forwarder-doesn-t-forward-specific-log/m-p/689679#M114783</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-06-05T10:17:01Z</dc:date>
    </item>
  </channel>
</rss>

