# 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: - https://doris.apache.org/zh-CN/docs/dev/ecosystem/beats - https://doris.apache.org/docs/dev/ecosystem/beats