<?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: How get _time vaules same formate in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/641069#M109356</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255818"&gt;@Sekhar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&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 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Apr 2023 15:06:02 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-04-23T15:06:02Z</dc:date>
    <item>
      <title>How get _time vaules same format?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/640535#M109329</link>
      <description>&lt;P&gt;My query index= nonjVs source = nonjavs | stats vaules(_time ) as start time values(_time) as endtime by empid&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Displayed below formate but I want to see my stat time&amp;nbsp; and end time "%m-%d-%y %H:%M:@%S"&lt;/P&gt;
&lt;P&gt;Starttime 165575758474.67768&amp;nbsp;&lt;/P&gt;
&lt;P&gt;End time 16777894894.67788&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 21:36:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/640535#M109329</guid>
      <dc:creator>Sekhar</dc:creator>
      <dc:date>2023-04-19T21:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How get _time vaules same formate</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/640537#M109330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255818"&gt;@Sekhar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to use the eval command,&amp;nbsp;with the strftime funtion, after the stats command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=nonjVs source=nonjavs 
| stats earliest(_time) AS starttime latest(_time) AS endtime BY empid 
| eval starttime=strftime(starttime,"%m-%d-%y %H:%M:%S"), endtime=strftime(endtime,"%m-%d-%y %H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 08:43:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/640537#M109330</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-19T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: How get _time vaules same formate</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/641069#M109356</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255818"&gt;@Sekhar&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&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 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2023 15:06:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-get-time-vaules-same-format/m-p/641069#M109356</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-23T15:06:02Z</dc:date>
    </item>
  </channel>
</rss>

