Windows server部署filebeat到kafka

需求:Windows dhcp日志需要实时传输到elk或者其他告警平台。

1、filebeat下载地址:https://www.elastic.co/cn/downloads/beats/filebeat

2、下载后解压后配置filebeat.yml文件,

3、README.md文件中有运行的操作方法:cmd上进入filebeat的目录下执行filebeat -c filebeat.yml -e即可运行。

Welcome to Filebeat 8.10.3

Filebeat sends log files to Logstash or directly to Elasticsearch.

Getting Started

To get started with Filebeat, you need to set up Elasticsearch on

your localhost first. After that, start Filebeat with:

./filebeat -c filebeat.yml -e

This will start Filebeat and send the data to your Elasticsearch

instance. To load the dashboards for Filebeat into Kibana, run:

./filebeat setup -e

For further steps visit the

Quick start(https://www.elastic.co/guide/en/beats/filebeat/8.10/filebeat-installation-configuration.html) guide.

Documentation

Visit Elastic.co Docs(https://www.elastic.co/guide/en/beats/filebeat/8.10/index.html)

for the full Filebeat documentation.

Release notes

https://www.elastic.co/guide/en/beats/libbeat/8.10/release-notes-8.10.3.html

#备注:遇到gbk的文件,在centos上乱码,可以filebeat转一下

filebeat.inputs:

  • type: log

encoding: GB2312

相关推荐
Francek Chen3 小时前
【大数据处理与分析】数据仓库Hive:04 数据仓库Hive概述
大数据·数据仓库·hive·hadoop·分布式
Gl�ria5 小时前
Hadoop/YARN 集群缩容:下线DN节点
大数据·hadoop·分布式
吉甫作诵5 小时前
Kafka 集群安装与运维实战:消费组排查、Offset 重置与副本重分配
大数据·运维·分布式·kafka·消息队列
imDwAaY7 小时前
消息队列四大核心问题:顺序性、幂等性、可靠性与一致性
学习·kafka·rabbitmq
wno70419 小时前
Spring Boot整合Kafka
spring boot·kafka
是Dream呀1 天前
Harness 工程:让 Agent 真正把任务做完
人工智能·分布式·缓存·agent
yt004yt1 天前
绿岛数字化平台搭建:VOCs 监测与能碳数据一体化方案
大数据·分布式
天天喝旺仔1 天前
分布式服务容错实战:用 Sentinel 实现限流、熔断与降级
分布式·微服务·云原生·sentinel
音符犹如代码1 天前
Kafka 接入 AI 的三条路线:MCP 提案、会话记忆与实时上下文
java·大数据·ai·kafka
happy_king_zi1 天前
kafka两种部署模式的区别
kafka·消息队列·sre