After upgrading Kibana 7.11.1 to 7.16.2, we are seeing continuous log in Kibana log file. Also, ES queries is being printed in log.
We are seeing such continuous log in Kibana 7.11.1 after successful startup.
But We are not seeing such behavior in Kibana 7.11.1 version.
Error:
GET /_nodes?filter_path=nodes..version%2Cnodes..http.publish_address%2Cnodes.*.ip
log [11:09:48.698] [debug][plugins][taskManager] status core.status.derivedStatus now set to unavailable
log [11:09:48.761] [debug][plugins][taskManager] status core.status.derivedStatus now set to unavailable
log [11:09:48.973] [debug][plugins][taskManager] status core.status.derivedStatus now set to unavailable
log [11:09:48.978] [debug][status] Recalculated core overall status
log [11:09:48.981] [debug][core-app] Setting up core app.
log [11:09:49.000] [debug][root] starting root
log [11:09:49.000] [debug][server] starting server
log [11:09:49.002] [debug][savedobjects-service] Starting SavedObjects service
log [11:09:49.020] [info][savedobjects-service] Waiting until all Elasticsearch nodes are compatible with Kibana before starting saved objects migrations...
log [11:09:49.020] [info][savedobjects-service] Starting saved objects migrations
POST /.kibana_task_manager/_update_by_query?ignore_unavailable=true&refresh=true&conflicts=proceed
{"query":{"bool":{"must":[{"term":{"type":"task"}},{"bool":{"must":[{"bool":{"should":[{"bool":{"must":[{"term":{"task.status":"idle"}},{"range":{"task.runAt":{"lte":"now"}}}]}},{"bool":{"must":[{"bool":{"should":[{"term":{"task.status":"running"}},{"term":{"task.status":"claiming"}
......
Thank you inadvance