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

相关推荐
一张假钞6 分钟前
Spark的基本概念
大数据·分布式·spark
一张假钞12 分钟前
Spark On Yarn External Shuffle Service
大数据·分布式·spark
大秦王多鱼27 分钟前
Kafka SASL/SCRAM介绍
分布式·安全·kafka·apache
优人ovo3 小时前
详解Kafka并行计算架构
分布式·架构·kafka
S-X-S11 小时前
RabbitMQ持久化队列配置修改问题
分布式·rabbitmq
圣心15 小时前
Kafka 使用说明(kafka官方文档中文)
分布式·kafka·linq
圣心16 小时前
Kafka中文文档
分布式·kafka
gentle coder16 小时前
Redis_Redission的入门案例、多主案例搭建、分布式锁进行加锁、解锁底层源码解析
java·redis·分布式
大秦王多鱼16 小时前
Kafka SASL/PLAIN介绍
分布式·安全·kafka
苏苏大大17 小时前
Kafka下载
分布式·kafka