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

相关推荐
liudongyang1232 小时前
麒麟系统离线安装Rabbitmq
分布式·rabbitmq
冰芒芒6 小时前
Kafka-2 Kafka的特点
分布式·kafka
xc丶卡卡6 小时前
Windows 系统上安装 Kafka
kafka·windoiws安装kafka
图乐aj6 小时前
kafka 运维基础知识
运维·kafka
yumgpkpm7 小时前
CMP(类Cloudera CDP 7.3 404版华为Kunpeng)与其他大数据平台对比
大数据·hive·hadoop·elasticsearch·kafka·hbase·cloudera
KYumii7 小时前
RabbitMQ快速上手
分布式·rabbitmq
快乐的流畅8 小时前
iChat:RabbitMQ封装
分布式·rabbitmq·ruby
xie_pin_an8 小时前
RabbitMQ 从入门到实战:核心特性、应用场景与高级用法全解析
分布式·rabbitmq
艾斯比的日常8 小时前
Kafka Partition 深度解析:原理、策略与实战优化
分布式·kafka
启明真纳8 小时前
Logstash 从 MySQL 同步数据到 Kafka
mysql·kafka·linq