- Download the Filebeat Windows zip file from the downloads page.
- Extract the contents of the zip file into
C:\Program Files. - Rename the
filebeat-<version>-windowsdirectory toFilebeat. - Open a PowerShell prompt as an Administrator (right-click the PowerShell icon and select Run As Administrator).
-
From the PowerShell prompt, run the following commands to install Filebeat as a Windows service:
PS > cd 'C:\Program Files\Filebeat' PS C:\Program Files\Filebeat> .\install-service-filebeat.ps1
- .\metricbeat.exe modules enable elasticsearch
- .\metricbeat.exe setup
- .\metricbeat.exe run
windows下部署
最新推荐文章于 2025-05-16 14:30:52 发布
本文指导如何从下载页面下载FilebeatWindows版本的zip文件,解压到指定路径,以管理员权限在PowerShell中运行脚本安装Filebeat并将其设置为Windows服务,同时启用Elasticsearch模块。

1万+

被折叠的 条评论
为什么被折叠?



