I installed indexer (an instance of spunk) to the server, enabled, and opened 9997 port.
Also installed splunkforwarder to my local machine, added hostname:9997 under settings > Data > Forwarding and receiving > Forward Data > Configure forwarding.
But nothing seemed to be connected, showing nothing when I type /opt/splunkforwarder/bin/splunk list forward-server command to the server. Is there something I should do more?
I am seeing the message that says:
1) skipped indexing of internal audit event will keep dropping events until indexer congestion is remedied. Check disk space and other issues that may cause indexer to block.
2) Tcp output pipeline blocked. Attempt 8200 to insert data failed.
Does this also related to the connection error?
I am confused by the language you are using. But let me see if I can recap and then offer some suggestions.
/opt/splunkforwarder/bin/splunk list forward-server
on machine B, you get nothing.First, on machine A:
You can run the following search to see if connections have been made from forwarders:
index=_internal source=*metrics.log group=tcpin_connections
Second, on machine B:
You can use the command line interface to (1) tell the forwarder where to send data and (2) check the status to see where the forwarder is actually sending (3) check to see which files are being monitored and forwarded
/opt/splunkforwarder/bin/splunk add forward-server machineA:9997
/opt/splunkforwarder/bin/splunk list forward-server
/opt/splunkforwarder/bin/splunk list monitor
I am confused by the language you are using. But let me see if I can recap and then offer some suggestions.
/opt/splunkforwarder/bin/splunk list forward-server
on machine B, you get nothing.First, on machine A:
You can run the following search to see if connections have been made from forwarders:
index=_internal source=*metrics.log group=tcpin_connections
Second, on machine B:
You can use the command line interface to (1) tell the forwarder where to send data and (2) check the status to see where the forwarder is actually sending (3) check to see which files are being monitored and forwarded
/opt/splunkforwarder/bin/splunk add forward-server machineA:9997
/opt/splunkforwarder/bin/splunk list forward-server
/opt/splunkforwarder/bin/splunk list monitor
I am not using a universal forwarder, I just installed a spunkforwarder to machine B (local machine), and added host by typing machineA:9997 at Settings > Data > Forwarding and receiving > "configure forwarding" and I could access to the forwarder from web UI
To make sure, I tried all commands you suggested, but nothing executes anything - showing no results, even doesn't come back to the next command line.