All Apps and Add-ons

Best practise / guide on installing the Splunk DB Connect App?

kyle1407365
Engager

Getting a couple of error messages:

  1. Can not communicate with task server, please check your settings
  2. DBX server is not available, please make sure it is started and listening on 9998.

I have followed the pre-req guide found on Splunk docs.

http://docs.splunk.com/Documentation/DBX/3.0.1/DeployDBX/Checklist

Thanks

kazehuku
New Member

i have the same problem

0 Karma

rafamss
Contributor

Hi @kyle1407365,

I've passed for the same problem and I resolved this issue enabling the port (9998 or any that you want) in the firewall in my CentOS 7.

firewall-cmd --zone=public --add-port=9998/tcp --permanent

I hope help you.

[ ]s
Rafael Martins

claudio_manig
Communicator

Where you able to get it up & running? Dealing with the exact ame problems here and wasted hours by now.

0 Karma

mattymo
Splunk Employee
Splunk Employee

it could be that something else is listening on that port.

If on linux you can try netstat -tulpn or ss -tulpn or google windows equivalent.

It is also possible to change the RPC port see "task server port"

https://docs.splunk.com/Documentation/DBX/3.0.0/DeployDBX/ConfigureDBConnectsettings

If all else fails restart splunk and/or the server, that has come up as resolution in past answers on this topic.

- MattyMo
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...