<?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: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS) in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441318#M54221</link>
    <description>&lt;P&gt;Because everything from loganalytics is in UTC.&lt;/P&gt;

&lt;P&gt;Did you read the link I provided above?  It talks all about time in log analytics.&lt;/P&gt;

&lt;P&gt;Again,&lt;BR /&gt;
If you want log analytics to force a different timezone, change the query...&lt;/P&gt;

&lt;P&gt;Please read the link.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Sep 2018 10:31:02 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2018-09-04T10:31:02Z</dc:date>
    <item>
      <title>Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441297#M54200</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
1. &lt;STRONG&gt;Timestamp Issue-&lt;/STRONG&gt;&lt;BR /&gt;
I have installed OMS add-on with an interval of 60 seconds and haven't set any timeformat in props.conf and set default lag of 15 min.&lt;BR /&gt;
Now I am seeing lag of around 2hours. for ex. in my event:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TimeGenerated: 2018-08-31T12:16:30Z and _time:8/31/18 2:32:01.000 PM
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;2.&lt;STRONG&gt;Checkpoint issue&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I have created an input, and due to our internal problem ports, we got disconnected(for 5hours). And then, once ports got connected, I checked to see if data was still coming but data had stopped indexing. i checked enabling/disabling input, but it had not started indexing.&lt;/P&gt;

&lt;P&gt;Then I created a new input with a new index and deleted previous input and indexes and given fetch date as old date.&lt;BR /&gt;
But in new index timestamp was from date previous input was disabled. It has not been indexing old data. is there any checkpoint value getting stored?&lt;/P&gt;

&lt;P&gt;3.&lt;STRONG&gt;logs parsing issue&lt;/STRONG&gt;&lt;BR /&gt;
I haven't faced this yet but as per @thambisetty, Single event is broken into multiple events &lt;BR /&gt;
Modified Line number 91 &lt;BR /&gt;
from &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;value = str(data["tables"][0]["rows"][i][n]).replace('"',"'").replace("\\", "\\\\").replace("None", "")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;to&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;value = str(data["tables"][0]["rows"][i][n]).replace('"',"'").replace("\\", "\\\\").replace("None", "").replace("\r\n","")
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will remove newlines and carriage returns if the field value is dictionary. Due to field values have dictionary and it contains new lines I could see line breaking. This change will avoid line breaking .&lt;/P&gt;

&lt;P&gt;@jkat54, @dpanych , @thambisetty  Any insight?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 13:01:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441297#M54200</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-08-31T13:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441298#M54201</link>
      <description>&lt;P&gt;Perfect write up!  Now I’ll work on my answers &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 13:58:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441298#M54201</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-08-31T13:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441299#M54202</link>
      <description>&lt;P&gt;Just curious, for issue #1, what timezone do you live in? Also make sure you have your timezone set in your Splunk User Profile settings. I'm not seeing issues on my end with TimeGenerated + _time. For example, when TimeGenerated is 2018-08-31T15:38:07.77Z, _time is 8/31/2018 8:38:07.770 AM. For me, because I'm in Pacific time, TimeGenerated will be 7 hours ahead because it is in UTC. &lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 16:04:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441299#M54202</guid>
      <dc:creator>dpanych</dc:creator>
      <dc:date>2018-08-31T16:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441300#M54203</link>
      <description>&lt;P&gt;CEST(Central European Summer Time) is my timezone which is 2 hours ahead of UTC.&lt;BR /&gt;
so it seems I need to set my Splunk User Profile settings to CEST zone.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 17:51:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441300#M54203</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-08-31T17:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441301#M54204</link>
      <description>&lt;P&gt;Nice work.  I’ll wrap these other bug fixes up along with a solution for the checkpoints in a new version and publish soon.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 18:54:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441301#M54204</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-08-31T18:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441302#M54205</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Please test the latest version, v1.0.3.  Found here:  &lt;A href="https://splunkbase.splunk.com/app/4127"&gt;https://splunkbase.splunk.com/app/4127&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Version 1.0.3:
- Checkpoint bug-fix
- Added TIME_PREFIX and TIME_FORMAT to props
- Fixed line break issue

Thanks to those who reported problems and those who helped solve them as well!

&lt;A href="https://answers.splunk.com/answers/684463/issue-in-microsoft-log-analytics-add-onformerly-kn.html" target="test_blank"&gt;https://answers.splunk.com/answers/684463/issue-in-microsoft-log-analytics-add-onformerly-kn.html&lt;/A&gt;
&lt;A href="https://answers.splunk.com/answers/680955/why-am-i-getting-a-winsock-error-10053-while-using.html" target="test_blank"&gt;https://answers.splunk.com/answers/680955/why-am-i-getting-a-winsock-error-10053-while-using.html&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 02 Sep 2018 15:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441302#M54205</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-02T15:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441303#M54206</link>
      <description>&lt;P&gt;Thank you @jkat54 &lt;BR /&gt;
Can you please explain about checkpoint bug-fix..&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 03:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441303#M54206</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-09-03T03:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441304#M54207</link>
      <description>&lt;P&gt;Before the checkpoints used were named “start_date” and consisted of the start_date supplied to the input OR the last time the input ran.&lt;/P&gt;

&lt;P&gt;Now it writes the same date/time values but into checkpoints named after the input_name instead.  &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:07:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441304#M54207</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2020-09-29T21:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441305#M54208</link>
      <description>&lt;P&gt;thanks .&lt;BR /&gt;
1.My current issue is my _time and TimeGenerated has 2 hours difference....and I told that my oms data where it is generating and my splunk is in same timezone. If it is so then do I need to set any timezone or default will be fine? also I tried updated props with TIME_PREFIX and TIME_FORMAT..but still I see exact 2 hours lag.&lt;/P&gt;

