Splunk Enterprise

When installing app "splunk_app_stream" in deployer and deploy to SHC, splunkd works but splunk web access not working?

tkdguq0110
Path Finder

Hi all

I have demo Enterprise Security instance  IDX(1), SH(3), FWD(1), master and deployer(1)
I got one SHC with SH(3)
when Install app "splunk_app_stream" in deployer and deploy to SHC

splunkd works but splunk web acess not working..

I set this below 

master_node -> replication_factor = 1, search_factor = 1
SH_node -> replication_factor = 3 

I do not know what this problem is..

Labels (2)
0 Karma

tkdguq0110
Path Finder

I found  solution.!
firewall is not open 8191 port, 
so I open it, It goes well !! 

# Web
firewall-cmd --zone=public --add-port=8000/tcp --permanent
# Management / REST API
firewall-cmd --zone=public --add-port=8089/tcp --permanent
# KV store
firewall-cmd --zone=public --add-port=8191/tcp --permanent
# Data
firewall-cmd --zone=public --add-port=9997/tcp --permanent
# Replication
firewall-cmd --zone=public --add-port=8080/tcp --permanent

firewall-cmd --reload

 

0 Karma
Get Updates on the Splunk Community!

Observability Unlocked: Kubernetes Monitoring with Splunk Observability Cloud

 Ready to master Kubernetes and cloud monitoring like the pros? Join Splunk’s Growth Engineering team for an ...

Update Your SOAR Apps for Python 3.13: What Community Developers Need to Know

To Community SOAR App Developers - we're reaching out with an important update regarding Python 3.9's ...

October Community Champions: A Shoutout to Our Contributors!

As October comes to a close, we want to take a moment to celebrate the people who make the Splunk Community ...