<?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: Timestamp from GPS data.. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285589#M96067</link>
    <description>&lt;P&gt;It comes from  IP address: 5.11.243.33 &lt;/P&gt;

&lt;P&gt;host="5.11.243.33"&lt;/P&gt;</description>
    <pubDate>Tue, 14 Feb 2017 06:10:12 GMT</pubDate>
    <dc:creator>eyirik</dc:creator>
    <dc:date>2017-02-14T06:10:12Z</dc:date>
    <item>
      <title>Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285583#M96061</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I get data from source via TCP. Below you can see raw data; &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;2017-02-13T12:20:18.000Z;d7:86:47:6a:f7:84;sourcetype1;36.988593333;35.193628333&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;the raw data is ";" delimited and first line is time from coming GPS. &lt;/P&gt;

&lt;P&gt;How can i assign this GPS time data as timestamp ?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:39:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285583#M96061</guid>
      <dc:creator>eyirik</dc:creator>
      <dc:date>2017-02-13T12:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285584#M96062</link>
      <description>&lt;P&gt;Splunk's default auto detection will find this timestamp and time zone.&lt;/P&gt;

&lt;P&gt;That being said, whenever possible you should define the extraction - e.g. like this in props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;SHOULD_LINEMERGE=false
TIME_FORMAT=%Y-%m-%dT%H:%M:%S.%3N%Z
TIME_PREFIX=^
MAX_TIMESTAMP_LOOKAHEAD=30
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:46:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285584#M96062</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-02-13T12:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285585#M96063</link>
      <description>&lt;P&gt;Yes, it detects with different time zone. &lt;/P&gt;

&lt;P&gt;ı wrote below in props.conf. but id does not work. &lt;/P&gt;

&lt;P&gt;[MD9electriCITY]&lt;BR /&gt;
SHOULD_LINEMERGE = False&lt;BR /&gt;
TIME_FORMAT=%Y-%m-%DT%H:%M:%S.%3N%Z&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=30&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
REPORT-getfields = temsaapp_fields&lt;/P&gt;

&lt;P&gt;[host::5.11.243.33]&lt;BR /&gt;
TZ = Asian/Istanbul&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:50:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285585#M96063</guid>
      <dc:creator>eyirik</dc:creator>
      <dc:date>2020-09-29T12:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285586#M96064</link>
      <description>&lt;P&gt;Set your timezone on the forwarder where you are ingesting the data.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 05:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285586#M96064</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-02-14T05:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285587#M96065</link>
      <description>&lt;P&gt;i read it from TCP:9999 . &lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 05:59:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285587#M96065</guid>
      <dc:creator>eyirik</dc:creator>
      <dc:date>2017-02-14T05:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285588#M96066</link>
      <description>&lt;P&gt;What host value comes in for that data? Is it the IP or the DNS / FQDN name? That host stanza will only work if it sees it coming in as the 5.11.243.33 ip address, and not as a hostname. &lt;/P&gt;

&lt;P&gt;Check the host field in search, and adjust as neccesary if it isnt correct.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 06:02:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285588#M96066</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-02-14T06:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285589#M96067</link>
      <description>&lt;P&gt;It comes from  IP address: 5.11.243.33 &lt;/P&gt;

&lt;P&gt;host="5.11.243.33"&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 06:10:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285589#M96067</guid>
      <dc:creator>eyirik</dc:creator>
      <dc:date>2017-02-14T06:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285590#M96068</link>
      <description>&lt;P&gt;Checking here ; &lt;A href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones"&gt;https://en.wikipedia.org/wiki/List_of_tz_database_time_zones&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Should be &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TZ = Asia/Istanbul        or
TZ = Europe/Istanbul
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Not ....&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TZ= Asian/Istanbul
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try that.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 06:19:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285590#M96068</guid>
      <dc:creator>esix_splunk</dc:creator>
      <dc:date>2017-02-14T06:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285591#M96069</link>
      <description>&lt;P&gt;The timestamp explicitly states Z / Zulu / UTC as its time zone, and GPS runs on UTC (ignoring leap seconds). Make sure your data actually is a different time zone despite claiming to be UTC, and if possible fix this at the source to avoid other people tripping over the then-incorrect time zone delcaration inside the data.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 09:58:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285591#M96069</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-02-14T09:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285592#M96070</link>
      <description>&lt;P&gt;Time                                                  Event&lt;BR /&gt;
2/14/17 5:12:41.000 AM                           2017-02-14T10:12&lt;/P&gt;

&lt;P&gt;i wrote props.conf like below (corrected time/zone) . &lt;/P&gt;

&lt;P&gt;UTC GPS time is correct, but timestamp in splunk is in different time zone ? &lt;/P&gt;

&lt;P&gt;[MD9electriCITY]&lt;BR /&gt;
SHOULD_LINEMERGE = False&lt;BR /&gt;
TIME_FORMAT=%Y-%m-%DT%H:%M:%S.%3N%Z&lt;BR /&gt;
TIME_PREFIX=^&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=30&lt;BR /&gt;
pulldown_type = 1&lt;BR /&gt;
REPORT-getfields = temsaapp_fields&lt;/P&gt;

&lt;P&gt;[host::5.11.243.33]&lt;BR /&gt;
TZ = Asia/Istanbul&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 12:51:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285592#M96070</guid>
      <dc:creator>eyirik</dc:creator>
      <dc:date>2020-09-29T12:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp from GPS data..</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285593#M96071</link>
      <description>&lt;P&gt;The timestamp inside splunk is displayed with the splunk user's time zone.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 10:33:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-from-GPS-data/m-p/285593#M96071</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2017-02-14T10:33:41Z</dc:date>
    </item>
  </channel>
</rss>

