All Projects → asmoker → Elkstack

asmoker / Elkstack

Licence: apache-2.0
The config files and docker-compose.yml files of Dockerized ELK Stack

Projects that are alternatives of or similar to Elkstack

Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (+73.96%)
Mutual labels:  logstash, elk, filebeat, elasticsearch
Elk
搭建ELK日志分析平台。
Stars: ✭ 688 (+616.67%)
Mutual labels:  logstash, elk, filebeat, elasticsearch
Vagrant Elastic Stack
Giving the Elastic Stack a try in Vagrant
Stars: ✭ 131 (+36.46%)
Mutual labels:  logstash, filebeat, elasticsearch, nginx
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-53.12%)
Mutual labels:  logstash, elk, elasticsearch
Dockerfile
some personally made dockerfile
Stars: ✭ 2,021 (+2005.21%)
Mutual labels:  logstash, filebeat, elasticsearch
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+82.29%)
Mutual labels:  logstash, elasticsearch, nginx
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 (+48.96%)
Mutual labels:  logstash, elk, elasticsearch
Dsiem
Security event correlation engine for ELK stack
Stars: ✭ 255 (+165.63%)
Mutual labels:  logstash, elk, elasticsearch
Elastiflow
Network flow analytics (Netflow, sFlow and IPFIX) with the Elastic Stack
Stars: ✭ 2,322 (+2318.75%)
Mutual labels:  logstash, elk, elasticsearch
Docker Compose Elasticsearch Kibana
Docker Compose for Elasticsearch and Kibana
Stars: ✭ 584 (+508.33%)
Mutual labels:  elk, filebeat, elasticsearch
docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (-79.17%)
Mutual labels:  logstash, filebeat, elk
Elk Docker
Elasticsearch, Logstash, Kibana (ELK) Docker image
Stars: ✭ 1,973 (+1955.21%)
Mutual labels:  logstash, elk, elasticsearch
elastic-stack
A complete documentation on how to install Elastic Stack on Ubuntu 16.04 Server ASAP 😎
Stars: ✭ 12 (-87.5%)
Mutual labels:  logstash, filebeat, elk
Helk
The Hunting ELK
Stars: ✭ 3,097 (+3126.04%)
Mutual labels:  logstash, elk, elasticsearch
Elk Stack
ELK Stack ... based on Elastic Stack 5.x
Stars: ✭ 148 (+54.17%)
Mutual labels:  logstash, elk, elasticsearch
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (+110.42%)
Mutual labels:  logstash, filebeat, elasticsearch
Elk Docker
Docker configuration for ELK monitoring stack with Curator and Beats data shippers support
Stars: ✭ 342 (+256.25%)
Mutual labels:  logstash, elk, elasticsearch
Docker Elk
The Elastic stack (ELK) powered by Docker and Compose.
Stars: ✭ 12,327 (+12740.63%)
Mutual labels:  logstash, elk, elasticsearch
Elk Hole
elasticsearch, logstash and kibana configuration for pi-hole visualiziation
Stars: ✭ 136 (+41.67%)
Mutual labels:  logstash, filebeat, elasticsearch
ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (-39.58%)
Mutual labels:  logstash, filebeat, elk

ELKStack

简介

本项目是基于 Docker 和 ELKStack 构建的一个日志收集、存储和分析平台。

将每台主机的应用日志和系统日志根据要求,输出到指定目录。我们用 Filebeat 监控日志文件的变化,并将最新的日志数据发送到 Logstash。由 Logstash 收集来自各个 Filebeat 的日志数据后(当然也可以通过 HTTP 接收日志数据),对数据进行加工(如过滤、清除、格式化等)处理后,将数据发送给 Elasticsearch。Elasticsearch 对数据进行存储和索引,并对外提供相应的查询等接口。Kibana 用于访问 Elasticsearch 的接口获取的日志数据,并可以以图表化的形式将日志数据展示出来。

如何使用

项目的部署及使用方式见 https://blog.smoker.cc/

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