Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjkim0816/efk
elastic search 연동 시 logstash 대신 fluent bit - fluentd 로 연동
https://github.com/jjkim0816/efk
Last synced: 7 days ago
JSON representation
elastic search 연동 시 logstash 대신 fluent bit - fluentd 로 연동
- Host: GitHub
- URL: https://github.com/jjkim0816/efk
- Owner: jjkim0816
- Created: 2021-06-25T09:01:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-25T09:04:13.000Z (over 3 years ago)
- Last Synced: 2023-07-27T09:24:46.047Z (over 1 year ago)
- Language: Dockerfile
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fluent bit - Fluentd - Elasticsearch #
### Architecture ###
![구조](./img/efk.png)
### Build ###
* docker-compose up -d
### Detail ###
* fluent-bit.conf
* fluent bit config file
* Name : 플러그인 이름 (http : http 통신, forward : fluentbit <-> fluentd)* fluent.conf
* fluentd config file
* @type : 플러그인 타입 (file : 파일 처리, elasticsearch : 엘라스틱서치)
* : restapi 방식으로 uri이 fluentd의 config 에서 pattern 에 해당한다.* Dockerfile
* fluentd에서 elastic search 플러그인을 사용하기 위해서 fluent-plugin-elasticsearch 을 설치해야 하므로 도커 이미지를 새로 생성