All Projects → khezen → Docker Kibana

khezen / Docker Kibana

Licence: mit
Kibana Docker image including search-guard

Projects that are alternatives of or similar to Docker Kibana

Awesome Monitoring
INFRASTRUCTURE、OPERATION SYSTEM and APPLICATION monitoring tools for Operations.
Stars: ✭ 356 (+1518.18%)
Mutual labels:  elasticsearch, kibana
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 (+2077.27%)
Mutual labels:  elasticsearch, kibana
Awesome Elasticsearch
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Stars: ✭ 4,168 (+18845.45%)
Mutual labels:  elasticsearch, kibana
Cryptotracker
A complete open source system for tracking and visualizing cryptocurrency price movements on leading exchanges
Stars: ✭ 336 (+1427.27%)
Mutual labels:  elasticsearch, kibana
Szt Bigdata
深圳地铁大数据客流分析系统🚇🚄🌟
Stars: ✭ 826 (+3654.55%)
Mutual labels:  elasticsearch, kibana
Kbn network
Network Plugin for Kibana
Stars: ✭ 339 (+1440.91%)
Mutual labels:  elasticsearch, kibana
Es2csv
Export from an Elasticsearch into a CSV file
Stars: ✭ 465 (+2013.64%)
Mutual labels:  elasticsearch, kibana
K8s Tew
Kubernetes - The Easier Way
Stars: ✭ 269 (+1122.73%)
Mutual labels:  elasticsearch, kibana
Gem
💎 GUI for Data Modeling with Elasticsearch
Stars: ✭ 654 (+2872.73%)
Mutual labels:  elasticsearch, kibana
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+2554.55%)
Mutual labels:  elasticsearch, kibana
Sysmonsearch
Investigate suspicious activity by visualizing Sysmon's event log
Stars: ✭ 302 (+1272.73%)
Mutual labels:  elasticsearch, kibana
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+3600%)
Mutual labels:  elasticsearch, kibana
Kibana
Your window into the Elastic Stack
Stars: ✭ 16,820 (+76354.55%)
Mutual labels:  elasticsearch, kibana
Elk Docker
Docker configuration for ELK monitoring stack with Curator and Beats data shippers support
Stars: ✭ 342 (+1454.55%)
Mutual labels:  elasticsearch, kibana
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (+1190.91%)
Mutual labels:  elasticsearch, kibana
Pfelk
pfSense/OPNsense + ELK
Stars: ✭ 417 (+1795.45%)
Mutual labels:  elasticsearch, kibana
Eui
Elastic UI Framework 🙌
Stars: ✭ 3,248 (+14663.64%)
Mutual labels:  elasticsearch, kibana
Helk
The Hunting ELK
Stars: ✭ 3,097 (+13977.27%)
Mutual labels:  elasticsearch, kibana
Kibi
PLEASE READ: Kibi is now "Siren Investigate", part of the Siren Platform. This code repository is only provided to facilitate code review and integration by Siren customers and cannot be successfully compiled. The code also requires Siren Federate to be installed in Elasticsearch.
Stars: ✭ 489 (+2122.73%)
Mutual labels:  elasticsearch, kibana
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+3027.27%)
Mutual labels:  elasticsearch, kibana

Supported tags and respective Dockerfile links

What is Kibana?

Kibana lets you visualize your Elasticsearch data and navigate the Elastic Stack, so you can do anything from learning why you're getting paged at 2:00 a.m. to understanding the impact rain might have on your quarterly numbers.

How To Use

docker run -d -p 5601:5601 khezen/kibana:latest   

File Descriptors and MMap

run the following command on your host:

sysctl -w vm.max_map_count=262144

You can set it permanently by modifying vm.max_map_count setting in your /etc/sysctl.conf.

Environment Variables

KIBANA_HOST | 0-0-0-0
KIBANA_PWD | changeme

password for elasticsearch built-in user kibana.

ELASTICSEARCH_HOST | 0-0-0-0
ELASTICSEARCH_PORT | 9200

Configure Kibana

Configuration file is located in /etc/kibana/kibana.yml if you follow the same volume mapping as in docker-compose examples above.

You can find default config there.

You can find help with kibana configuration there.

User Feedback

Issues

If you have any problems with or questions about this image, please ask for help through a GitHub issue.

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].