Here you go.
Config:
winlogbeat.event_logs:
- name: Application
ignore_older: 72h
- name: Security
- name: System
- name: MSExchange Management
output.logstash:
The Logstash hosts
hosts: ["10.91.50.100:5044"]
Optional SSL. By default is off.
List of root certificates for HTTPS server verifications
#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
Certificate for SSL client authentication
#ssl.certificate: "/etc/pki/client/cert.pem"
Client Certificate Key
#ssl.key: "/etc/pki/client/cert.key"
Log file:
2017-03-31T09:27:53-04:00 INFO EventLog[MSExchange Management] Successfully published 1 events
2017-03-31T09:27:54-04:00 INFO EventLog[Security] Successfully published 5 events
2017-03-31T09:27:56-04:00 INFO EventLog[Security] Successfully published 4 events
2017-03-31T09:27:58-04:00 INFO EventLog[Security] Successfully published 8 events
2017-03-31T09:28:01-04:00 INFO EventLog[Security] Successfully published 17 events
2017-03-31T09:28:02-04:00 INFO EventLog[Security] Successfully published 16 events
2017-03-31T09:28:02-04:00 INFO EventLog[MSExchange Management] Successfully published 1 events
2017-03-31T09:28:04-04:00 INFO EventLog[Security] Successfully published 15 events
Says 1 event published, but can't see it in Kibana.