All Projects → sqshq → Elk Docker

sqshq / Elk Docker

Docker configuration for ELK monitoring stack with Curator and Beats data shippers support

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Elk Docker

Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+101.17%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (-64.62%)
Mutual labels:  logstash, elk, 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 (+40.06%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+578.95%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (-16.96%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Docker Elk
The Elastic stack (ELK) powered by Docker and Compose.
Stars: ✭ 12,327 (+3504.39%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-86.84%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+476.9%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Helk
The Hunting ELK
Stars: ✭ 3,097 (+805.56%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Json Logging Python
Python logging library to emit JSON log that can be easily indexed and searchable by logging infrastructure such as ELK, EFK, AWS Cloudwatch, GCP Stackdriver
Stars: ✭ 143 (-58.19%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Elk Stack
ELK Stack ... based on Elastic Stack 5.x
Stars: ✭ 148 (-56.73%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (-51.17%)
Mutual labels:  logstash, elk, elasticsearch, kibana
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (-40.94%)
Mutual labels:  logstash, elasticsearch, kibana
Microservice Scaffold
基于Spring Cloud(Greenwich.SR2)搭建的微服务脚手架(适用于在线系统),已集成注册中心(Nacos Config)、配置中心(Nacos Discovery)、认证授权(Oauth 2 + JWT)、日志处理(ELK + Kafka)、限流熔断(AliBaba Sentinel)、应用指标监控(Prometheus + Grafana)、调用链监控(Pinpoint)、以及Spring Boot Admin。
Stars: ✭ 211 (-38.3%)
Mutual labels:  logstash, elk, kibana
elk-dashboard-v5-docker
My production setup for the latest version of ELK stack running in a compose, displaying a basic -but powerfull- security and performance dashboard.
Stars: ✭ 25 (-92.69%)
Mutual labels:  kibana, logstash, elk
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (-48.83%)
Mutual labels:  logstash, elasticsearch, kibana
Dsiem
Security event correlation engine for ELK stack
Stars: ✭ 255 (-25.44%)
Mutual labels:  logstash, elk, elasticsearch
docker elk stack
Docker images to run an ELK stack
Stars: ✭ 24 (-92.98%)
Mutual labels:  kibana, logstash, elk
elastic-data-lake
Elastic Data Lake
Stars: ✭ 14 (-95.91%)
Mutual labels:  kibana, logstash, elk
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (-85.09%)
Mutual labels:  kibana, logstash, elk

Elasticsearch, Logstash, Kibana with Curator and Beats support

Ready to go Docker configuration for set up ELK stack in a minutes

Description

  • Elasticsearch - official image with data volume in elasticsearch/data directory
  • Logstash - official image + custom configuration which takes care about Filebeat, Topbeat and Packetbeat index templates for Elasticsearch + multiline option for correct stacktraces representation
  • Kibana - official image
  • Curator - lightweight 50mb container which could run scheduled tasks against Elasticsearch to manage its indices (delete, optimize, snapshot, etc)

scheme

Setup

  1. Install required Beats shippers on the host which should be monitored
  2. Install Docker and Docker Compose on the ELK host
  3. Clone this repository and hit docker-compose build

Usage

Start everything with one command:

docker-compose up -d

Keep track of your containers execution. For example, controll Curator scheduled tasks:

docker-compose logs curator

Scaling up

This simple configuration will run very happily on your laptop, but it can be easely scaled up for highload production servers with a huge amount of logs and monitoring data.

Notes

  • You may want to add Kibana Shield plugin for users authentication
  • It might be really helpful to use Elasticsearch Watcher or Yelp ElastAlert to get notified on significant events or anomalies in your data
  • You can specify resource limits (like CPU and memory allocation) for each docker container

Feel free to contact me with any issues and questions

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