Monitoring Splunk

Difference between splunkd -p 8089 restart or splunkd -p 8089 start

rcreddy06
Path Finder

When I do top -c1 on the indexers/Heavy Forwarders, splunkd process is running as follows

splunkd -p 8089 restart or splunkd -p 8089 start.

What is the difference between these two processes? & why is it different for same type of hosts (indexers)?

1 Solution

woodcock
Esteemed Legend

There are 2 ways to start splunk: $SPLUNK_HOME/bin/splunk start or $SPLUNK_HOME/bin/splunk restart. The restart first stops splunk and then starts it but the start just does a start. What you are seeing is that sometimes one command was used and other times another was used.

View solution in original post

woodcock
Esteemed Legend

There are 2 ways to start splunk: $SPLUNK_HOME/bin/splunk start or $SPLUNK_HOME/bin/splunk restart. The restart first stops splunk and then starts it but the start just does a start. What you are seeing is that sometimes one command was used and other times another was used.

Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...