<?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: Exchange Message Tracking in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750277#M119214</link>
    <description>&lt;P&gt;That worked. Thank you so much.&lt;/P&gt;&lt;P&gt;For other people that need help about this situation, a summary:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My environment:&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;a standalone Splunk Enterprise instance&lt;/SPAN&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;on-prem exchange server 2019 in mailbox role&lt;/LI&gt;&lt;LI&gt;exhange server universal forwarder installed&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Actions to get exchange logs:&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;on Splunk Enterprise instance&lt;/SPAN&gt;&amp;nbsp;:&amp;nbsp;&lt;UL&gt;&lt;LI&gt;deployed the &lt;A href="https://splunkbase.splunk.com/app/5663" target="_self"&gt;Splunk add-on for Microsoft Exchange&lt;/A&gt; indexes (to easily manage indexes)&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Deploy the TA-Exchange-Mailbox add-on in the &lt;A href="https://splunkbase.splunk.com/app/3225" target="_self"&gt;file&lt;/A&gt; at /opt/splunk/etc/apps/TA-Exchange-Mailbox&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Restart Splunk service&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;on Exchange Server&lt;UL&gt;&lt;LI&gt;Deploy the TA-Exchange-Mailbox add-on at C:\Program Files\SplunkUniversalForwarder\etc\apps&lt;/LI&gt;&lt;LI&gt;Restart the forwarder&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Tue, 22 Jul 2025 19:14:54 GMT</pubDate>
    <dc:creator>nopera</dc:creator>
    <dc:date>2025-07-22T19:14:54Z</dc:date>
    <item>
      <title>Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750176#M119191</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you help me retrieve message-tracking logs from our on-premises Exchange server? I added the following lines to inputs.conf, but the data still isn’t being parsed. I guess smt is missing or incorrect.&lt;/P&gt;&lt;P&gt;I’m also unsure how to set up the Exchange add-on and haven’t found clear documentation. Any guidance would be greatly appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[monitor://C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs\MessageTracking\]
disabled = false
sourcetype = exchange_messagetracking
index = exchange
host_segment = 4

