# Each - is an input. Most options can be set at the input level, so # you can use different inputs for various configurations. # Below are the input specific configurations.
# filestream is an input for collecting log messages from files. -type: filestream
# Unique ID among all inputs, an ID is required. id:my-filestream-id
# true应用配置 enabled:true
# Paths that should be crawled and fetched. Glob based paths. paths: -/var/logs/*.log #- c:\programdata\elasticsearch\logs\* output.logstash: # The Logstash hosts hosts:["localhost:5044"]