使用elasticsearch的filebeat配置

时间:2018-08-01 11:57:53

标签: filebeat

我正在面对Filebeat的问题,我拍摄了Filebeat图像docker pull docker.elastic.co/beats/filebeat:6.3.1 我的filebeat.yml文件是

filebeat.config:
  prospectors:
    path: ${path.config}/prospectors.d/*.yml
    reload.enabled: false
  modules:
    path: ${path.config}/modules.d/*.yml
    reload.enabled: false
processors:
- add_cloud_metadata:
output.elasticsearch:
  hosts: ['192.0.0.0:9200']
  username: elastic
  password: changeme
setup.kibana:
  host: '192.0.0.0:5601'
filebeat.inputs:
- type: log
  paths:
    - /var/log/*.log

当我运行filebeat时,我正在获取yum.logs,并且收割机已启动yum.log,请帮助我

谢谢。

0 个答案:

没有答案