All 375 Dependencies
Every package Kibana depends on, ranked by repo health score.
Kibana is the official open source interface for the Elastic Stack, providing a powerful browser-based environment for exploring, visualizing, and managing data stored in Elasticsearch. Built for DevOps engineers, security analysts, and data teams, it brings together observability, security threat detection, and enterprise search in a single, extensible platform. Kibana connects directly to Elasticsearch and reflects changes in near real time, making it suitable for operational monitoring, incident response, and business intelligence.
The platform is organized around a plugin-based architecture where capabilities like APM, Fleet, Security SIEM, and ML anomaly detection live as first-class plugins. This means teams can use only the features they need without carrying the weight of the full stack in every deployment. Dashboards are composable from reusable panel types, and every visualization or saved search can be embedded elsewhere in the UI without hardcoded layout dependencies.
Kibana ships with a built-in ES|QL editor backed by a full AST parser, autocomplete engine, and inline validation — meaning developers get IDE-quality query authoring inside a browser. The AI-powered assistant translates natural language into Elasticsearch and ES|QL queries, lowering the barrier for teams unfamiliar with query syntax. Machine learning anomaly detection jobs can be created and managed without writing code, and alerting rules can trigger automated responses to hundreds of external services.
Deployment is supported via downloadable packages for Linux, macOS, and Windows, as well as Docker images and Kubernetes manifests. Kibana must run against a matching-version Elasticsearch cluster; Elastic also offers a fully managed hosted version on Elastic Cloud for teams that prefer to skip the operational overhead.