App Framework: Does it initiate rolling restarts? #1066
-
Hi. I read in the App Framework documentation the following Note, which I'm confused about. This note applies to the indexer and searchhead cluster. "Note: The Splunk cluster peer restarts are triggered by the contents of the Splunk apps deployed, and are not initiated by the App Framework." I understand that the App Framework deploys the apps and reload the configs, but if a rolling restart is necessary, the App Framework won't trigger it. If this is correct, I would like to raise an enhancement request so that the App Framework is configurable to automatically initiate a rolling restart under certain conditions, like time of day or even week days or weekends. Thanks for clarification |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@markusspitzli , What it means is, that the Operator Pod doesn't trigger any explicit Splunk instance restarts from App Framework point of view. However, when a bundle push is triggered by the App Framework, the ClusterManager(In the case of Indexer Cluster), Deployer(In the case of SHC) may trigger the rolling restarts, which is outside of the App Framework control. |
Beta Was this translation helpful? Give feedback.
@markusspitzli , What it means is, that the Operator Pod doesn't trigger any explicit Splunk instance restarts from App Framework point of view. However, when a bundle push is triggered by the App Framework, the ClusterManager(In the case of Indexer Cluster), Deployer(In the case of SHC) may trigger the rolling restarts, which is outside of the App Framework control.