绊脚石乃是进身之阶。

filebeat mysql module解析Mysql slow不匹配,请问数据库那边要怎么设置?

Beats | 作者 Goun | 发布于2019年08月02日 | 阅读数:2177

filebeat报错:
```yaml
"error": {
"message": """Provided Grok expressions do not match field value
```

my.cnf
```shell
#Disable Query Cache
log_error=/data/logs01/mysql-error.log
slow_query_log = on
slow_query_log_file = /data/logs01/mysql-slow.log
long_query_time = 1
log_warnings = 2
query_cache_type = 0
query_cache_size = 0
```
请问应该怎么修改?
已邀请:

要回复问题请先登录注册