11.4. Container exported fields
These are the Docker fields exported by the OpenShift Container Platform cluster logging available for searching from Elasticsearch and Kibana. Namespace for docker container-specific metadata. The docker.container_id is the Docker container ID.
pipeline_metadata.collector
Fields
This section contains metadata specific to the collector.
Parameter | Description |
---|---|
| FQDN of the collector. It might be different from the FQDN of the actual emitter of the logs. |
| Name of the collector. |
| Version of the collector. |
| IP address v4 of the collector server, can be an array. |
| IP address v6 of the collector server, can be an array. |
| How the log message was received by the collector whether it was TCP/UDP, or imjournal/imfile. |
| Time when the message was received by the collector. |
| The original non-parsed log message, collected by the collector or as close to the source as possible. |
pipeline_metadata.normalizer
Fields
This section contains metadata specific to the normalizer.
Parameter | Description |
---|---|
| FQDN of the normalizer. |
| Name of the normalizer. |
| Version of the normalizer. |
| IP address v4 of the normalizer server, can be an array. |
| IP address v6 of the normalizer server, can be an array. |
| how the log message was received by the normalizer whether it was TCP/UDP. |
| Time when the message was received by the normalizer. |
| The original non-parsed log message as it is received by the normalizer. |
| The field records the trace of the message. Each collector and normalizer appends information about itself and the date and time when the message was processed. |