StackState architecture
An overview of StackState components and integration with external systems.
Last updated
An overview of StackState components and integration with external systems.
Last updated
This page describes StackState version 4.3.
The StackState 4.3 version range is End of Life (EOL) and no longer supported. We encourage customers still running the 4.3 version range to upgrade to a more recent release.
Go to the .
StackState is built for scale and runs on Kubernetes in your cloud or data center.
In most cases, a single Host Agent is installed on the StackState server to provide Agent-less integration with APIs from multiple sources. Data is gathered and received by one or more Agents and delivered at the Receiver API. From there, all data is put on Kafka. The data is processed by microservices and ends up as Topology in our versioned graph database, called StackGraph. Traces and some of the Telemetry data is temporarily stored in Elastic Search.
A Script and Query Language provides access to all dimensions of the 4T Data Model. They are also used by our own AI Microservices to interface with the 4T Data Model.
REST APIs are available for external services and are also used by our Command Line Interface. Every user interface is kept up to date by Websocket APIs.
Notifications, tickets, webhooks, and API calls are just a few examples of output data sources to let you respond to situations you observe in StackState.
StackState configuration and topology data are stored in the StackGraph database.
StackState Agent V2 is open source and available on GitHub:
The StackPacks listed below are open source and available on GitHub:
StackState integrates with external systems to retrieve data. Integrations are set up using , and/or an associated .
The StackState User Interface visualizes all collected data in . You can also customize your instance of StackState here by adding automization steps, such as event handlers and output to external systems.
You can optionally install the to control your StackState instance directly from the command line.
Agent -
Agent integrations -
Custom Sync StackPack -
SAP StackPack -
Splunk StackPack -