【Ubuntu】安装filebeat

在Ubuntu系统上安装filebeat

1. 添加ElasticSearch的GPG密钥

bash 复制代码
wget -qO - https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -

2. 添加ElasticSearch的APT存储库

bash 复制代码
echo "deb https://artifacts.elastic.co/packages/oss-8.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-8.x.list

3. 更新APT软件包索引

bash 复制代码
sudo apt update

4. 安装filebeat

bash 复制代码
sudo apt install filebeat

5. 配置filebeat

bash 复制代码
sudo vim /etc/filebeat/filebeat.yml
# 根据需求修改配置

6. 启动filebeat

bash 复制代码
sudo systemctl enable filebeat
sudo systemctl start filebeat
相关推荐
上海文顺负载箱2 分钟前
如何评估焊机测试负载均衡性能
运维·负载均衡
有谁看见我的剑了?1 小时前
Ubuntu 22.04.5 配置vlan子接口和网桥
服务器·网络·ubuntu
铁锤妹妹头发多1 小时前
新手用docker真**难受
运维·docker·容器
2739920291 小时前
Ubuntu20.04 安装build-essential问题
linux
超栈1 小时前
HCIP(11)-期中综合实验(BGP、Peer、OSPF、VLAN、IP、Route-Policy)
运维·网络·网络协议·计算机网络·web安全·网络安全·信息与通信
Cachel wood1 小时前
Github配置ssh key原理及操作步骤
运维·开发语言·数据库·windows·postgresql·ssh·github
编程一生1 小时前
回调数据丢了?
运维·服务器·前端
华为云PaaS服务小智1 小时前
华为大咖说 | 浅谈智能运维技术
运维·华为·华为云
zhd15306915625ff3 小时前
化工厂主要涉及的自动化备件有哪些?
运维·自动化·化工厂
Jason-河山3 小时前
利用API返回值实现商品信息自动化更新:技术与实践
运维·自动化