What command is used to enable and disable splunk to boot start?
Answer Posted / Iqra
To enable Splunk to boot start, you need to add the 'splunkd' service to the list of services that are started during system boot. This can be done using the following command: `sudo service splunkd enable`. To disable it, use the command: `sudo service splunkd disable`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers