<?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: Setting correct timezone for mcafee logs in dbconnect in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321576#M59958</link>
    <description>&lt;P&gt;Were you able to get this resolved? We're having the same problem and have hundreds of endpoints in different time zones.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Feb 2018 23:21:17 GMT</pubDate>
    <dc:creator>johnebgood</dc:creator>
    <dc:date>2018-02-20T23:21:17Z</dc:date>
    <item>
      <title>Setting correct timezone for mcafee logs in dbconnect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321575#M59957</link>
      <description>&lt;P&gt;I have been having issues modifying the timezone for Mcafee logs.  Currently, my logs are indexed as UTC, and I would like to change it to EST. I am currently on dbconnect 3.1.1 and have the Splunk Add-on for Mcafee 2.2.0 installed on my indexers and search heads (Splunk version 6.5.3). I am using the Mcafee template to query the db and the logs show the correct timestamp in Eastern timezone.&lt;/P&gt;

&lt;P&gt;I've tried the following methods, but have not had success:&lt;/P&gt;

&lt;P&gt;-adjusting the settings in the JVM option&lt;BR /&gt;
-adjust the connections options to UTC and US/Eastern&lt;BR /&gt;
-creating a SQL query &lt;BR /&gt;
-changing the settings localTimezoneConversionEnabled to true/false&lt;/P&gt;

&lt;P&gt;Appreciate the help.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2018 07:24:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321575#M59957</guid>
      <dc:creator>rsanders30</dc:creator>
      <dc:date>2018-01-20T07:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Setting correct timezone for mcafee logs in dbconnect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321576#M59958</link>
      <description>&lt;P&gt;Were you able to get this resolved? We're having the same problem and have hundreds of endpoints in different time zones.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 23:21:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321576#M59958</guid>
      <dc:creator>johnebgood</dc:creator>
      <dc:date>2018-02-20T23:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Setting correct timezone for mcafee logs in dbconnect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321577#M59959</link>
      <description>&lt;P&gt;Hello! You can try changing the timezone in props.conf in &lt;CODE&gt;etc/system/local/&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Propsconf"&gt;https://docs.splunk.com/Documentation/Splunk/7.0.2/Admin/Propsconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 04:31:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321577#M59959</guid>
      <dc:creator>bangalorep</dc:creator>
      <dc:date>2018-02-21T04:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Setting correct timezone for mcafee logs in dbconnect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321578#M59960</link>
      <description>&lt;P&gt;Any updates on this issue? &lt;BR /&gt;
I have the same issue after migrating from DBConnect v2 to v3.1.3&lt;BR /&gt;
Using Add-on for McAfee 2.2.0&lt;BR /&gt;
Our current workaround is to +10hrs to match our timezone, but this wont fly for Daylight savings unless we keep manually changing&lt;/P&gt;

&lt;P&gt;Temp workaround at top of SQL query:&lt;BR /&gt;
SELECT&lt;BR /&gt;
dateadd (hour, 10 , [EPOEvents].[ReceivedUTC]) as [timestamp], &lt;/P&gt;

&lt;P&gt;A permanent solution would be great. Not sure what changed from v2 to v3.1.3&lt;BR /&gt;
I have also logged to splunk support so ill see what they come back with.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 01:41:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321578#M59960</guid>
      <dc:creator>gerald_contrera</dc:creator>
      <dc:date>2018-06-13T01:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting correct timezone for mcafee logs in dbconnect</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321579#M59961</link>
      <description>&lt;P&gt;So, here are the steps we completed to fix the our timestamp issue. &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt; We updated our DB Connect to 3.1.1. &lt;/LI&gt;
&lt;LI&gt;In the db connection configuration settings, we set the timezone to UTC ++00:00. &lt;/LI&gt;
&lt;LI&gt;We chose the the detected_timestamp column instead of timestamp in our inputs.&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;We didn't modify the props.conf or db_connections.conf files (left as UTC). &lt;/LI&gt;
&lt;LI&gt;I set my user settings to my timezone. &lt;/LI&gt;
&lt;LI&gt;No changes were made to the McAfee template query regarding time.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;The events are now showing as my local time. I hope this helps.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jun 2018 15:53:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Setting-correct-timezone-for-mcafee-logs-in-dbconnect/m-p/321579#M59961</guid>
      <dc:creator>rsanders30</dc:creator>
      <dc:date>2018-06-13T15:53:51Z</dc:date>
    </item>
  </channel>
</rss>

