QuestionQ44

Configuration Problems

A customer with an indexer cluster has customized several Splunk ports in their environment by using these commands:

splunk enable listen 9597  
splunk edit cluster-config -mode peer -manager_uri http://10.150.149.102:8089 -secret mycluster -replication_port 7043  

Which port is used to submit REST API calls to the indexer?

  • A 9997
  • B 8089
  • C 7043
  • D 8000
Explanation

Splunk REST API requests use the Splunkd management port, which is 8089. Port 9597 is configured as the receiving port for forwarded data, while port 7043 is configured for indexer-cluster replication traffic.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!