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
splunk_create_polkit: 0# If set to 1 `enable boot-start` will create a polkit rules file allowing the 'splunk_nix_user' to restart the splunk service without authentication.
39
40
splunk_use_initd: false # If set to true, the system will use init.d. Default false
40
41
splunk_use_systemd: true # DO NOT EDIT. To use init.d, set `splunk_use_initd` to true.
41
-
splunk_force_kill: False
42
+
splunk_force_kill: false
42
43
systemd_unit_full: Splunkd # You can change this in `host_vars` or `group_vars` to customize the service name.
43
44
systemd_unit_uf: SplunkForwarder # You can change this in `host_vars` or `group_vars` to customize the service name.
44
45
splunk_disable_mgmt_port: false # If set to true, will disable splunkd management port during installation
0 commit comments