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 Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...