<?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: WinEventLog Milli seconds identification. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330371#M61259</link>
    <description>&lt;P&gt;Hi. Did you find out why your parsing for WinEventLog doen't extract the milliseconds? I seem to have the same problem. I've sat TIME_FORMAT in props.conf, but still it seems to be ignored. Also I've checked using the data onboarding UI in Splunk that the TIME_FORMAT setting is indeed correct for the logs.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 17:59:58 GMT</pubDate>
    <dc:creator>hettervik</dc:creator>
    <dc:date>2020-09-29T17:59:58Z</dc:date>
    <item>
      <title>WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330365#M61253</link>
      <description>&lt;P&gt;Splunk is not parsing the milliseconds into _time field. How to parse it during the index time? &lt;/P&gt;

&lt;P&gt;I have updated my TIME_FORMAT in props in all the search peers; yet it is not parsing properly.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 10:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330365#M61253</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-06-08T10:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330366#M61254</link>
      <description>&lt;P&gt;Does you WinEventLog have milliseconds in the timestamp?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 11:55:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330366#M61254</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2017-06-08T11:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330367#M61255</link>
      <description>&lt;P&gt;Yes, this is that format =&amp;gt; %Y-%m-%dT%H:%M:%S.%9NZ&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:06:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330367#M61255</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-06-08T12:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330368#M61256</link>
      <description>&lt;P&gt;so if you do &lt;CODE&gt;index=windows| table _raw&lt;/CODE&gt; You also see the milliseconds in the message?&lt;/P&gt;

&lt;P&gt;how do you collect the Wineventlog?  "normal" or by xml? &lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:19:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330368#M61256</guid>
      <dc:creator>teunlaan</dc:creator>
      <dc:date>2017-06-08T12:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330369#M61257</link>
      <description>&lt;P&gt;We collect them in xml format.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 12:22:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330369#M61257</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-06-08T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330370#M61258</link>
      <description>&lt;P&gt;I downvoted this post because this is not an answer. this prevented others from looking into the question.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2017 06:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330370#M61258</guid>
      <dc:creator>thirumalreddyb</dc:creator>
      <dc:date>2017-06-11T06:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330371#M61259</link>
      <description>&lt;P&gt;Hi. Did you find out why your parsing for WinEventLog doen't extract the milliseconds? I seem to have the same problem. I've sat TIME_FORMAT in props.conf, but still it seems to be ignored. Also I've checked using the data onboarding UI in Splunk that the TIME_FORMAT setting is indeed correct for the logs.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:59:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330371#M61259</guid>
      <dc:creator>hettervik</dc:creator>
      <dc:date>2020-09-29T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: WinEventLog Milli seconds identification.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330372#M61260</link>
      <description>&lt;P&gt;After looking some more into the problem with Splunk not extracting milliseconds from WinEventLog, I found this thread:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/489938/splunk-add-on-for-microsoft-windows-why-is-timesta.html"&gt;https://answers.splunk.com/answers/489938/splunk-add-on-for-microsoft-windows-why-is-timesta.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;It seems to be the answer for your question. Unfortunately the timestamp for WinEventLog is parsed at input time, and cannot be corrected later on at indexs time.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:36:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/WinEventLog-Milli-seconds-identification/m-p/330372#M61260</guid>
      <dc:creator>hettervik</dc:creator>
      <dc:date>2018-02-12T12:36:09Z</dc:date>
    </item>
  </channel>
</rss>