[monitor://C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs\MessageTracking\*.log]
disabled = false
sourcetype = exchange_messagetracking
index = exchange&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:11:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750176#M119191</guid>
      <dc:creator>nopera</dc:creator>
      <dc:date>2025-07-21T15:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750182#M119192</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to install this add-on&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/3225" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/3225&lt;/A&gt;&amp;nbsp;and match the exact sourcetype for the parsing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;[monitor://C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Logs\MessageTracking]
whitelist=\.log$|\.LOG$
time_before_close = 0
sourcetype=MSExchange:2013:MessageTracking
queue=parsingQueue
index=msexchange
disabled=false&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750182#M119192</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-07-21T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750183#M119193</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The props.conf configuration is specific to the sourcetype MSExchange:2013:MessageTracking. Please ensure that the corresponding add-on is installed on your heavy forwarder to enable proper parsing of the data.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[MSExchange:2013:MessageTracking]
CHARSET = UTF-8
SHOULD_LINEMERGE = false
CHECK_FOR_HEADER = false
REPORT-fields = msexchange2013msgtrack-fields, msgtrack-extract-psender, msgtrack-psender, msgtrack-sender, msgtrack-recipients, msgtrack-recipient
TRANSFORMS-comments = ignore-comments
FIELDALIAS-server_hostname_as_dest = server_hostname AS dest
FIELDALIAS-host_as_dvc = host AS dvc
EVAL-src=coalesce(original_client_ip,cs_ip)
EVAL-product = "Exchange"
EVAL-vendor = "Microsoft"
EVAL-sender = coalesce(PurportedSender,sender)
EVAL-src_user = coalesce(PurportedSender,sender)
EVAL-sender_username = coalesce(psender_username,sender_username)
EVAL-sender_domain = coalesce(psender_domain,sender_domain)
LOOKUP-event_id_to_action = event_id_to_action_lookup event_id OUTPUT action
TIME_PREFIX = ^\d\d
MAX_TIMESTAMP_LOOKAHEAD = 24
TIME_FORMAT = %y-%m-%dT%H:%M:%S.%QZ&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 15:46:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750183#M119193</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-07-21T15:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750184#M119194</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can you confirm if you have downloaded and installed the&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/3225" target="_self"&gt;Splunk Add-on for Microsoft Exchange&lt;/A&gt;&amp;nbsp;app from Splunkbase on your forwarder?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ensure that the folder listed in monitor:// exists on your filesystem and that the Splunk service can read the files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you able to see other logs (such as _internal logs) on your Splunk instance from the Forwarder with this config on? Are there are any error logs in $SPLUNK_HOME/var/log/splunk/splunkd.log regarding these inputs/monitor configs?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 16:21:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750184#M119194</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-21T16:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750187#M119195</link>
      <description>&lt;P&gt;Hi, thank you for reply. To clarify, which path should I place the add-on file?It comes as .tgz, to where should i extract it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 18:11:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750187#M119195</guid>
      <dc:creator>nopera</dc:creator>
      <dc:date>2025-07-21T18:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750188#M119196</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, thank you for replies. To clarify, which path should I place the add-on file?It comes as .tgz, to where should i extract it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/170906"&gt;@livehybrid&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 18:19:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750188#M119196</guid>
      <dc:creator>nopera</dc:creator>
      <dc:date>2025-07-21T18:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750207#M119197</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Install the add-on in the /opt/splunk/etc/apps directory on the HF.&lt;/P&gt;&lt;P&gt;If you're using a deployment server and plan to deploy the add-on to a heavy forwarder (HF), place the add-on in the /opt/splunk/etc/deployment-apps directory on the deployment server.&lt;/P&gt;&lt;P&gt;Then, create a server class, add the HF to that server class, associate the app with it, and deploy it to the HF.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 02:41:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750207#M119197</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-07-22T02:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750232#M119203</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont use heavy forwarder, i installed universal forwarded to the exchange server, i placed the add-on "&lt;SPAN&gt;TA-Exchange-Mailbox&lt;/SPAN&gt;&lt;SPAN&gt;" (server is in mailbox role) to the path "&lt;/SPAN&gt;&lt;SPAN&gt;C:\Program Files\SplunkUniversalForwarder\etc\apps". Now i am getting the logs but message tracking logs arent parsed correctly.&amp;nbsp; What should I do now? Example logs below from test env.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nopera_0-1753175155032.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39706iB6638B072D85A7E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nopera_0-1753175155032.png" alt="nopera_0-1753175155032.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nopera_1-1753175180218.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39707iC8584E9252BF632A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nopera_1-1753175180218.png" alt="nopera_1-1753175180218.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Jul 2025 09:06:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750232#M119203</guid>
      <dc:creator>nopera</dc:creator>
      <dc:date>2025-07-22T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750233#M119204</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are using indexers (or a standalone Splunk Enterprise instance), follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Deploy the TA-Exchange-Mailbox add-on to the indexer at the following path:&lt;BR /&gt;/opt/splunk/etc/apps/TA-Exchange-Mailbox&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Restart the Splunk service on the indexer to apply the changes.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;On the Universal Forwarder, verify that the inputs.conf is correctly configured with the appropriate sourcetype for message tracking logs.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 22 Jul 2025 09:10:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750233#M119204</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-07-22T09:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750234#M119205</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend installing the add-on on both the indexers and the search heads.&lt;/P&gt;&lt;P&gt;Indexers are responsible for index-time operations such as parsing, data transformation, and routing. Therefore, any add-on containing props.conf or transforms.conf should be deployed to the indexers.&lt;/P&gt;&lt;P&gt;Search Heads handle search-time functions, including dashboards, lookups, macros, and CIM mappings. While it's safe to install the add-on on the search heads for search-time functionality, doing so won’t interfere with index-time processes, provided those configurations are also present on the indexers.&lt;/P&gt;&lt;P&gt;In general, it's best practice to install the add-on across all relevant tiers, indexers, search heads, and forwarders, and enable only the necessary components on each, depending on the role of the system.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://docs.splunk.com/Documentation/AddOns/released/Overview/Wheretoinstall" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/AddOns/released/Overview/Wheretoinstall&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 09:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750234#M119205</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-07-22T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750235#M119206</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311783"&gt;@nopera&lt;/a&gt;&amp;nbsp; The docs state "&lt;SPAN&gt;You ONLY need to install these add-ons on FORWARDERS." - The emphasis on ONLY is their wording not mine! However after investigating the contents of the app its clear there are field extractions which need to be on your Searchhead and time/event parsing that needs to be on your indexers (since you are using a Universal Forwarder).&lt;BR /&gt;&lt;BR /&gt;Please install the app on your Searchheads and Indexers using your usual app deployment approach and this should provide the relevant field extraction / CIM compliance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 09:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750235#M119206</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-22T09:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exchange Message Tracking</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750277#M119214</link>
      <description>&lt;P&gt;That worked. Thank you so much.&lt;/P&gt;&lt;P&gt;For other people that need help about this situation, a summary:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;My environment:&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;a standalone Splunk Enterprise instance&lt;/SPAN&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;on-prem exchange server 2019 in mailbox role&lt;/LI&gt;&lt;LI&gt;exhange server universal forwarder installed&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Actions to get exchange logs:&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;on Splunk Enterprise instance&lt;/SPAN&gt;&amp;nbsp;:&amp;nbsp;&lt;UL&gt;&lt;LI&gt;deployed the &lt;A href="https://splunkbase.splunk.com/app/5663" target="_self"&gt;Splunk add-on for Microsoft Exchange&lt;/A&gt; indexes (to easily manage indexes)&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Deploy the TA-Exchange-Mailbox add-on in the &lt;A href="https://splunkbase.splunk.com/app/3225" target="_self"&gt;file&lt;/A&gt; at /opt/splunk/etc/apps/TA-Exchange-Mailbox&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;Restart Splunk service&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;on Exchange Server&lt;UL&gt;&lt;LI&gt;Deploy the TA-Exchange-Mailbox add-on at C:\Program Files\SplunkUniversalForwarder\etc\apps&lt;/LI&gt;&lt;LI&gt;Restart the forwarder&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 22 Jul 2025 19:14:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Exchange-Message-Tracking/m-p/750277#M119214</guid>
      <dc:creator>nopera</dc:creator>
      <dc:date>2025-07-22T19:14:54Z</dc:date>
    </item>
  </channel>
</rss>

