# filebeat **Repository Path**: opmonitor/ed ## Basic Information - **Project Name**: filebeat - **Description**: go实现linux机器批量自动化安装filebeat采集功能 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2025-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go实现linux机器批量自动化安装filebeat采集功能 打包: make all # 1、安装filebeat ### 1)本地安装 ./ed ## 2)远程安装 ./ed -a reinstall -m remote -h 服务器地址(多个以,分隔) -u root -p 服务器密码 -a install # 2、卸载filebeat ./ed -a uninstall -m remote -h 服务器地址(多个以,分隔) -u root -p 服务器密码 -a install # 适用系统: centos7,ubuntu,centos6,centos8,suse