&lt;P&gt;2 is there any file where checkpoint value is stored..&lt;BR /&gt;
and I am currently using &lt;CODE&gt;search *&lt;/CODE&gt; query does this means every time it will run it will pick up old data as well ..or it will take only recent data.&lt;/P&gt;

&lt;P&gt;3.My query interval is 60 seconds, does it will impact performance?(i am using 1 HF, 1 indexer and 1 SH) and if I set interval as 15 min and my lag time is also 15 min. then will I get data with lag of almost 30 min? &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:06:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441305#M54208</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2020-09-29T21:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441306#M54209</link>
      <description>&lt;P&gt;Did you download and install the latest version of the app (1.0.3)?&lt;/P&gt;

&lt;P&gt;I’ve configured the props for you in the latest version.&lt;/P&gt;

&lt;P&gt;I thought we concluded your time stamps are fine.  They are in UTC as per the log analytics spec.  &lt;/P&gt;

&lt;P&gt;_time is determined by offsetting the event timestamp with your users time zone setting.  &lt;/P&gt;

&lt;P&gt;Using the default should be more than fine, it should be perfect.  &lt;/P&gt;

&lt;P&gt;As for performance with 60s intervals.  Seems fine in testing...  this should give you about a 16 minute total possible lag with the other default settings.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441306#M54209</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T13:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441307#M54210</link>
      <description>&lt;P&gt;I did installed latest app..&lt;BR /&gt;
but still I see 2 hours difference with _time and TimeGenerated.(I have use default timezone)&lt;BR /&gt;
also I saw TimeGenerated fields value is some time have milliseconds value as well&lt;BR /&gt;
for ex.&lt;CODE&gt;TimeGenerated=2018-09-03T12:02:23.897Z&lt;/CODE&gt;&lt;BR /&gt;
and in props time format is upto seconds only and why I see &lt;CODE&gt;Z&lt;/CODE&gt; in last instead of any timezone..is it an issue?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:30:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441307#M54210</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-09-03T13:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441308#M54211</link>
      <description>&lt;P&gt;If you set your user time zone to UTC, does _time match the event time?&lt;/P&gt;

&lt;P&gt;If so, there’s absolutely no problem with timestamp extractions.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:46:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441308#M54211</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441309#M54212</link>
      <description>&lt;P&gt;See this answer for converting to your Timezone:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/455210/how-to-edit-my-command-to-convert-utc-time-to-est.html"&gt;https://answers.splunk.com/answers/455210/how-to-edit-my-command-to-convert-utc-time-to-est.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 13:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441309#M54212</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T13:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441310#M54213</link>
      <description>&lt;P&gt;if I set timezone to UTC then _time match with TimeGenerated time i.e. eventtime.&lt;BR /&gt;
but when I set default time it has difference...can you please explain how it works..&lt;BR /&gt;
also one more thing before I updated app I was able to see data in last 15 min. but after I updated app I am unable to see data in last 15 min and I do see data in last 20 min...&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:08:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441310#M54213</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-09-03T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441311#M54214</link>
      <description>&lt;P&gt;Ok, so if an event happens at 4am UTC and at your time it’s 6am CET... _time be 6am if you have your Timezone set to CET.  If you have your Timezone set to UTC then it would show up at 4am.&lt;/P&gt;

&lt;P&gt;_time is a function of the timestamp detected at index time plus the users timezone modifier.&lt;/P&gt;

&lt;P&gt;This way you can search splunk in your timezone and know the event happened at x time local to you... &lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:29:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441311#M54214</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T14:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441312#M54215</link>
      <description>&lt;P&gt;You can also modify your loganalytics query to convert the timezone prior to splunk.  &lt;/P&gt;

&lt;P&gt;But the app specifies UTC at index time so if you change the time returned by the query, you’d have to update props appropriately.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/log-analytics/query-language/datetime-operations#time-zones"&gt;https://docs.microsoft.com/en-us/azure/log-analytics/query-language/datetime-operations#time-zones&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:32:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441312#M54215</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T14:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441313#M54216</link>
      <description>&lt;P&gt;With 1 minute interval and 15 minute lag, data will come with up to 16 minutes or more of lag.  So it makes sense that data would not show up if searching for last 15 minutes.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 14:45:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441313#M54216</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441314#M54217</link>
      <description>&lt;P&gt;So it seems Splunk considers &lt;CODE&gt;TimeGenerated&lt;/CODE&gt; time in UTC format. and as my splunk timezone is set to deault i.e. in CET. So _time will be in CET .&lt;BR /&gt;
But my Timegenerated field i.e. raw data is also in CET timezone.&lt;BR /&gt;
So in current situation am I getting 2hours(+16 min) old data?&lt;BR /&gt;
like as you said if event happens at 4 am UTC and my timezone is CET then _time will be 6am but my event also happens at CET timezone only.&lt;BR /&gt;
if my understanding is correct then I will need to change timezone settings in props.conf?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 17:56:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441314#M54217</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-09-03T17:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441315#M54218</link>
      <description>&lt;P&gt;Correct,&lt;/P&gt;

&lt;P&gt;Just add &lt;/P&gt;

&lt;P&gt;TZ = CET&lt;/P&gt;

&lt;P&gt;To the props.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 18:15:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441315#M54218</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T18:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in Microsoft Log Analytics Add-on(Formerly Know as OMS)</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441316#M54219</link>
      <description>&lt;P&gt;Or use the loganalytics query language to convert it UTC before indexing.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 18:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Issue-in-Microsoft-Log-Analytics-Add-on-Formerly-Know-as-OMS/m-p/441316#M54219</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-09-03T18:15:55Z</dc:date>
    </item>
  </channel>
</rss>

