- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm trying to automate some of our Splunk processes, and I need to know what the possible set of values are that can be returned for cluster_status when running splunk show cluster-bundle-status
.
I don't seem to be able to find anything online to answer this question.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @jacobappleton,
If you look at Cluster Master$SPLUNK_HOME/var/log/splunk/splunkd.log
and grep CMBundleMgr
then you will able to see different status when Cluster Master is deploying bundle to it's peers.
While looking at 6.5.X CM, I can see below status in my lab environment.
- When Cluster Master is not deploying any bundle OR bundle is deployed to peers successfully then you will see status as
None
- When you push bundle from CM to Indexers below are different sequential status
- First status will change from
None
toBundle Creation is in progress.
- Then it will change
Bundle Creation is in progress.
toNone
- From
None
toBundle validation is in progress.
- From
Bundle validation is in progress.
toBundle reload is in progress. Waiting for all peers to return the status.
- From
Bundle reload is in progress. Waiting for all peers to return the status.
toNone
If Restart of peers(Indexers) is require then it will go to below status
- Sometimes CM do not go to last status and directly go from
Bundle reload is in progress. Waiting for all peers to return the status.
toRolling restart of the peers is in progress.
, if status change as per last point then it will change fromNone
toRolling restart of the peers is in progress.
- At last it will change status from
Rolling restart of the peers is in progress.
toNone
I hope this will help you.
Thanks,
Harshil
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hi @jacobappleton,
If you look at Cluster Master$SPLUNK_HOME/var/log/splunk/splunkd.log
and grep CMBundleMgr
then you will able to see different status when Cluster Master is deploying bundle to it's peers.
While looking at 6.5.X CM, I can see below status in my lab environment.
- When Cluster Master is not deploying any bundle OR bundle is deployed to peers successfully then you will see status as
None
- When you push bundle from CM to Indexers below are different sequential status
- First status will change from
None
toBundle Creation is in progress.
- Then it will change
Bundle Creation is in progress.
toNone
- From
None
toBundle validation is in progress.
- From
Bundle validation is in progress.
toBundle reload is in progress. Waiting for all peers to return the status.
- From
Bundle reload is in progress. Waiting for all peers to return the status.
toNone
If Restart of peers(Indexers) is require then it will go to below status
- Sometimes CM do not go to last status and directly go from
Bundle reload is in progress. Waiting for all peers to return the status.
toRolling restart of the peers is in progress.
, if status change as per last point then it will change fromNone
toRolling restart of the peers is in progress.
- At last it will change status from
Rolling restart of the peers is in progress.
toNone
I hope this will help you.
Thanks,
Harshil
