<?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 JSON AN HTTP Event Collector in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/JSON-AN-HTTP-Event-Collector/m-p/463140#M79948</link>
    <description>&lt;P&gt;How do you extract a timestamp from JSON logs that are being sent to an HTTP Event Collector?&lt;/P&gt;

&lt;P&gt;Hello&lt;BR /&gt;
What solution can you give me to be able to extract the JSON programming time.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7836i1B77B9FCF237B8A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 15:42:00 GMT</pubDate>
    <dc:creator>isabel09</dc:creator>
    <dc:date>2019-10-18T15:42:00Z</dc:date>
    <item>
      <title>JSON AN HTTP Event Collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-AN-HTTP-Event-Collector/m-p/463140#M79948</link>
      <description>&lt;P&gt;How do you extract a timestamp from JSON logs that are being sent to an HTTP Event Collector?&lt;/P&gt;

&lt;P&gt;Hello&lt;BR /&gt;
What solution can you give me to be able to extract the JSON programming time.&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7836i1B77B9FCF237B8A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 15:42:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-AN-HTTP-Event-Collector/m-p/463140#M79948</guid>
      <dc:creator>isabel09</dc:creator>
      <dc:date>2019-10-18T15:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: JSON AN HTTP Event Collector</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/JSON-AN-HTTP-Event-Collector/m-p/463141#M79949</link>
      <description>&lt;P&gt;Hello @isabel09,&lt;/P&gt;

&lt;P&gt;please find below a working example :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw="{\"ENDTIME\":\"05/08/2019 17:36\",\"JOBCODE\":\"DAY_END_JOB\",\"STARTTIME\":\"05/08/2019 17:31\",\"STATUS\":\"COMPLETED\"}"
| spath
| eval _time=strptime(STARTTIME,"%d/%m/%Y %H:%M")
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 06:53:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/JSON-AN-HTTP-Event-Collector/m-p/463141#M79949</guid>
      <dc:creator>poete</dc:creator>
      <dc:date>2019-11-07T06:53:00Z</dc:date>
    </item>
  </channel>
</rss>

