You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In roles/splunk_common/tasks/check_mgmt_mode_status.yml the task "Check if listening on SVC Port {{ splunk.svc_port }}" uses the netstat command. This does not exist by default on modern installs. It is recommended to use the ss command instead. (See: https://www.redhat.com/sysadmin/ss-command)
Also, it does not appear to check if splunk.svc_port is even defined.
I'm assuming this is still a work in progress since there is a commented out when statement and a couple of non-commented debug statements.
The text was updated successfully, but these errors were encountered:
In roles/splunk_common/tasks/check_mgmt_mode_status.yml the task "Check if listening on SVC Port {{ splunk.svc_port }}" uses the netstat command. This does not exist by default on modern installs. It is recommended to use the ss command instead. (See: https://www.redhat.com/sysadmin/ss-command)
Also, it does not appear to check if splunk.svc_port is even defined.
I'm assuming this is still a work in progress since there is a commented out when statement and a couple of non-commented debug statements.
The text was updated successfully, but these errors were encountered: