Splunk-Server = indexer with "send to indexer" app + deployment server
Splunk-Client = Windows host with universal forwarder
Splunk-server has an outputs.conf based on the steps of 'Create the "send to indexer" app' section:
http://docs.splunk.com/Documentation/MSApp/1.1.0/MSInfra/Createthesendtoindexerapp
Netstat shows that port 9997 in splunk-server is being used by the local Splunkd Service. This instance is using ports 49178, 8191, 49305, 49160, & 9997. Another splunk instance is using ports 8191.
I cannot find any suspicious entries on the outputs.conf files on splunk-client and the inputs.conf file on splunk-server. (I prefer not to post the whole content of the text file for now so not to spam the forum but can post specific sections upon request).
No non-default settings have been introduced into the environment.
I can telnet to splunk-server:9997 from the local machine but cannot from splunk-client with a "Could not open connection to the host, on port 9997: Connect failed" error.
... View more