All Projects → d3rwan → docker_elk_stack

d3rwan / docker_elk_stack

Licence: other
Docker images to run an ELK stack

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker elk stack

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 (+779.17%)
Mutual labels:  kibana, logstash, elk
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 (+4.17%)
Mutual labels:  kibana, logstash, elk
Justlog
JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort. Support for logz.io available.
Stars: ✭ 439 (+1729.17%)
Mutual labels:  kibana, logstash, elk
Helk
The Hunting ELK
Stars: ✭ 3,097 (+12804.17%)
Mutual labels:  kibana, logstash, elk
Docker Elk
The Elastic stack (ELK) powered by Docker and Compose.
Stars: ✭ 12,327 (+51262.5%)
Mutual labels:  kibana, logstash, elk
Ansible Elk
📊 Ansible playbook for setting up an ELK/EFK stack and clients.
Stars: ✭ 284 (+1083.33%)
Mutual labels:  kibana, logstash, elk
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (+595.83%)
Mutual labels:  kibana, logstash, elk
tsharkVM
tshark + ELK analytics virtual machine
Stars: ✭ 51 (+112.5%)
Mutual labels:  kibana, logstash, elk
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+404.17%)
Mutual labels:  kibana, logstash, elk
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (+87.5%)
Mutual labels:  kibana, logstash, elk
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+9575%)
Mutual labels:  kibana, logstash, elk
Elk Stack
ELK Stack ... based on Elastic Stack 5.x
Stars: ✭ 148 (+516.67%)
Mutual labels:  kibana, logstash, elk
synesis lite syslog
Syslog collection with the Elastic Stack.
Stars: ✭ 31 (+29.17%)
Mutual labels:  kibana, logstash, elk
Elk Docker
Docker configuration for ELK monitoring stack with Curator and Beats data shippers support
Stars: ✭ 342 (+1325%)
Mutual labels:  kibana, logstash, elk
docker-elk
ELK Stack on Docker
Stars: ✭ 43 (+79.17%)
Mutual labels:  kibana, logstash, elk
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 (+1895.83%)
Mutual labels:  kibana, logstash, elk
spring-boot-microservice-eureka-zuul-docker-gateway-kubernetes
Spring Boot rest microservices using Kubernetes, ConfigMap, Eureka, Zuul / Spring Boot Gateway, Docker. Monitoring with logstash, logback, elasticsearch, kibana.
Stars: ✭ 86 (+258.33%)
Mutual labels:  kibana, logstash, elk
eslog tutorial
From Raw Logs to Real Insights - A tutorial for getting started with log analytics using Elastic Stack.
Stars: ✭ 28 (+16.67%)
Mutual labels:  kibana, logstash, elk
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+2766.67%)
Mutual labels:  kibana, logstash, elk
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 (+495.83%)
Mutual labels:  kibana, logstash, elk

ELK stack from scratch, with Docker

Run (stack)

  # run (daemon)
  docker-compose up -d
  # show logs
  docker-compose logs -f

Run the webapp to monitor

  docker build ./webapp -t dockerelkstack_webapp
  docker run --network dockerelkstack_logging --link redis:redis -p 80:80 -d --name webapp dockerelkstack_webapp

Then navigate on the site (port 80, source: https://github.com/sbilly/joli-admin)

Index management with curator

  docker run --network dockerelkstack_logging --link elastic:elasticsearch -v "$PWD/curator/config":/config --rm bobrik/curator:4.0.4 --config /config/config.yml /config/actions.yml
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].