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!

Splunk App Dev Community Updates – What’s New and What’s Next

Welcome to your go-to roundup of everything happening in the Splunk App Dev Community! Whether you're building ...

The Latest Cisco Integrations With Splunk Platform!

Join us for an exciting tech talk where we’ll explore the latest integrations in Cisco + Splunk! We’ve ...

Enterprise Security Content Update (ESCU) | New Releases

In April, the Splunk Threat Research Team had 2 releases of new security content via the Enterprise Security ...