<?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 Onboarding json data - please help in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Onboarding-json-data-please-help/m-p/433164#M75728</link>
    <description>&lt;P&gt;In a testing environment and can't get ride of this annoying triangle (Failed to parse timestamp. Defaulting to file modtime).&lt;/P&gt;

&lt;P&gt;Here is a copy of my data:&lt;/P&gt;

&lt;P&gt;{&lt;BR /&gt;
    "Phone_Number": "315-788-5129 x1967",&lt;BR /&gt;
    "First_Name": "Alvera",&lt;BR /&gt;
    "Last_Name": "Beier",&lt;BR /&gt;
    "User_Id": 0,&lt;BR /&gt;
    "Country": "Bahamas",&lt;BR /&gt;
    "ZipCode": "75876",&lt;BR /&gt;
    "Full_Name": "Hans Volkman",&lt;BR /&gt;
    "IP": "191.223.4.118",&lt;BR /&gt;
    "Date": "1997-06-14T02:06:55.205Z",&lt;BR /&gt;
    "Domain": "jevon.us",&lt;BR /&gt;
    "Email": "&lt;A href="mailto:Rosemarie@kristian.ca" target="_blank"&gt;Rosemarie@kristian.ca&lt;/A&gt;"&lt;BR /&gt;
  }&lt;/P&gt;

&lt;P&gt;And here is a copy of my last props.conf&lt;/P&gt;

&lt;P&gt;description=JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="_blank"&gt;http://json.org/&lt;/A&gt;&lt;BR /&gt;
disabled=false&lt;BR /&gt;
pulldown_type=true&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)&lt;BR /&gt;
TIME_FORMAT=strptime(%Y-%m-%dT%H:%M:%S.%3QZ)&lt;BR /&gt;
TIMESTAMP_FIELDS=field10&lt;BR /&gt;
TIME_PREFIX="DATE" :  \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z&lt;BR /&gt;
TRUNCATE=999999 &lt;/P&gt;</description>
    <pubDate>Wed, 30 Sep 2020 00:17:38 GMT</pubDate>
    <dc:creator>rwrettig</dc:creator>
    <dc:date>2020-09-30T00:17:38Z</dc:date>
    <item>
      <title>Onboarding json data - please help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Onboarding-json-data-please-help/m-p/433164#M75728</link>
      <description>&lt;P&gt;In a testing environment and can't get ride of this annoying triangle (Failed to parse timestamp. Defaulting to file modtime).&lt;/P&gt;

&lt;P&gt;Here is a copy of my data:&lt;/P&gt;

&lt;P&gt;{&lt;BR /&gt;
    "Phone_Number": "315-788-5129 x1967",&lt;BR /&gt;
    "First_Name": "Alvera",&lt;BR /&gt;
    "Last_Name": "Beier",&lt;BR /&gt;
    "User_Id": 0,&lt;BR /&gt;
    "Country": "Bahamas",&lt;BR /&gt;
    "ZipCode": "75876",&lt;BR /&gt;
    "Full_Name": "Hans Volkman",&lt;BR /&gt;
    "IP": "191.223.4.118",&lt;BR /&gt;
    "Date": "1997-06-14T02:06:55.205Z",&lt;BR /&gt;
    "Domain": "jevon.us",&lt;BR /&gt;
    "Email": "&lt;A href="mailto:Rosemarie@kristian.ca" target="_blank"&gt;Rosemarie@kristian.ca&lt;/A&gt;"&lt;BR /&gt;
  }&lt;/P&gt;

&lt;P&gt;And here is a copy of my last props.conf&lt;/P&gt;

&lt;P&gt;description=JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="_blank"&gt;http://json.org/&lt;/A&gt;&lt;BR /&gt;
disabled=false&lt;BR /&gt;
pulldown_type=true&lt;BR /&gt;
LINE_BREAKER=([\r\n]+)&lt;BR /&gt;
TIME_FORMAT=strptime(%Y-%m-%dT%H:%M:%S.%3QZ)&lt;BR /&gt;
TIMESTAMP_FIELDS=field10&lt;BR /&gt;
TIME_PREFIX="DATE" :  \d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}.\d{3}Z&lt;BR /&gt;
TRUNCATE=999999 &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:17:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Onboarding-json-data-please-help/m-p/433164#M75728</guid>
      <dc:creator>rwrettig</dc:creator>
      <dc:date>2020-09-30T00:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Onboarding json data - please help</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Onboarding-json-data-please-help/m-p/433165#M75729</link>
      <description>&lt;P&gt;You appear to be working with a few misconceptions.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;TIME_FORMAT&lt;/CODE&gt; is just a format string.  Functions are not processed, but are considered part of the time string.&lt;BR /&gt;
&lt;CODE&gt;TIME_PREFIX&lt;/CODE&gt; should be the text that comes before the timestamp.  It is also a literal string.&lt;BR /&gt;
&lt;CODE&gt;TIMESTAMP_FIELDS&lt;/CODE&gt; doesn't apply since you are not using &lt;CODE&gt;INDEXED_EXTRACTIONS&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Try these settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;description=JavaScript Object Notation format. For more information, visit &lt;A href="http://json.org/" target="test_blank"&gt;http://json.org/&lt;/A&gt;
disabled=false
pulldown_type=true
LINE_BREAKER=([\r\n]+)
TIME_FORMAT=%Y-%m-%dT%H:%M:%S.%3NZ
TIME_PREFIX="DATE" : "
TRUNCATE=999999 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 28 Apr 2019 13:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Onboarding-json-data-please-help/m-p/433165#M75729</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2019-04-28T13:19:35Z</dc:date>
    </item>
  </channel>
</rss>

