StoryCode

[I] FireBeat 설치

Elastic Search
반응형

1) Download & untar

https://www.elastic.co/kr/downloads/beats/filebeat

https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.0.1-linux-x86_64.tar.gz

 

2) vi filebeat.yml

filebeat-7.0.1-linux-x86_64/usr/local/filebeat-7.0.1-linux-x86_64/filebeat.yml

 

type: log

enabled: true

path: /var/log/*.log

output.elasticsearch: hosts: ["localhost:9200"]

 

3) https://www.elastic.co/guide/en/beats/filebeat/7.0/filebeat-getting-started.html

반응형

'Elastic Search' 카테고리의 다른 글

용어  (0) 2023.08.28
Logstach 설치  (0) 2019.05.17
KIBANA.샘플데이터 로드  (0) 2019.05.09
KIBANA 설치  (0) 2019.04.30
검색 실행  (0) 2019.04.30