Troubleshooting
This page describes StackState version 4.1.
The StackState 4.1 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.1 version range to upgrade to a more recent release.
Quick troubleshooting guide
Here is a quick guide for troubleshooting the startup of StackState on Kubernetes and Linux:
Check that the install completed successfully and the release is listed:
Check that all pods in the StackState namespace are running:
Check the logs for errors.
Check the Knowledge base on the StackState Support site.
Known issues
Check the StackState support Knowledge base to find troubleshooting steps for all known issues.
Reindex StackState
It is not advised to reindex StackState unless this was explicitly recommended by StackState support.
For search and querying purposes, StackState builds an index out of data in the graph database. It is possible to initiate a rebuild of this index from StackState's graph database. Note that under normal circumstances you will never need to do this.
Make sure that StackState is not running with the following command:
systemctl stop stackstate
Make sure that StackGraph is running with the following command:
systemctl start stackgraph
Execute the reindex command:
sudo -u stackstate /opt/stackstate/bin/sts-standalone.sh reindex --graph default
Do not kill the reindex process while it is running. The reindex process will take some time to complete. You can monitor progress in the StackState logs.
Last updated