<?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: How to get logs from Azure and O365 into Splunk? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390862#M47731</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5499i3140FA8637AB88D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5500iC35C0638F278B88C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 01 Aug 2018 21:54:17 GMT</pubDate>
    <dc:creator>marycordova</dc:creator>
    <dc:date>2018-08-01T21:54:17Z</dc:date>
    <item>
      <title>How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390860#M47729</link>
      <description>&lt;P&gt;Problem: various apps and TAs exist but none of them are reliable and/or supported.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 19:41:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390860#M47729</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2018-08-01T19:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390861#M47730</link>
      <description>&lt;P&gt;&lt;EM&gt;see additional screenshots in below comments as I can't post them all in this answer&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Splunk:&lt;/STRONG&gt; &lt;BR /&gt;
setup a &lt;STRONG&gt;Splunk RAW&lt;/STRONG&gt; http(s) endpoint for Azure and/or O365 (must be raw not regular hec or timestamping is all messed up)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[&lt;A href="http://inputs_azure" target="_blank"&gt;http://inputs_azure&lt;/A&gt;]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = azure&lt;BR /&gt;
sourcetype = httpevent:azure&lt;BR /&gt;
token = token&lt;/P&gt;

&lt;P&gt;[&lt;A href="http://inputs_o365" target="_blank"&gt;http://inputs_o365&lt;/A&gt;]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
index = azure&lt;BR /&gt;
sourcetype = httpevent:o365&lt;BR /&gt;
token = token&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf:&lt;/STRONG&gt;&lt;BR /&gt;
[httpevent:azure]&lt;BR /&gt;
KV_MODE = json&lt;BR /&gt;
TIME_PREFIX = ^\D+&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%dT%H:%M:%SZ&lt;BR /&gt;
TZ = UTC&lt;/P&gt;

&lt;P&gt;[httpevent:o365]&lt;BR /&gt;
KV_MODE = json&lt;BR /&gt;
TIME_PREFIX = ^\D+&lt;BR /&gt;
TIME_FORMAT = %Y-%m-%dT%H:%M:%SZ&lt;BR /&gt;
TZ = UTC&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Microsoft:&lt;/STRONG&gt; You need some “solutions” &lt;BR /&gt;
- O365 "solution": Office 365 Analytics (Preview)&lt;BR /&gt;
 - &lt;A href="https://azuremarketplace.microsoft.com/en-us/marketplace/apps/Microsoft.Office365OMS?tab=Overview" target="_blank"&gt;https://azuremarketplace.microsoft.com/en-us/marketplace/apps/Microsoft.Office365OMS?tab=Overview&lt;/A&gt;&lt;BR /&gt;
- Azure audit "solution": Activity Log Analytics &lt;BR /&gt;
 - &lt;A href="https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-activity" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/log-analytics/log-analytics-activity&lt;/A&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;in the back end a “log analytics” repo for the logs ingested by each solution is created&lt;/LI&gt;
&lt;LI&gt;create a “logic app” for each repo that will query log analytics directly and post http(s) to the &lt;STRONG&gt;Splunk RAW&lt;/STRONG&gt; endpoint &lt;/LI&gt;
&lt;LI&gt;set query backward in time (I have a 5 hour delay but I think that could be shortened to 2 hours) because MS doesn’t deliver logs to the solution/log analytics in real time&lt;/LI&gt;
&lt;LI&gt;Only outstanding issue is that super nested json isn’t parsing…&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:46:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390861#M47730</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2020-09-29T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390862#M47731</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5499i3140FA8637AB88D6/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5500iC35C0638F278B88C/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 21:54:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390862#M47731</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2018-08-01T21:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390863#M47732</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5501i6769E3ADAF7342CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5502i4BDC79EF61B69811/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Aug 2018 22:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390863#M47732</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2018-08-01T22:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390864#M47733</link>
      <description>&lt;P&gt;Do you have solution for Skype?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 09:08:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390864#M47733</guid>
      <dc:creator>teddyidc1101</dc:creator>
      <dc:date>2018-09-06T09:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390865#M47734</link>
      <description>&lt;P&gt;Do you have any idea on which (if any) subscriptions this feature is included in?  I'm having a tough time understanding how all the different o365+azure -&amp;gt; splunk options are priced from the msft side.&lt;BR /&gt;
Wasn't sure if you uncovered anything while looking into this option.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Sep 2018 23:53:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390865#M47734</guid>
      <dc:creator>pmeyerson</dc:creator>
      <dc:date>2018-09-29T23:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390866#M47735</link>
      <description>&lt;P&gt;For Skype, even though the logs are visible in the same portal.office.com place as all the other O365 logs they have not yet added them to the Azure integration.  So right now you'd have to write a powershell script or something to grab them, probably from the API...which I hate cuz I've never met an API based app that didn't break, but give me something like syslog, or hec...never had one that did break!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 23:32:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390866#M47735</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2018-12-11T23:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390867#M47736</link>
      <description>&lt;P&gt;I think you need like an "E3" pricing tier but I'm really not sure...&lt;/P&gt;</description>
      <pubDate>Tue, 11 Dec 2018 23:32:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390867#M47736</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2018-12-11T23:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390868#M47737</link>
      <description>&lt;P&gt;damn...what happened to those screenshots?  there is literally no way i will ever be able to re-create them since this is $job-1&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2019 23:37:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390868#M47737</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2019-07-10T23:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get logs from Azure and O365 into Splunk?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390869#M47738</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/5503iA844E6AD1E37B120/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 18:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-get-logs-from-Azure-and-O365-into-Splunk/m-p/390869#M47738</guid>
      <dc:creator>marycordova</dc:creator>
      <dc:date>2019-09-06T18:56:02Z</dc:date>
    </item>
  </channel>
</rss>

