Winlogbeat配置负责均衡

配置文件如下:

winlogbeat.event_logs:
- name: Security
  ignore_older: 1h

output.logstash:
  hosts: ["192.168.120.27:5044","192.168.120.27:5045"]
  loadbalance: true
logging.to_files: true
logging.files:
  path: C:/ProgramData/winlogbeat/Logs
原文地址:https://www.cnblogs.com/dreamer-fish/p/15343655.html