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"}
......
Could you confirm that ES was upgraded successfully? All nodes are running as expected? What OS you are hosting at?
You should first upgrade it and make sure it is stable. Then you can proceed with Kibana upgrade.
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.
Could you clarify it: you saw this log on first restart, now it is gone and Kibana works fine?
Is your problem that you're seeing a lot more logs than what you're expecting? From the logs you shared I can see a lot of debug level logs which would produce a large volume of logs.
Make sure that your logging configuration only logs on info level. If you get stuck, please share your kibana.yml
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.