NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
Traefik fields
editTraefik fields
editModule for parsing the Traefik log files.
traefik fields
editFields from the Traefik log files.
access fields
editContains fields for the Traefik access logs.
-
traefik.access.remote_ip
-
type: keyword
Client IP address.
-
traefik.access.duration
-
type: long
Duration of the access entry.
-
traefik.access.user_name
-
type: keyword
The user name used when basic authentication is used.
-
traefik.access.user_identifier
-
type: keyword
Is the RFC 1413 identity of the client
-
traefik.access.method
-
type: keyword
example: GET
The request HTTP method.
-
traefik.access.url
-
type: keyword
The request HTTP URL.
-
traefik.access.http_version
-
type: keyword
The HTTP version.
-
traefik.access.response_code
-
type: long
The HTTP response code.
-
traefik.access.body_sent.bytes
-
type: long
format: bytes
The number of bytes of the server response body.
-
traefik.access.referrer
-
type: keyword
The HTTP referrer.
-
traefik.access.agent
-
type: text
Contains the un-parsed user agent string. Only present if the user agent Elasticsearch plugin is not available or not used.
user_agent fields
editContains the parsed User agent field. Only present if the user agent Elasticsearch plugin is available and used.
-
traefik.access.user_agent.device
-
type: keyword
The name of the physical device.
-
traefik.access.user_agent.build
-
type: keyword
The build of the user agent.
-
traefik.access.user_agent.major
-
type: long
The major version of the user agent.
-
traefik.access.user_agent.minor
-
type: long
The minor version of the user agent.
-
traefik.access.user_agent.patch
-
type: keyword
The patch version of the user agent.
-
traefik.access.user_agent.name
-
type: keyword
example: Chrome
The name of the user agent.
-
traefik.access.user_agent.os
-
type: keyword
The name of the operating system.
-
traefik.access.user_agent.os_major
-
type: long
The major version of the operating system.
-
traefik.access.user_agent.os_minor
-
type: long
The minor version of the operating system.
-
traefik.access.user_agent.os_name
-
type: keyword
The name of the operating system.
-
traefik.access.user_agent.original
-
type: text
Original user agent value before parsing by ingest-user-agent plugin.
Field is not indexed.
geoip fields
editContains GeoIP information gathered based on the remote_ip field. Only present if the GeoIP Elasticsearch plugin is available and used.
-
traefik.access.geoip.continent_name
-
type: keyword
The name of the continent.
-
traefik.access.geoip.country_iso_code
-
type: keyword
Country ISO code.
-
traefik.access.geoip.location
-
type: geo_point
The longitude and latitude.
-
traefik.access.geoip.region_name
-
type: keyword
The region name.
-
traefik.access.geoip.city_name
-
type: keyword
The city name.
-
traefik.access.geoip.region_iso_code
-
type: keyword
Region ISO code.
-
traefik.access.request_count
-
type: long
The number of requests
-
traefik.access.frontend_name
-
type: text
The name of the frontend used
-
traefik.access.backend_url
-
type: text
The url of the backend where request is forwarded