Dear experts,
after migration from 6.5.4 to 7.10.2, I cannot display anymore my logs collected by the default Filebeat MongoDB module in Kibana Dashboard Overview [Filebeat MongoDB].
I notice some updates in the provided pipeline filebeat-x.x.x-mongodb-log-pipeline between 6.5 and 7.10.
For instance, the field mongodb.log.severity in 6.5 is replaced by log.level in 7.10 but according to 7.10 documentation mongodb.log.severity is defined as an alias to log.level. However mongodb.log.sevirity is not displayed anymore in Kibana Discover view left pannel i.e. only mongodb.log.component and mongodb.log.context are still available.
When inspecting the request invoked from Kibana dasboard, I always get 0 hints albeit I have many log entries in my index filebeat-7.10.2-mongodb-2021.01.27-000001managed by ilm.
Please help since I do not see anymore direction to investigate further more.
Thanks & Best Regards
"query": {
"bool": {
"must": [
{
"query_string": {
"query": "mongodb.log.severity: *",
"analyze_wildcard": true,
"time_zone": "Europe/Paris"
}
},
{
"query_string": {
"query": "*",
"analyze_wildcard": true,
"time_zone": "Europe/Paris"
}
}
],