<?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 Onboarding local MS Exchange Server with audit and activity data like O365? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Onboarding-local-MS-Exchange-Server-with-audit-and-activity-data/m-p/562035#M100113</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;i have already integrated O365 using the O365 management API and collecting the&amp;nbsp;&lt;SPAN&gt;user, admin, system, and policy actions and events for O365&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I want to collect similar data from a local exchange server now but I don't know the logs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Splunk Add-on for Microsoft Exchange collects the following data using scripted inputs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="li_content"&gt;Senderbase/reputation data. ,&amp;nbsp;Topology and Health information and&amp;nbsp;Mailbox Server health and usage information&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is there even similar data on a local MS exchange? and is that data no possible to be collected with a UF?&lt;/P&gt;
&lt;P&gt;Any help to direct me in the right direction would help.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;N.&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2023 18:19:42 GMT</pubDate>
    <dc:creator>ojay</dc:creator>
    <dc:date>2023-05-22T18:19:42Z</dc:date>
    <item>
      <title>Onboarding local MS Exchange Server with audit and activity data like O365?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Onboarding-local-MS-Exchange-Server-with-audit-and-activity-data/m-p/562035#M100113</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;i have already integrated O365 using the O365 management API and collecting the&amp;nbsp;&lt;SPAN&gt;user, admin, system, and policy actions and events for O365&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/office/office-365-management-api/office-365-management-activity-api-reference&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I want to collect similar data from a local exchange server now but I don't know the logs.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Splunk Add-on for Microsoft Exchange collects the following data using scripted inputs:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;DIV class="li_content"&gt;Senderbase/reputation data. ,&amp;nbsp;Topology and Health information and&amp;nbsp;Mailbox Server health and usage information&lt;/DIV&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Is there even similar data on a local MS exchange? and is that data no possible to be collected with a UF?&lt;/P&gt;
&lt;P&gt;Any help to direct me in the right direction would help.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 18:19:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Onboarding-local-MS-Exchange-Server-with-audit-and-activity-data/m-p/562035#M100113</guid>
      <dc:creator>ojay</dc:creator>
      <dc:date>2023-05-22T18:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Onboarding local MS Exchange Server with audit and activity data like O365</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Onboarding-local-MS-Exchange-Server-with-audit-and-activity-data/m-p/644168#M109683</link>
      <description>&lt;P&gt;Older question - but this still came up as a hit on my search results while trying to help another customer, so this might be useful here.&lt;/P&gt;&lt;P&gt;You have to run (or let the splunk agent run and manage) the monitors and scripts responsible for monitoring exchange related logs. To start - I would locally (like to your laptop) download the Add-On, &lt;A href="https://splunkbase.splunk.com/app/3225" target="_blank"&gt;https://splunkbase.splunk.com/app/3225&lt;/A&gt;&lt;/P&gt;&lt;P&gt;From there, explore the inputs.conf configurations available in the subdirectories. These define what is to be collected. If you notice, there are a ton of inputs available. These are set to OFF by default. Let's take a look at one of them under \TA-Windows-Exchange-IIS\default\inputs.conf&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;####Exchange Server Version 2010 - Start####

[monitor://C:\Program Files\Microsoft\Exchange Server\V14\Logging\Ews]
whitelist=\.log$|\.LOG$
sourcetype=MSWindows:2010EWS:IIS
queue=parsingQueue
index=msexchange
disabled=true
initCrcLength=8192&lt;/LI-CODE&gt;&lt;P&gt;The monitor stanza is defining the location of the path - so in this case, the files are stored in that file path (...\logging\EWS). The whitelist/allowist statement specifies that all files in that directory ending in .log or .LOG are to be allowed. The 'disabled' statement is currently set to false, as per the default.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get this working, copy this stanza to a /local/inputs.conf directory, change disabled to '=false' and deploy to the machine that is running exchange. You will need a a UF, or Heavy Forwarder or some other way to getting data to splunk indexers.&lt;/P&gt;&lt;P&gt;Use a similar process for the many other inputs you have available.&amp;nbsp; Do not turn on all inputs unless you really need them and have done capacity planning as it can be a lot of volume.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 18:16:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Onboarding-local-MS-Exchange-Server-with-audit-and-activity-data/m-p/644168#M109683</guid>
      <dc:creator>aokur_splunk</dc:creator>
      <dc:date>2023-05-22T18:16:24Z</dc:date>
    </item>
  </channel>
</rss>

