in kibana 7.13.4 i can not get rid of next deprecations:
-
plugins.scanDirs is deprecated and is no longer used
-
has been deprecated and will be removed in 8.0. To set the destination moving forward, you can use the "console" appender in your logging configuration or define a custom one. For more details, see https://github.com/elastic/kibana/blob/master/src/core/server/logging/README.mdx
{"type":"log","@timestamp":"2021-09-17T16:52:02+03:00","tags":["warning","config","deprecation"],"pid":9350,"message":"plugins.scanDirs is deprecated and is no longer used"}
{"type":"log","@timestamp":"2021-09-17T16:51:20+03:00","tags":["warning","config","deprecation"],"pid":8709,"message":"\"logging.dest\" has been deprecated and will be removed in 8.0. To set the destination moving forward, you can use the \"console\" appender in your logging configuration or define a custom one. For more details, see https://github.com/elastic/kibana/blob/master/src/core/server/logging/README.mdx"}
P.s. solution from github did not help..
you can check at your side with
cat /var/log/kibana/kibana.log | grep deprecation