Security

firewall ports

joydeep741
Path Finder

how to check on FORWARDERS if firewall is opened for the DEPLOYMENT server ? Any command ?

Operating system is linux.

Tags (3)
0 Karma

tricianieva
Engager

Open a terminal:

sudo cat /proc/sys/net/ipv4/ip_forward

  • 0 means disabled
  • 1 means enabled
  • cat means view content of the file
0 Karma

koshyk
Super Champion

The forwarders (client) initiates the connection to deployment-server. This normally uses management-port (default is 8089) of dep-server. Using the same connection, deployment-server will push the apps/packages to the client.

For linux systems,
From forwarders use:

ssh -v -p 8089 <deployment-server>

Also if the connection is established, you can see the connection info in

index=_internal sourcetype=splunkd source="/opt/splunk/var/log/splunk/splunkd.log" ip=<ip_of_forwarder>
0 Karma

mirkoneverstops
Path Finder

I'd suggest a simple:

telnet depl_srv_fqdn port

Standard port is 8089.

0 Karma
Get Updates on the Splunk Community!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...