在Debian上安装Filebeat插件,通常有以下两种情况:
/etc/filebeat/filebeat.yml中配置相关参数来启用,如output.elasticsearch: hosts: ["localhost:9200"]。http_input.go文件编写HTTP输入插件逻辑。go build -o 插件名命令,如go build -o http_input。/opt/filebeat/plugins/inputs/。/etc/filebeat/filebeat.yml配置文件,添加自定义插件配置,如filebeat.inputs: - type: http。sudo systemctl restart filebeat。