<?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 How to edit props.conf to adjust the default UTC timestamp? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243274#M47139</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to adjust this raw data seen below. Our office is EST and the FireEye appliance is BST, but the test alerts I'm generating are coming in UTC. I've looked all over the place to change this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;8/23/16 
2:09:48.000 PM  
&amp;lt;162&amp;gt;fenotify-3386.crit: CEF:0|FireEye|MPS|7.8.1.468932|MC|malware-callback|7|rt=Aug 23 2016 18:04:23 UTC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I made a props.conf in the local directory for the search app and put this inside but it doesn't seem to be working either.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fe_alert]
TIME_PREFIX = ^\d+\w+
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%BST
MAX_TIMESTAMP_LOOKAHEAD = 28
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be appreciated. &lt;/P&gt;

&lt;P&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Tue, 23 Aug 2016 18:56:10 GMT</pubDate>
    <dc:creator>Hegemon76</dc:creator>
    <dc:date>2016-08-23T18:56:10Z</dc:date>
    <item>
      <title>How to edit props.conf to adjust the default UTC timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243274#M47139</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm trying to adjust this raw data seen below. Our office is EST and the FireEye appliance is BST, but the test alerts I'm generating are coming in UTC. I've looked all over the place to change this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;8/23/16 
2:09:48.000 PM  
&amp;lt;162&amp;gt;fenotify-3386.crit: CEF:0|FireEye|MPS|7.8.1.468932|MC|malware-callback|7|rt=Aug 23 2016 18:04:23 UTC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I made a props.conf in the local directory for the search app and put this inside but it doesn't seem to be working either.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[fe_alert]
TIME_PREFIX = ^\d+\w+
TIME_FORMAT = %Y-%m-%dT%H:%M:%S.%6N%BST
MAX_TIMESTAMP_LOOKAHEAD = 28
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any help would be appreciated. &lt;/P&gt;

&lt;P&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 18:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243274#M47139</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2016-08-23T18:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit props.conf to adjust the default UTC timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243275#M47140</link>
      <description>&lt;P&gt;You can use TZ atribute&lt;BR /&gt;
from props.conf docs&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TZ = &amp;lt;timezone identifier&amp;gt;
* The algorithm for determining the time zone for a particular event is as
  follows:
* If the event has a timezone in its raw text (for example, UTC, -08:00),
  use that.
* If TZ is set to a valid timezone string, use that.
* If the event was forwarded, and the forwarder-indexer connection is using
  the 6.0+ forwarding protocol, use the timezone provided by the forwarder.
* Otherwise, use the timezone of the system that is running splunkd.
* Defaults to empty.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I would suggest, if possible, using a forwarder on the other location so anything that comes from there, like your appliancedata, gets the proper time and you don't need to set it in the sourcetype stanza. &lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 21:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243275#M47140</guid>
      <dc:creator>diogofgm</dc:creator>
      <dc:date>2016-08-23T21:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit props.conf to adjust the default UTC timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243276#M47141</link>
      <description>&lt;P&gt;Thanks for your response but you obviously copied and pasted whats in the props.conf documentation....I've already looked at that....&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 21:40:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243276#M47141</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2016-08-23T21:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit props.conf to adjust the default UTC timestamp?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243277#M47142</link>
      <description>&lt;P&gt;At this point I would settle for using an eval command to change my time    8/23/16 6:50:17.000 PM to BST&lt;/P&gt;

&lt;P&gt;Is that even possible?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2016 22:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-edit-props-conf-to-adjust-the-default-UTC-timestamp/m-p/243277#M47142</guid>
      <dc:creator>Hegemon76</dc:creator>
      <dc:date>2016-08-23T22:57:21Z</dc:date>
    </item>
  </channel>
</rss>

