Splunk Search

Is there any command to check app deployed status on the deployer? (like we can use "show cluster-bundle-status")

ken_liu
New Member

When we try to deploy an app from deployer, the only one message after we "apply shcluster-bundle" is
Bundle has been pushed successfully to all the cluster members

Is there any command like we use on the master node, "show cluster-bundle-status" ???
It will list some information about the active bundle, last bundle, or service status is restarting or something else.
alt text

Like the pictures, we can check the active bundle is the same, or the service status is up or just restarting.

0 Karma

sylvia_gerges
Observer

I found that if I run command on the deployer

ps - aux | grep bundle 

I can then see if the process is still running or not

Hope this helps!

0 Karma

harsmarvania57
Ultra Champion

Hi @ken_liu,

As far as I know there are no such commands to check bundle status from Deployer server. But you can check Search Head Cluster status on any Search Head Cluster member with command $SPLUNK_HOME/bin/splunk show shcluster-status

Additionally if you are using Monitoring Console then you will able to monitor many more things for Search Head Cluster.

I hope this helps.

Thanks,
Harshil

0 Karma

ken_liu
New Member

thanks your response 😞

0 Karma
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 ...