开启 Windows Event Log 监控,平台列表无数据
配置如下:
init_config:
instances:
- tags:
- Info_system
type:
- Information
log_file:
- System
- tags:
- sqlserver
type:
- Warning
- Error
log_file:
- Application
source_name:
- MSSQLSERVER
问题原因
Win32 Event Log 监控,只是用于采集事件查看器中产生的事件,对应的信息会在事件流中显示,并不会有指标产生。
解决方案
这里需要注意一点,如果事件查看器中日志级别是中文,则配置文件中也应是中文,所以上面的配置需要修正如下:
init_config:
instances:
- tags:
- Info_system
type:
- 信息
log_file:
- System
- tags:
- sqlserver
type:
- 警告
- 错误
log_file:
- Application
source_name:
- MSSQLSERVER