Kibana
Sign in to saveKibana is a source-available data visualization dashboard for Elasticsearch, developed by Elastic NV. It is written in TypeScript and JavaScript and runs as a browser-based application backed by a Node.js server. Kibana lets users create bar, line, and scatter charts, pie charts, maps, and other visualizations against data stored in an Elasticsearch cluster, and arrange those visualizations into shared dashboards.
Key facts
- Software.name
- Kibana
- Software.screenshot
- Kibana demo screenshot.jpg
- Software.developer
- Elastic NV
- Software.latest release version
- 9.2.1
- Software.programming language
- TypeScript, JavaScript
- Software.operating system
- Cross-platform
- Software.license
- Triple-licensed Elastic License 2.0 (proprietary; source-available), Server Side Public License (proprietary; source-available) and Affero General Public License (free and open-source)
via Wikipedia infobox
Source code
If you just want to try Kibana out, check out the Elastic Stack Getting Started Page to give it a whirl. If you want to use a Kibana release in production, give it a test run, or just play around: Download the latest version on the Kibana Download Page. Learn more about Kibana's features and capabilities on the Kibana Product Page. We also offer a hosted version of Kibana on our Cloud Service. You might want to build Kibana locally to contribute some code, test out the latest features, or try out an open PR: CONTRIBUTING.md will help you get Kibana up and running. If you would like to contribute code, please follow our STYLEGUIDE.mdx. For all other questions, check out the FAQ.md. Note: The version numbers below are only examples, meant to illustrate the relationships between different types of version numbers. Questions? Problems? Suggestions? If you've found a bug or want to request a feature, please create a GitHub Issue. Please check to make sure someone else hasn't already created an issue for the same topic. Need help using Kibana? Ask away on our Kibana Discuss Forum and a fellow community member or Elastic engineer will be glad to help you out.
Excerpt from the source-code README · 3,831 chars · not written by Vinony
Wikidata facts
- Official website
- www.elastic.co/products/kibana
Show 5 more facts
- native label
- Kibana
- software version identifier
- 9.3.3
- publication date
- 2010-00-00
- source code repository URL
- github.com/elastic/kibana
- Commons category
- Kibana
Sources (9)
via Wikidata · CC0
~5 min read
Article
6 sectionsContents
- History
- License changes
- Architecture
- See also
- References
- External links
Kibana is a source-available data visualization dashboard for Elasticsearch, developed by Elastic NV. It is written in TypeScript and JavaScript and runs as a browser-based application backed by a Node.js server. Kibana lets users create bar, line, and scatter charts, pie charts, maps, and other visualizations against data stored in an Elasticsearch cluster, and arrange those visualizations into shared dashboards.
Kibana is a component of the Elastic Stack, a collection of tools for ingesting, storing, and querying log and event data. The stack was originally called the ELK stack after its three original components: Elasticsearch, Logstash, and Kibana. Elastic NV renamed it the Elastic Stack in 2015 when it added Beats, a family of lightweight data shippers.