tree: 805ea15935b169538470cd75587a1abcda7f0ded [path history] [tgz]
  1. auditbeat/
  2. doris/
  3. example/
  4. filebeat/
  5. heartbeat/
  6. metricbeat/
  7. packetbeat/
  8. winlogbeat/
  9. .gitignore
  10. go.mod
  11. go.sum
  12. LICENSE
  13. README.md
extension/beats/README.md

Beats output plugin

Compatibility

This output is developed and tested using Beats 7.3.1

How to build

go build -o filebeat filebeat/filebeat.go
go build -o metricbeat metricbeat/metricbeat.go
go build -o winlogbeat winlogbeat/winlogbeat.go
go build -o packetbeat packetbeat/packetbeat.go
go build -o auditbeat auditbeat/auditbeat.go
go build -o heartbeat heartbeat/heartbeat.go

How to use

See: