cd C:\\Program Filescd .\\winlogbeat-7.6.2-windows-x86_64.\\install-service-winlogbeat.ps1
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
命令并选择y
,然后重新输入以上命令。
执行命令后,如果返回下图结果则表示成功。
.\\winlogbeat.exe test config -c .\\winlogbeat.yml -e
config OK
则表示成功。Start-Service winlogbeat
output.kafka:enabled: truehosts: ["${region}-producer.cls.tencentyun.com:9095"] # TODO 服务地址;外网端口9096,内网端口9095topic: "${topicID}" # TODO topicIDversion: "0.11.0.2"compression: "${compress}" # 配置压缩方式,支持gzip,snappy,lz4;例如"lz4"username: "${logsetID}"password: "${SecurityId}#${SecurityKey}"
参数 | 说明 |
链接类型 | 当前支持 SASL_PLAINTEXT。 |
hosts | |
topic | 配置为日志主题 ID,例如 76c63473-c496-466b-XXXX-XXXXXXXXXXXX。 |
username | 配置为日志集 ID,例如 0f8e4b82-8adb-47b1-XXXX-XXXXXXXXXXXX。 |
password | 格式为 ${SecurityId}#${SecurityKey},例如 XXXXXXXXXXXXXX#YYYYYYYY。 |
# Module: mssql# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.3/filebeat-module-mssql.html- module: mssql# Fileset for native deploymentlog:enabled: true# Set custom paths for the log files. If left empty,# Filebeat will choose the paths depending on your OS.var.paths: ["D:/Program Files/Microsoft SQL Server/MSSQL10_50.MSSQLSERVER/MSSQL/Log/ERROR*"]
#进入 filebeat 的路径,具体看你自己放在哪里cd c:/filebeat#执行安装脚本,安装 filebeat 服务.\\install-service-filebeat.ps1#启动 mssql 模块.\\filebeat.exe modules enable mssql#安装模板文件.\\filebeat.exe setup -e#启动 filebeat 服务start-service filebeat
output.kafka:enabled: truehosts: ["${region}-producer.cls.tencentyun.com:9095"] # TODO 服务地址;外网端口9096,内网端口9095topic: "${topicID}" # TODO topicIDversion: "0.11.0.2"compression: "${compress}" # 配置压缩方式,支持gzip,snappy,lz4;例如"lz4"username: "${logsetID}"password: "${SecurityId}#${SecurityKey}"
参数 | 说明 |
链接类型 | 当前支持 SASL_PLAINTEXT。 |
hosts | |
topic | 配置为日志主题 ID,例如 76c63473-c496-466b-XXXX-XXXXXXXXXXXX。 |
username | 配置为日志集 ID,例如 0f8e4b82-8adb-47b1-XXXX-XXXXXXXXXXXX。 |
password | 格式为 ${SecurityId}#${SecurityKey},例如 XXXXXXXXXXXXXX#YYYYYYYY。 |
地域 | 网络类型 | 端口号 | 服务入口 |
广州 | 内网 | 9095 | gz-producer.cls.tencentyun.com:9095 |
| 外网 | 9096 | gz-producer.cls.tencentcs.com:9096 |
本页内容是否解决了您的问题?