<?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: Splunk TA for Microsoft Office 365 can't parse timestamp correctly in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627651#M78329</link>
    <description>&lt;P&gt;One other thing to note is you may need to change your "MAX_TIMESTAMP_LOOKAHEAD" in the props.conf since the default is 128. Wouldnt explain why it works in default vs local, but something to consider.&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2023 21:29:33 GMT</pubDate>
    <dc:creator>davidoff96</dc:creator>
    <dc:date>2023-01-19T21:29:33Z</dc:date>
    <item>
      <title>Splunk TA for Microsoft Office 365 can't parse timestamp correctly?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626914#M78263</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am currently facing a problem and can't find any documentation.&lt;/P&gt;
&lt;P&gt;Let me explain, we are using the Splunk_TA_o365 mostly for sign-in logs. The issues is that any of this logs have the right timestamp.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For these sign in logs, the timestamp is stored in the "createdDateTime" field, and not in the "timestamp" field like other events. So I tried to "fix" it with the local/props.conf with the stanza :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[o365:graph:api]

TIME_PREFIX = ("createdDateTime":\s*")|timestamp

TIME_FORMAT = %Y-%m-%dT%H:%M:%S

KV_MODE = json

TZ = UTC&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And it didn't work at all, but when I tried (and I know it is REALLY not recommended in the best practice) to write the same stanza in the default/props.conf, it surprizingly worked.&lt;/P&gt;
&lt;P&gt;So I was wondering if it was a normal behavior (which I'd find strange), or if there is another solution that could be more sustainable than modifying the default folder.&lt;/P&gt;
&lt;P&gt;Thanks in advance for your time,&lt;/P&gt;
&lt;P&gt;Best regards and Happy splunking!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 19:44:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626914#M78263</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-01-16T19:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626915#M78264</link>
      <description>&lt;P&gt;Have you already checked the sourcetype with btool?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;./splunk btool props list o365:graph:api --debug&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:16:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626915#M78264</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-12T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626918#M78265</link>
      <description>&lt;P&gt;Yes, I did. In the both case (local/default) I had the same result which is normal, but the timestamp field within Splunk Web is sadly not recognize when the stanza is in local/props.conf&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:23:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626918#M78265</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-01-12T13:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626919#M78266</link>
      <description>&lt;P&gt;Could you provide me a sample event?&lt;/P&gt;&lt;P&gt;With local/default you mean system/local or app/local?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626919#M78266</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-12T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626922#M78267</link>
      <description>&lt;P&gt;The changes have been made in the app/default or local/props.conf&lt;/P&gt;&lt;P&gt;Here is a sample event with the wrong time parsing :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntoineDRN_0-1673530856543.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/23336i6502B27FBA97F5E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntoineDRN_0-1673530856543.png" alt="AntoineDRN_0-1673530856543.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 13:41:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626922#M78267</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-01-12T13:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626940#M78270</link>
      <description>&lt;P&gt;Have you already tried to configure the props.conf under local as&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[o365:graph:api]
TIMESTAMP_FIELDS = timestamp, createdDateTime
KV_MODE = json
TZ = UTC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;If yes, please provide me the _raw event that I can copy it and use it in my test environment. Feel free to anonymize all confidential fields.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2023 15:36:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/626940#M78270</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-12T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627238#M78293</link>
      <description>&lt;P&gt;Hello Paul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I already tried this stanza.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sadly can't provide raw data due to internal policies.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your time!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 11:08:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627238#M78293</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-01-16T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627329#M78298</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233419"&gt;@PaulPanther&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I get two events fully anonymized that I can show.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "preview": false,
    "result": {
        "_raw": "{\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"createdDateTime\": \"2023-01-17T10:25:15Z\", \"userDisplayName\": \"FirstName LASTNAME\", \"userPrincipalName\": \"xxxx@xxxxxxxxxxxxxxxx.xxxxxxx.xxx\", \"userId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"appId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"appDisplayName\": \"Windows Sign In\", \"ipAddress\": \"xxx.xxx.xxx.xxx\", \"clientAppUsed\": \"Mobile Apps and Desktop clients\", \"correlationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"conditionalAccessStatus\": \"notApplied\", \"isInteractive\": true, \"riskDetail\": \"none\", \"riskLevelAggregated\": \"none\", \"riskLevelDuringSignIn\": \"none\", \"riskState\": \"none\", \"riskEventTypes\": [], \"riskEventTypes_v2\": [], \"resourceDisplayName\": \"Windows Azure Active Directory\", \"resourceId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"status\": {\"errorCode\": 0, \"failureReason\": \"Other.\", \"additionalDetails\": null}, \"deviceDetail\": {\"deviceId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"displayName\": \"X-XXXXXX-xxxxxx\", \"operatingSystem\": \"Windows\", \"browser\": \"\", \"isCompliant\": true, \"isManaged\": true, \"trustType\": \"Azure AD joined\"}, \"location\": {\"city\": \"XXXXXXX\", \"state\": \"XXXXXXXX\", \"countryOrRegion\": \"XX\", \"geoCoordinates\": {\"altitude\": null, \"latitude\": XXXXX, \"longitude\": XXXXX}}, \"appliedConditionalAccessPolicies\": []}",
        "_time": "2023-01-17T11:35:09.000+0100",
        "action": "notApplied",
        "app": "Windows Sign In",
        "appDisplayName": "Windows Sign In",
        "appId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "clientAppUsed": "Mobile Apps and Desktop clients",
        "conditionalAccessStatus": "notApplied",
        "correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "createdDateTime": "2023-01-17T10:25:15Z",
        "deviceDetail.browser": "",
        "deviceDetail.deviceId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "deviceDetail.displayName": "X-XXXXXX-xxxxxx",
        "deviceDetail.isCompliant": "true",
        "deviceDetail.isManaged": "true",
        "deviceDetail.operatingSystem": "Windows",
        "deviceDetail.trustType": "Azure AD joined",
        "yyyySite": "XXX",
        "yyyyZone": "XXX",
        "eventtype": [
            "o365_graph_api",
            "o365_signins"
        ],
        "host": "xxxxxx",
        "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "index": "o365",
        "ipAddress": "xxx.xxx.xxx.xxx",
        "isInteractive": "true",
        "linecount": "1",
        "location.city": "XXXXXX",
        "location.countryOrRegion": "XX",
        "location.geoCoordinates.altitude": "null",
        "location.geoCoordinates.latitude": "XXXXXXX",
        "location.geoCoordinates.longitude": "XXXXXX",
        "location.state": "XXXXXXX",
        "punct": "{\"\":_\"----\",_\"\":_\"--::\",_\"\":_\"_\",_\"\":_\"@..\",_\"\":_\"",
        "reason": "Other.",
        "resourceDisplayName": "Windows Azure Active Directory",
        "resourceId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "riskDetail": "none",
        "riskLevelAggregated": "none",
        "riskLevelDuringSignIn": "none",
        "riskState": "none",
        "source": "AuditLogs.SignIns",
        "sourcetype": "o365:graph:api",
        "splunk_server": "xxxxxx",
        "src": "xxx.xxx.xxx.xxx",
        "src_ip": "xxx.xxx.xxx.xxx",
        "status": "0",
        "status.additionalDetails": "null",
        "status.errorCode": "0",
        "status.failureReason": "Other.",
        "tag": "authentication",
        "tag::eventtype": "authentication",
        "timestamp": "none",
        "user": "xxxx@xxxxxxxxxxxxxxxx.xxx",
        "userDisplayName": "FirstName LASTNAME",
        "userId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "userPrincipalName": "xxxx@xxxxxxxxxxxxxxxx.xxxxxxx.xxx"
    }
}
{
    "preview": false,
    "lastrow": true,
    "result": {
        "_raw": "{\"id\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"createdDateTime\": \"2023-01-17T09:53:26Z\", \"userDisplayName\": \"FirstName LASTNAME\", \"userPrincipalName\": \"xxxx@xxxxxxxxxxxxxxxx.xxxxxxx.xxx\", \"userId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"appId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"appDisplayName\": \"Windows Sign In\", \"ipAddress\": \"xxx.xxx.xxx.xxx\", \"clientAppUsed\": \"Mobile Apps and Desktop clients\", \"correlationId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"conditionalAccessStatus\": \"notApplied\", \"isInteractive\": true, \"riskDetail\": \"none\", \"riskLevelAggregated\": \"none\", \"riskLevelDuringSignIn\": \"none\", \"riskState\": \"none\", \"riskEventTypes\": [], \"riskEventTypes_v2\": [], \"resourceDisplayName\": \"Windows Azure Active Directory\", \"resourceId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"status\": {\"errorCode\": 50126, \"failureReason\": \"Error validating credentials due to invalid username or password.\", \"additionalDetails\": \"The user didn't enter the right credentials. \\xxxxxxxx's expected to see some number of these errors in your logs due to users making mistakes.\"}, \"deviceDetail\": {\"deviceId\": \"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\", \"displayName\": \"X-XXXXXX-xxxxxx\", \"operatingSystem\": \"Windows\", \"browser\": \"\", \"isCompliant\": false, \"isManaged\": true, \"trustType\": \"Azure AD joined\"}, \"location\": {\"city\": \"XXXXX\", \"state\": \"XXXXX\", \"countryOrRegion\": \"XX\", \"geoCoordinates\": {\"altitude\": null, \"latitude\": XXXXX, \"longitude\": XXXXXXX}}, \"appliedConditionalAccessPolicies\": []}",
        "_time": "2023-01-17T11:00:12.000+0100",
        "action": "notApplied",
        "app": "Windows Sign In",
        "appDisplayName": "Windows Sign In",
        "appId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "clientAppUsed": "Mobile Apps and Desktop clients",
        "conditionalAccessStatus": "notApplied",
        "correlationId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "createdDateTime": "2023-01-17T09:53:26Z",
        "deviceDetail.browser": "",
        "deviceDetail.deviceId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "deviceDetail.displayName": "X-XXXXXX-xxxxxx",
        "deviceDetail.isCompliant": "false",
        "deviceDetail.isManaged": "true",
        "deviceDetail.operatingSystem": "Windows",
        "deviceDetail.trustType": "Azure AD joined",
        "yyyySite": "XXX",
        "yyyyZone": "XXX",
        "eventtype": [
            "err0r",
            "o365_graph_api",
            "o365_signins"
        ],
        "host": "xxxxxxxx",
        "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "index": "o365",
        "ipAddress": "xxx.xxx.xxx.xxx",
        "isInteractive": "true",
        "linecount": "1",
        "location.city": "Xxxxxx",
        "location.countryOrRegion": "XX",
        "location.geoCoordinates.altitude": "null",
        "location.geoCoordinates.latitude": "XXXXXX",
        "location.geoCoordinates.longitude": "XXXXXX",
        "location.state": "XXXXXXX",
        "punct": "{\"\":_\"----\",_\"\":_\"--::\",_\"\":_\"_\",_\"\":_\"@..\",_\"\":_\"",
        "reason": "Error validating credentials due to invalid username or password.",
        "resourceDisplayName": "Windows Azure Active Directory",
        "resourceId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "riskDetail": "none",
        "riskLevelAggregated": "none",
        "riskLevelDuringSignIn": "none",
        "riskState": "none",
        "source": "AuditLogs.SignIns",
        "sourcetype": "o365:graph:api",
        "splunk_server": "xxxxxxx",
        "src": "xxx.xxx.xxx.xxx",
        "src_ip": "xxx.xxx.xxx.xxx",
        "status": "50126",
        "status.additionalDetails": "The user didn't enter the right credentials.  It's expected to see some number of these errors in your logs due to users making mistakes.",
        "status.errorCode": "50126",
        "status.failureReason": "Error validating credentials due to invalid username or password.",
        "tag": [
            "authentication",
            "error"
        ],
        "tag::eventtype": [
            "authentication",
            "error"
        ],
        "timestamp": "none",
        "user": "xxxx@xxxxxxxxxxxxxxxx.xxxxxxx.xxx",
        "userDisplayName": "firstName LASTNAME",
        "userId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "userPrincipalName": "xxxx@xxxxxxxxxxxxxxxx.xxxxxxx.xxx"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;Here it is, hope you can find something.&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:20:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627329#M78298</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-01-17T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627356#M78304</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245432"&gt;@AntoineDRN&lt;/a&gt;&amp;nbsp;Thank you for the events!&lt;/P&gt;&lt;P&gt;Could you please try below settings in your local props.conf&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[o365:graph:api]
CHARSET=AUTO
KV_MODE=json
SHOULD_LINEMERGE=true
TZ=UTC
disabled=false
LINE_BREAKER=([\r\n]+)
TIME_PREFIX="createdDateTime"\:\s"
TIME_FORMAT=%Y-%m-%dT%H:%M:%S&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 14:27:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627356#M78304</guid>
      <dc:creator>PaulPanther</dc:creator>
      <dc:date>2023-01-17T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627619#M78325</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233419"&gt;@PaulPanther&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I will try it for sure, and let you know how it's going.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it will works, thanks for your help!&lt;/P&gt;&lt;P&gt;Best Regards!&lt;/P&gt;&lt;P&gt;Antoine&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 16:06:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627619#M78325</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-01-19T16:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627651#M78329</link>
      <description>&lt;P&gt;One other thing to note is you may need to change your "MAX_TIMESTAMP_LOOKAHEAD" in the props.conf since the default is 128. Wouldnt explain why it works in default vs local, but something to consider.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2023 21:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/627651#M78329</guid>
      <dc:creator>davidoff96</dc:creator>
      <dc:date>2023-01-19T21:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/628002#M78362</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also have/had this problem and only modification of the default/props.conf solved the problem.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238261"&gt;@davidoff96&lt;/a&gt;: Luckily the "MAX_TIMESTAMP_LOOKAHEAD" value is not a problem because createdDateTime is the second field in the raw json data.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 15:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/628002#M78362</guid>
      <dc:creator>nembela</dc:creator>
      <dc:date>2023-01-23T15:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/629934#M78462</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/233419"&gt;@PaulPanther&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/238261"&gt;@davidoff96&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whatever I tried nothing worked sadly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also reach the support, who confirms that the only workaround is to modify the default/props.conf . Even if this work I found this is not a sustainable solution&amp;nbsp;for platforms that are beginning to be wide.&lt;/P&gt;&lt;P&gt;I also found that modifying the datetime.xml may correct this issue without having to modify the default folder.&lt;/P&gt;&lt;P&gt;I can't try this for know but i'll try as soon as I have time.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 15:37:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/629934#M78462</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-02-07T15:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk TA for Microsoft Office 365 can't parse timestamp correctly?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/643475#M79153</link>
      <description>&lt;P&gt;After long discussion with the support, here is a workaround that work for us :&lt;/P&gt;&lt;P&gt;In the&amp;nbsp;&lt;SPAN&gt;$SPLUNK_HOME/etc/apps/splunk_ta_o365/&lt;STRONG&gt;local/props.conf&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;[o365:graph:api] &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TIME_PREFIX = ("createdDateTime":\s*")|timestamp &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TIMESTAMP_FIELDS = &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TIME_FORMAT = %Y-%m-%dT%H:%M:%S &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KV_MODE = json &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TZ = UTC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it can help someone !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 08:36:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-for-Microsoft-Office-365-can-t-parse-timestamp/m-p/643475#M79153</guid>
      <dc:creator>AntoineDRN</dc:creator>
      <dc:date>2023-05-16T08:36:28Z</dc:date>
    </item>
  </channel>
</rss>

