logging - Standardize log data in ELK - Elastic Logstash Kibana -
i'm using elk log managment.
what best practice manage log level. in 1 log lower case @ other bigger case.
where best place resolve this?
- at logstash?
- at elastic db?
- kibana while execute query?
and how?
two suggestions:
- normalize string value. whether it's "debug", "debug" or "debug" you.
- add numerical equivalent.
this way, can run queries like: "severity_num:<=3" bad stuff , use string "severity" field in display.
more details here.
Comments
Post a Comment