Hello evereone
I encountered an issue, as shown in the image. I can see two machines in the MC's forwarder dashboard, but I don't see any machines in my forwarder management.
I have added the following configuration to DS, but it still doesn't work after restarting
[indexAndForward]
index = true
selectiveIndexing = true
The deployment server and UF are both version 9.3.
What aspects should I check?
Hi @yin_guan ,
at first, you don't need to locally index anything on the DS, so you can have :
[indexAndForward]
index = false
Then, did you checked if firewall route between UF and DS is open for the Management Port 8089 used by the DS ?
You can check it from the UF using telnet:
telnet 192.168.90.237 8089
Then, on the UF, I suppose that you configured outputs.conf in $SPLUNK_HOME/etc/system/local, is it true?
it's a best practice do not configure outputs.conf in $SPLUNK_HOME/etc/system/local, but in a dedicated add-on deployed using the DS.
At least, two or three minutes are required for the connection to the DS.
Ciao.
Giuseppe
I found the problem, I needed to add the following to the inputs.conf file of UF, I don't know if this is a problem after the update or if it was also needed before, obviously when I typed it they showed
[default]
host = 192.168.90.233
I'm not sure what caused it. Normally, it shouldn't be caused by the inputs.cof file. The previous MC/DS was a distributed indexer cluster management node, and after the restart, it became a single deployment server.
It may be because my DS and CM are installed together. I need to test it further.
This has changed on 9.2 see https://docs.splunk.com/Documentation/Splunk/9.2.0/Updating/Upgradepre-9.2deploymentservers
If you have distributed environment where DS is not your only indexer you must follow above instructions.
Do you have look from internal logs (_internal and those _ds*) if there are any hints why those are not seen on DS's screens?