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

相关推荐
武子康1 小时前
大数据-54 Kafka 安装配置 从 ZooKeeper 到 KRaft 的演进之路
大数据·后端·kafka
sunxunyong2 小时前
kafka开启Kerberos使用方式
分布式·kafka·linq
风象南3 小时前
用 4 张图解释 CAP 到底在纠结什么
java·分布式·后端
久念祈10 小时前
C++ - 仿 RabbitMQ 实现消息队列--服务端核心模块实现(四)
分布式·rabbitmq
GEM的左耳返12 小时前
Java面试全攻略:Spring生态与微服务架构实战
spring boot·redis·spring cloud·微服务·kafka·java面试
白鹭15 小时前
基于LNMP架构的分布式个人博客搭建
linux·运维·服务器·网络·分布式·apache
不辉放弃15 小时前
kafka的消费者负载均衡机制
数据库·分布式·kafka·负载均衡
java叶新东老师17 小时前
三、搭建springCloudAlibaba2021.1版本分布式微服务-springcloud loadbalancer负载均衡
分布式·spring cloud·微服务
沉下去,苦磨练!19 小时前
kafka的部署和jmeter连接kafka
分布式·jmeter·kafka
shinelord明21 小时前
【计算机网络架构】网状型架构简介
大数据·分布式·计算机网络·架构·计算机科学与技术