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

相关推荐
Lucas6493 小时前
kafka的安装及简单使用
分布式·kafka
掘金-我是哪吒3 小时前
分布式微服务系统架构第127集:cassandra安装部署
分布式·微服务·云原生·架构·系统架构
MZWeiei4 小时前
Spark任务调度流程详解
大数据·分布式·spark·scala
бесплатно4 小时前
Spark-Core(RDD行动算子)
大数据·分布式·spark
Cxzzzzzzzzzz7 小时前
Kafka的基本概念和Dokcer中部署Kafka
分布式·kafka
搞不懂语言的程序员7 小时前
Kafka Controller的作用是什么?故障时如何恢复? (管理分区和副本状态;通过ZooKeeper选举新Controller)
分布式·zookeeper·kafka
onkel in blog9 小时前
【Docker】Docker Compose方式搭建分布式内存数据库(Redis)集群
数据库·redis·分布式·docker
努力也学不会java12 小时前
【RabbitMQ】 RabbitMQ高级特性(一)
分布式·rabbitmq·ruby
liuhongJAVAEn13 小时前
分布式-Redis分布式锁
数据库·redis·分布式
IvanCodes14 小时前
三、Hadoop1.X及其组件的深度剖析
大数据·hadoop·分布式