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

相关推荐
秃头菜狗13 分钟前
十一、Hadoop 三种部署模式对比表 & 组件介绍
分布式
帅气的小峰3 小时前
【源码剖析】5-生产者-RecordAccumulator分析
大数据·kafka·源码
nlog3n4 小时前
分布式短链接系统设计方案
java·分布式
坐吃山猪6 小时前
Kafka06-进阶-尚硅谷
kafka
云闲不收7 小时前
消息队列常见问题解决(偏kafka)—顺序消费、消息积压、消息丢失、消息积压、分布式事务
分布式·kafka
Liquad Li7 小时前
RabbitMQ 和 Kafka 对比
分布式·kafka·rabbitmq
nlog3n7 小时前
分布式任务事务框架设计与实现方案
java·分布式
熙客7 小时前
分布式调度问题:定时任务
java·分布式·spring cloud
一條狗8 小时前
学习日报 20250929|数据库与缓存一致性策略的选择
redis·mysql·kafka
nlog3n9 小时前
分布式计数器系统完整解决方案
java·分布式