Connector logs
This document describes logs for connectors.
Note that self-managed deployments and self-managed connector logs are written to STDOUT.
Self-managed connectors have the following logging options:
Use the
service.log_levelsetting in your connector service configuration file to specify the log level for the service.- Enable
elasticsearch.bulk.enable_operations_loggingto log the result of sending documents to Elasticsearch from connectors, for auditing and debugging. This setting depends on theservice.log_leveland will be logged atDEBUGlevel .
- Enable
Use the
elasticsearch.log_levelsetting to specify the log level for the Elasticsearch client used by the connector service.
You can view logs in Kibana.
You can filter by service.type:
enterprise-searchconnectors
Logs use Elastic Common Schema (ECS), without extensions. See the ECS Reference^ for more information.
The fields logged are:
@timestamplog.levelecs.versionlabels.index_datetagslog.loggerservice.typeservice.versionprocess.nameprocess.pidprocess.thread.id
See Logging^ in the Elasticsearch documentation for more information.