- Elastic Logging Plugin for Docker:
- Elastic Logging Plugin overview
- Install and configure
- Configuration options
- Usage examples
- Troubleshoot
- Known problems and limitations
Troubleshoot
editTroubleshoot
editYou can set the debug level to capture debugging output about the Elastic Logging Plugin. To set the debug level:
-
Disable the plugin:
docker plugin disable elastic/elastic-logging-plugin:8.17.0
-
Set the debug level:
docker plugin set elastic/elastic-logging-plugin:8.17.0 LOG_DRIVER_LEVEL=debug
Where valid settings for
LOG_DRIVER_LEVEL
aredebug
,info
,warning
, orerror
. -
Enable the plugin:
docker plugin enable elastic/elastic-logging-plugin:8.17.0
To view the logs:
On Linux, the Elastic Logging Plugin logs are written to the same location as other docker logs, typically the system journal.
On MacOS, locating the logs is more complicated. For more information, see the Debugging on MacOS section in the readme file.
ElasticON events are back!
Learn about the Elastic Search AI Platform from the experts at our live events.
Register nowWas this helpful?
Thank you for your feedback.