일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- zip 암호화
- Python
- aggregation
- 파이썬
- MySQL
- zip 파일 암호화
- token filter test
- 차트
- licence delete curl
- Elasticsearch
- Mac
- API
- analyzer test
- sort
- springboot
- plugin
- high level client
- Kafka
- 900gle
- ELASTIC
- TensorFlow
- license delete
- Test
- matplotlib
- query
- aggs
- docker
- flask
- Java
- License
- Today
- Total
개발잡부
[filebeats] filebeats 설치해보자 본문
설치
다운 → 압축해제 → 심볼릭링크
$ wget https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.2-linux-x86_64.tar.gz
$ tar -zxvf filebeat-7.9.2-linux-x86_64.tar.gz
$ ln -s filebeat-7.9.2-linux-x86_64.tar.gz filebeat
cofing
###################### Filebeat Configuration Example #########################
# ========================= Filebeat inputs ===============================
filebeat.inputs:
- type: log
enabled: true
paths:
- /home/ec2-user/data-lake/logs/beats_batch.log
fields:
index_name: "datalake-batch"

# ============================= Filebeat modules==========================
filebeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false

# ====================== Elasticsearch template setting =======================
setup.template.name: "datalake-batch"
#setup.template.fields: "datalake-fields.yml"
setup.template.overwrite: false
setup.template.settings:
index.number_of_shards: 1
index.number_of_replicas: 1

Caused by: org.logstash.beats.InvalidFrameProtocolException: Invalid version of beats protocol: 69
위와 같은 에러 발생시 output.elasticsearch 부분 주석처리 아마도 이것은 x-pack security 관련 설정때문에..
로그스테시 설정 잡아주니까
들어감