<?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 for Microsoft Exchange Application in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36729#M6774</link>
    <description>&lt;P&gt;Docs updated.&lt;/P&gt;</description>
    <pubDate>Wed, 22 Aug 2012 23:22:10 GMT</pubDate>
    <dc:creator>malmoore</dc:creator>
    <dc:date>2012-08-22T23:22:10Z</dc:date>
    <item>
      <title>Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36722#M6767</link>
      <description>&lt;P&gt;Hey Folks,&lt;/P&gt;

&lt;P&gt;I'm trying to get the reputation check script running on a mail server at the moment and I'm running into some difficulty.  Unfortunately the Dashboard is displaying N/A for the reputation check, I have tried troubleshooting the issue by running the command locally.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;*C:\Program Files\SplunkUniversalForwarder\bin&amp;gt;splunk cmd "C:\Program Files\Splun
kUniversalForwarder\etc\apps\fwd_reputation\bin\check_my_reputation.py"
CreateProcess: error 193
couldn't run "C:\Program Files\SplunkUniversalForwarder\etc\apps\fwd_reputation\
bin\check_my_reputation.py": The parameter is incorrect.*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The only configuration change for this script that I can see is that I need to set the IP address of my mail server in reputation.conf file as per the document located at the following:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/MSExchange/latest/DeployMSX/Makeconfigurationchangestomatchyourexistingenvironment"&gt;http://docs.splunk.com/Documentation/MSExchange/latest/DeployMSX/Makeconfigurationchangestomatchyourexistingenvironment&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm trying to figure out what parameter the script is referring that is causing the script to fail, would anyone know what could be causing this?&lt;/P&gt;

&lt;P&gt;Any help you guys can provide would be greatly appreciated.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
Mike&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 01:17:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36722#M6767</guid>
      <dc:creator>michaeloleary</dc:creator>
      <dc:date>2012-08-16T01:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36723#M6768</link>
      <description>&lt;P&gt;This is, unfortunately, a known bug that will be fixed in the next version.  Go into the &lt;CODE&gt;$SPLUNK_HOME/etc/apps/TA-SMTP-Reputation/default&lt;/CODE&gt; directory and edit the &lt;CODE&gt;inputs.conf&lt;/CODE&gt; file - change all referenced for &lt;CODE&gt;fwd_reputation&lt;/CODE&gt; to &lt;CODE&gt;TA-SMTP-Reputation&lt;/CODE&gt; (global search and replace).  Save the file, then restart your splunk instance.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 01:49:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36723#M6768</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2012-08-16T01:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36724#M6769</link>
      <description>&lt;P&gt;Also, note that - per the documentation - you need to run TA-SMTP-Reputation on a Heavy Forwarder - the Universal Forwarder cannot run Python based scripted inputs such as this one.  (sorry - just noticed that from your command line).&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 01:50:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36724#M6769</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2012-08-16T01:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36725#M6770</link>
      <description>&lt;P&gt;I'm just looking at the python script I see the following line of code too.&lt;/P&gt;

&lt;P&gt;app_path = os.path.join(os.environ["SPLUNK_HOME"], 'etc', 'apps', 'fwd_reputation')&lt;/P&gt;

&lt;P&gt;I'm no python programmer but I'm assuming that needs to change as well.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:16:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36725#M6770</guid>
      <dc:creator>michaeloleary</dc:creator>
      <dc:date>2020-09-28T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36726#M6771</link>
      <description>&lt;P&gt;Yes it does.  The genesis is that the TA used to be called fwd_reputation, but we renamed it to follow the standard TA naming scheme, and forgot to update the references.  It's already been fixed in the SCM, but I'm doing a bunch of other fixes before I do the next release.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 02:06:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36726#M6771</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2012-08-16T02:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36727#M6772</link>
      <description>&lt;P&gt;Thanks for the help Adrian, I was able to make the appropriate changes to rectify the issue based on the info you gave &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;On another note I can't find the information about the heavy forwarder, I can only assume I'm using an old version of the documentation.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 03:31:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36727#M6772</guid>
      <dc:creator>michaeloleary</dc:creator>
      <dc:date>2012-08-16T03:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36728#M6773</link>
      <description>&lt;P&gt;Noted - I'll get the docs clarified.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2012 20:39:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36728#M6773</guid>
      <dc:creator>ahall_splunk</dc:creator>
      <dc:date>2012-08-16T20:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk for Microsoft Exchange Application</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36729#M6774</link>
      <description>&lt;P&gt;Docs updated.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Aug 2012 23:22:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-for-Microsoft-Exchange-Application/m-p/36729#M6774</guid>
      <dc:creator>malmoore</dc:creator>
      <dc:date>2012-08-22T23:22:10Z</dc:date>
    </item>
  </channel>
</rss>

