Custom logstash_filter for elk(elasticsearch,logstash,kibana)
FileBeat configuration for Mysql SlowQuery parsing
-
paths:
- {SlowQuery File Path}
document_type: mysql-slow
tail_files: false
multiline:
pattern: "^# Time:"
negate: true
match: after
FileBeat configuration for Mysql Errorlog parsing
-
paths:
- {Mysql Error File Path}
document_type: mysql_error