<?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: What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328025#M60900</link>
    <description>&lt;P&gt;Interesting - according to &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Commontimeformatvariables"&gt;Date and time format variables&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;we can replace &lt;CODE&gt;%Y-%m-%d&lt;/CODE&gt; with &lt;CODE&gt;%F&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Sun, 04 Mar 2018 00:37:53 GMT</pubDate>
    <dc:creator>ddrillic</dc:creator>
    <dc:date>2018-03-04T00:37:53Z</dc:date>
    <item>
      <title>What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328021#M60896</link>
      <description>&lt;P&gt;One of our teams wishes to use ISO 8601 for their log event timestamps. They have the desire to use any of the formats provided in that standard. Does Splunk 6.4.1 support timestamp recognition configuration for this?&lt;/P&gt;

&lt;P&gt;The logs currently use this variation: 2018-03-02T17:02:09.335Z&lt;/P&gt;

&lt;P&gt;What is the recommended way to configure timestamp recognition for the above sample?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 17:23:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328021#M60896</guid>
      <dc:creator>crisjnelson</dc:creator>
      <dc:date>2018-03-02T17:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328022#M60897</link>
      <description>&lt;P&gt;I believe that time format is supported by default.  However, it's a best practice to always put &lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; in your props.conf files to tell Splunk what time format is used by each sourcetype.  This keeps Splunk from guessing wrong and actually improves indexing performance.&lt;BR /&gt;
In your case, use &lt;CODE&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%3N%Z&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 18:38:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328022#M60897</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-03-02T18:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328023#M60898</link>
      <description>&lt;P&gt;Much appreciated! I am doing this, and assume Splunk is using UTC as the time zone. Now, search results appear in the future. I have to select all time to get the latest events. My Indexers are running in CST and my Search Heads are running in PST. _time shows as something else. What do I need to configure in order for my searches to be relative to the current time?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 18:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328023#M60898</guid>
      <dc:creator>crisjnelson</dc:creator>
      <dc:date>2018-03-02T18:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328024#M60899</link>
      <description>&lt;P&gt;If you set the time zone in your profile to CST do events still appear in the future?&lt;/P&gt;

&lt;P&gt;Many admins prefer to run all of their Splunk servers in UTC (or some other common time zone) to avoid problems and confusion.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 21:40:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328024#M60899</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2018-03-03T21:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328025#M60900</link>
      <description>&lt;P&gt;Interesting - according to &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Commontimeformatvariables"&gt;Date and time format variables&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;we can replace &lt;CODE&gt;%Y-%m-%d&lt;/CODE&gt; with &lt;CODE&gt;%F&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 00:37:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328025#M60900</guid>
      <dc:creator>ddrillic</dc:creator>
      <dc:date>2018-03-04T00:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best method of configuring timestamp recognition to support all ISO 8601 formats with Splunk 6.4.1?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328026#M60901</link>
      <description>&lt;P&gt;What time zone are you in, and what time zone is set in your GUI for Splunk. Additionally you can set the timezone in the props on your host and help alleviate this kind of issue.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 06:42:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-method-of-configuring-timestamp-recognition-to/m-p/328026#M60901</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2018-03-04T06:42:45Z</dc:date>
    </item>
  </channel>
</rss>

