All Projects → gqcn → k8s-log

gqcn / k8s-log

Licence: other
容器日志搜集套件。

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to k8s-log

ELK-Hunting
Threat Hunting with ELK Workshop (InfoSecWorld 2017)
Stars: ✭ 58 (+286.67%)
Mutual labels:  logstash, filebeat
MeetU
Application that build on Elasticsearch and Spring Boot Microservices (Synchronous Service)
Stars: ✭ 22 (+46.67%)
Mutual labels:  logstash, filebeat
S1EM
This project is a SIEM with SIRP and Threat Intel, all in one.
Stars: ✭ 270 (+1700%)
Mutual labels:  logstash, filebeat
kafka-elk-docker-compose
Deploy ELK stack and kafka with docker-compose
Stars: ✭ 78 (+420%)
Mutual labels:  logstash, filebeat
filebeat.py
Python 版 Filebeat
Stars: ✭ 48 (+220%)
Mutual labels:  logstash, filebeat
LogiAM
基于日志模板构建,采集任务动态管控、数据质量精确度量,一站式日志采集平台
Stars: ✭ 199 (+1226.67%)
Mutual labels:  log, filebeat
dissect-tester
Simple API/UI for testing filebeat dissect patterns against a collection of sample log lines.
Stars: ✭ 58 (+286.67%)
Mutual labels:  logstash, filebeat
Dockerfile
some personally made dockerfile
Stars: ✭ 2,021 (+13373.33%)
Mutual labels:  logstash, filebeat
paStash
pastaʃ'ʃ = Spaghetti I/O Event Data Processing, Interpolation, Correlation and beyond 🍝
Stars: ✭ 89 (+493.33%)
Mutual labels:  logstash, log
logwatch
日志采集工具
Stars: ✭ 22 (+46.67%)
Mutual labels:  logstash, log
tutorials
Tutorials
Stars: ✭ 80 (+433.33%)
Mutual labels:  logstash, filebeat
elk-stack
ELK Stack (Elasticsearch, Logstash & Kibana)
Stars: ✭ 13 (-13.33%)
Mutual labels:  logstash, filebeat
Docker Elastic
Deploy Elastic stack in a Docker Swarm cluster. Ship application logs and metrics using beats & GELF plugin to Elasticsearch
Stars: ✭ 202 (+1246.67%)
Mutual labels:  logstash, filebeat
MegaDev
Bro IDS + ELK Stack to detect and block data exfiltration
Stars: ✭ 46 (+206.67%)
Mutual labels:  logstash, filebeat
Synesis lite suricata
Suricata IDS/IPS log analytics using the Elastic Stack.
Stars: ✭ 167 (+1013.33%)
Mutual labels:  logstash, filebeat
elastic-stack
A complete documentation on how to install Elastic Stack on Ubuntu 16.04 Server ASAP 😎
Stars: ✭ 12 (-20%)
Mutual labels:  logstash, filebeat
Quicklogger
Library for logging on files, console, memory, email, rest, eventlog, syslog, slack, telegram, redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi/Firemonkey/freepascal/.NET (Windows/Linux/OSX/IOS/Android).
Stars: ✭ 137 (+813.33%)
Mutual labels:  logstash, log
Filebeat Kubernetes
Filebeat container, alternative to fluentd used to ship kubernetes cluster and pod logs
Stars: ✭ 147 (+880%)
Mutual labels:  logstash, filebeat
docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (+33.33%)
Mutual labels:  logstash, filebeat
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (+106.67%)
Mutual labels:  logstash, filebeat

容器日志搜集套件

依赖服务

kafka

组件介绍

日志搜集流程:

log-agent -> kafka -> log-dumper -> log-archiver & log-cleaner

其中,kafka支持多端消费,目前仅处理转储操作。

log-agent

日志搜集客户端,与业务容器运行到同一个Pod中(使用kubernetes时);或者与业务容器运行到同一个容器中;业务容器与搜集客户端需要共享日志文件存放目录路径;搜集到的内容发送到kafka中进行缓冲处理。

log-dumper

日志搜集转储端,用于消费kafka中的日志,并转储到指定的磁盘下,按照搜集的路径进行存放。

log-archiver

转储文件归档端,用于定期将原始日志文件进行压缩归档。

log-cleaner

归档文件清理端,用于定期将归档的日志进行清理。

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