All Projects → elastic → Kibana

elastic / Kibana

Licence: other
Your window into the Elastic Stack

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
shell
77523 projects
CSS
56736 projects
Starlark
911 projects

Projects that are alternatives of or similar to Kibana

Graphite exporter
Server that accepts metrics via the Graphite protocol and exports them as Prometheus metrics
Stars: ✭ 217 (-98.71%)
Mutual labels:  hacktoberfest, metrics, observability
Elk Hole
elasticsearch, logstash and kibana configuration for pi-hole visualiziation
Stars: ✭ 136 (-99.19%)
Mutual labels:  elasticsearch, kibana, dashboards
Docker monitoring logging alerting
Docker host and container monitoring, logging and alerting out of the box using cAdvisor, Prometheus, Grafana for monitoring, Elasticsearch, Kibana and Logstash for logging and elastalert and Alertmanager for alerting.
Stars: ✭ 479 (-97.15%)
Mutual labels:  elasticsearch, metrics, kibana
Grafana
The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
Stars: ✭ 45,930 (+173.07%)
Mutual labels:  hacktoberfest, elasticsearch, metrics
Dynamite Nsm
DynamiteNSM is a free Network Security Monitor developed by Dynamite Analytics to enable network visibility and advanced cyber threat detection
Stars: ✭ 92 (-99.45%)
Mutual labels:  elasticsearch, kibana, dashboards
Influxdb exporter
A server that accepts InfluxDB metrics via the HTTP API and exports them via HTTP for Prometheus consumption
Stars: ✭ 159 (-99.05%)
Mutual labels:  hacktoberfest, metrics, observability
Elasticsearch Comrade
Elasticsearch admin panel built for ops and monitoring
Stars: ✭ 214 (-98.73%)
Mutual labels:  hacktoberfest, elasticsearch
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (-98.31%)
Mutual labels:  elasticsearch, kibana
Esbulk
Bulk indexing command line tool for elasticsearch
Stars: ✭ 235 (-98.6%)
Mutual labels:  hacktoberfest, elasticsearch
PALallax
PALallax is a Paloalto Next Generation Firewall Log Collector
Stars: ✭ 13 (-99.92%)
Mutual labels:  kibana, visualizations
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (-87.47%)
Mutual labels:  hacktoberfest, elasticsearch
Kube Prometheus
Use Prometheus to monitor Kubernetes and applications running on Kubernetes
Stars: ✭ 3,607 (-78.56%)
Mutual labels:  hacktoberfest, dashboards
fluentd-elastic-kibana
Working inital configuration for fluentd elastic and kibana
Stars: ✭ 40 (-99.76%)
Mutual labels:  kibana, metrics
Zipkin Php
Zipkin instrumentation for PHP
Stars: ✭ 190 (-98.87%)
Mutual labels:  hacktoberfest, observability
Dark
(grafana) Dashboards As Resources in Kubernetes
Stars: ✭ 190 (-98.87%)
Mutual labels:  hacktoberfest, dashboards
Operators
Collection of Kubernetes Operators built with KUDO.
Stars: ✭ 175 (-98.96%)
Mutual labels:  hacktoberfest, elasticsearch
elastic-stax
elastic-stax Docker Compose projects => for learning/training purposes only!
Stars: ✭ 13 (-99.92%)
Mutual labels:  kibana, observability
cv4pve-metrics
Metrics for Proxmox VE, Grafana with dasboard, InfluxDb
Stars: ✭ 38 (-99.77%)
Mutual labels:  metrics, dashboards
newrelic-quickstarts
New Relic One quickstarts help accelerate your New Relic journey by providing immediate value for your specific use cases.
Stars: ✭ 46 (-99.73%)
Mutual labels:  dashboards, observability
Haystack
Top level repository for Haystack, containing documentation and deployment scripts
Stars: ✭ 261 (-98.45%)
Mutual labels:  hacktoberfest, metrics

Kibana

Kibana is your window into the Elastic Stack. Specifically, it's a browser-based analytics and search dashboard for Elasticsearch.

Getting Started

If you just want to try Kibana out, check out the Elastic Stack Getting Started Page to give it a whirl.

If you're interested in diving a bit deeper and getting a taste of Kibana's capabilities, head over to the Kibana Getting Started Page.

Using a Kibana Release

If you want to use a Kibana release in production, give it a test run, or just play around:

Building and Running Kibana, and/or Contributing Code

You might want to build Kibana locally to contribute some code, test out the latest features, or try out an open PR:

Documentation

Visit Elastic.co for the full Kibana documentation.

For information about building the documentation, see the README in elastic/docs.

Version Compatibility with Elasticsearch

Ideally, you should be running Elasticsearch and Kibana with matching version numbers. If your Elasticsearch has an older version number or a newer major number than Kibana, then Kibana will fail to run. If Elasticsearch has a newer minor or patch number than Kibana, then the Kibana Server will log a warning.

Note: The version numbers below are only examples, meant to illustrate the relationships between different types of version numbers.

Situation Example Kibana version Example ES version Outcome
Versions are the same. 5.1.2 5.1.2 💚 OK
ES patch number is newer. 5.1.2 5.1.5 ⚠️ Logged warning
ES minor number is newer. 5.1.2 5.5.0 ⚠️ Logged warning
ES major number is newer. 5.1.2 6.0.0 🚫 Fatal error
ES patch number is older. 5.1.2 5.1.0 ⚠️ Logged warning
ES minor number is older. 5.1.2 5.0.0 🚫 Fatal error
ES major number is older. 5.1.2 4.0.0 🚫 Fatal error

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].