<?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 Need  Time_Format value in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505900#M86175</link>
    <description>Hi, I have two different time values 2020-06-24 03:07:39,997Z 2020-06-24 03:07:39.990Z The first value has a comma(,) and the second value has a dot(.) How can I parse both the values. Any documentation on this?</description>
    <pubDate>Wed, 24 Jun 2020 08:04:55 GMT</pubDate>
    <dc:creator>VijaySrrie</dc:creator>
    <dc:date>2020-06-24T08:04:55Z</dc:date>
    <item>
      <title>Need  Time_Format value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505900#M86175</link>
      <description>Hi, I have two different time values 2020-06-24 03:07:39,997Z 2020-06-24 03:07:39.990Z The first value has a comma(,) and the second value has a dot(.) How can I parse both the values. Any documentation on this?</description>
      <pubDate>Wed, 24 Jun 2020 08:04:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505900#M86175</guid>
      <dc:creator>VijaySrrie</dc:creator>
      <dc:date>2020-06-24T08:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need  Time_Format value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505907#M86176</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can go through this link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.4/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.4/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please &amp;nbsp;check my sample search with your provided data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval date="2020-06-24 03:07:39,997Z|2020-06-24 03:07:39.990Z" , date=split(date,"|") | mvexpand date | eval epochtime = strptime(date,"%Y-%m-%d %M:%H:%S,%3QZ")  | eval ReIterated = strftime(epochtime,"%Y-%m-%d %M:%H:%S,%3QZ") | table date epochtime ReIterated&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Kamlesh Vaghela&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 08:28:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505907#M86176</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2020-06-24T08:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need  Time_Format value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505922#M86178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you can leave Splunk to use the correct Time format without forcing a TIME_FORMAT in props.conf.&lt;/P&gt;&lt;P&gt;If Splunk doesn't know one of them add it to datetime.xml following the instructions at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/SplunkCloud/8.0.2004/Data/Configuredatetimexml" target="_blank"&gt;https://docs.splunk.com/Documentation/SplunkCloud/8.0.2004/Data/Configuredatetimexml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 09:23:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/505922#M86178</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-06-24T09:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need  Time_Format value</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/507195#M86310</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/164779"&gt;@VijaySrrie&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Perfect!&lt;/P&gt;&lt;P&gt;If you appreciate this solution you can also leave a Karma Point .&lt;/P&gt;&lt;P&gt;Ciao and next time.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 06:36:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-Time-Format-value/m-p/507195#M86310</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-07-03T06:36:57Z</dc:date>
    </item>
  </channel>
</rss>

