<?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: Use Field with Timestamp as Eventtime in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375860#M169593</link>
    <description>&lt;P&gt;Edit: Please ignore, that won't work.&lt;/P&gt;

&lt;P&gt;I'd agree with @FrankVI and would try to fix the data, and would maybe do this during indexing (because you can most likely not change how you get the data on the source).&lt;/P&gt;

&lt;P&gt;You should maybe look into a props.conf entry with SEDCMD, and just have 12 lines to replace each German abbreviation with the English one, and you would be done...&lt;/P&gt;</description>
    <pubDate>Mon, 07 May 2018 13:07:58 GMT</pubDate>
    <dc:creator>xpac</dc:creator>
    <dc:date>2018-05-07T13:07:58Z</dc:date>
    <item>
      <title>Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375856#M169589</link>
      <description>&lt;P&gt;Hi Community!&lt;/P&gt;

&lt;P&gt;I have a problem with a German Timestamp Field!&lt;BR /&gt;
I would like to extract the correct Timestamp from this field and replace it as the eventtime.&lt;BR /&gt;
Unfortunatly monthnames are displayed at german language.&lt;/P&gt;

&lt;P&gt;What is the best way to do that&lt;/P&gt;

&lt;P&gt;This is my field with the timestamp  &lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;Mo Mai 07 2018 11:15:46.5650&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;and I would like to replace the eventtime with that timestamp&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Rob&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 09:30:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375856#M169589</guid>
      <dc:creator>RobertRi</dc:creator>
      <dc:date>2018-05-07T09:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375857#M169590</link>
      <description>&lt;P&gt;Ha, Mai is actually the worst example &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
Just wondering - is the timestamp only showing the first three letters of each month, or is it showing the full month name?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 10:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375857#M169590</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-07T10:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375858#M169591</link>
      <description>&lt;P&gt;Only the first three letters.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Rob&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 10:49:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375858#M169591</guid>
      <dc:creator>RobertRi</dc:creator>
      <dc:date>2018-05-07T10:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375859#M169592</link>
      <description>&lt;P&gt;Looks like you're not the only one who ran into this (no solution unfortunately):&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/468409/is-there-a-way-to-force-a-locale-so-that-splunk-re.html"&gt;https://answers.splunk.com/answers/468409/is-there-a-way-to-force-a-locale-so-that-splunk-re.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Not directly related to index time processing of timestamps, but the search time documentation mentions that it follows the server's OS's locale setting:&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.0/SearchReference/Commontimeformatvariables"&gt;http://docs.splunk.com/Documentation/Splunk/7.1.0/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;So you might want to try sending this data through a HF that is running on an OS set to German locale.&lt;/P&gt;

&lt;P&gt;Alternatively, you could look at defining your own &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.0/Data/Configuretimestamprecognition#The_timestamp_processor"&gt;timestamp processor&lt;/A&gt; (creating an alternative datetime.xml).&lt;/P&gt;

&lt;P&gt;I'd probably aim at fixing this from the data source side, rather than Splunk side...&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 11:32:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375859#M169592</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-07T11:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375860#M169593</link>
      <description>&lt;P&gt;Edit: Please ignore, that won't work.&lt;/P&gt;

&lt;P&gt;I'd agree with @FrankVI and would try to fix the data, and would maybe do this during indexing (because you can most likely not change how you get the data on the source).&lt;/P&gt;

&lt;P&gt;You should maybe look into a props.conf entry with SEDCMD, and just have 12 lines to replace each German abbreviation with the English one, and you would be done...&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:07:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375860#M169593</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-07T13:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375861#M169594</link>
      <description>&lt;P&gt;But would that SEDCMD be performed before Splunk does the timestamp extraction? Otherwise it is rather pointless, right?&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375861#M169594</guid>
      <dc:creator>FrankVl</dc:creator>
      <dc:date>2018-05-07T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Use Field with Timestamp as Eventtime</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375862#M169595</link>
      <description>&lt;P&gt;You're right, my mistake, that wouldn't work...&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Use-Field-with-Timestamp-as-Eventtime/m-p/375862#M169595</guid>
      <dc:creator>xpac</dc:creator>
      <dc:date>2018-05-07T13:29:48Z</dc:date>
    </item>
  </channel>
</rss>

