Deployment Architecture

Why is port 8089 not available via the UI?

danielbb
Motivator

We see the following on the server via the ss -tulpn 

tcp            LISTEN          0               128                               0.0.0.0:8089                         0.0.0.0:*             users:(("splunkd",pid=392724,fd=4))

 However, the browser at http://<Indexer>:8089 returns ERR_CONNECTION_RESET. What can it be? 
while http://<Indexer>:8000 works as expected.

Labels (1)
Tags (1)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @danielbb ,

as also @isoutamo and @kiran_panchavat said, 8089 is a management port that cannot be used via GUI, in addition, connections using 8089 are all in https, not http.

Ciao.

Giuseppe

0 Karma

kiran_panchavat
SplunkTrust
SplunkTrust

@danielbb Please have a look. 

kiran_panchavat_0-1736877644272.png

 

Did this help? If yes, please consider giving kudos, marking it as the solution, or commenting for clarification — your feedback keeps the community going!
0 Karma

isoutamo
SplunkTrust
SplunkTrust

Port 8089 is for splunk internal management communication between nodes. E.g. all traffic from search head to indexer peers goes to this port. Also you could use REST calls to manage, get information or even run saved searches on nodes.

Port 8000 is normally for GUI access. 
Here is one diagram of ports and how those are connected https://community.splunk.com/t5/Deployment-Architecture/Diagram-of-Splunk-Common-Network-Ports/m-p/1...

 

danielbb
Motivator

Thank you for your insight.

I do see it via https://<indexer>:8089

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...