- Filebeat Reference: other versions:
- Overview
- Contributing to Beats
- Getting Started With Filebeat
- Step 1: Install Filebeat
- Step 2: Configure Filebeat
- Step 3: Configure Filebeat to use Logstash
- Step 4: Load the index template in Elasticsearch
- Step 5: Set up the Kibana dashboards
- Step 6: Start Filebeat
- Step 7: View the sample Kibana dashboards
- Quick start for common log formats
- Repositories for APT and YUM
- Setting up and running Filebeat
- Upgrading Filebeat
- How Filebeat works
- Configuring Filebeat
- Specify which modules to run
- Set up prospectors
- Manage multiline messages
- Specify general settings
- Load external configuration files
- Configure the internal queue
- Configure the output
- Load balance the output hosts
- Specify SSL settings
- Filter and enhance the exported data
- Parse logs by using ingest node
- Set up project paths
- Set up the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Set up logging
- Use environment variables in the configuration
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- filebeat.reference.yml
- Modules
- Exported fields
- Securing Filebeat
- Troubleshooting
- Migrating from Logstash Forwarder to Filebeat
WARNING: Version 6.1 of Filebeat has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. 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
edittype: keyword
Client IP address.
traefik.access.user_name
edittype: keyword
The user name used when basic authentication is used.
traefik.access.method
edittype: keyword
example: GET
The request HTTP method.
traefik.access.url
edittype: keyword
The request HTTP URL.
traefik.access.http_version
edittype: keyword
The HTTP version.
traefik.access.response_code
edittype: long
The HTTP response code.
traefik.access.body_sent.bytes
edittype: long
format: bytes
The number of bytes of the server response body.
traefik.access.referrer
edittype: keyword
The HTTP referrer.
traefik.access.agent
edittype: 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
edittype: keyword
The name of the physical device.
traefik.access.user_agent.major
edittype: long
The major version of the user agent.
traefik.access.user_agent.minor
edittype: long
The minor version of the user agent.
traefik.access.user_agent.patch
edittype: keyword
The patch version of the user agent.
traefik.access.user_agent.name
edittype: keyword
example: Chrome
The name of the user agent.
traefik.access.user_agent.os
edittype: keyword
The name of the operating system.
traefik.access.user_agent.os_major
edittype: long
The major version of the operating system.
traefik.access.user_agent.os_minor
edittype: long
The minor version of the operating system.
traefik.access.user_agent.os_name
edittype: keyword
The name of the operating system.
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
edittype: keyword
The name of the continent.
traefik.access.geoip.country_iso_code
edittype: keyword
Country ISO code.
traefik.access.geoip.location
edittype: geo_point
The longitude and latitude.
traefik.access.geoip.region_name
edittype: keyword
The region name.
traefik.access.geoip.city_name
edittype: keyword
The city name.
traefik.access.request_count
edittype: long
The number of requests
traefik.access.frontend_name
edittype: text
The name of the frontend used
traefik.access.backend_url
edittype: text
The url of the backend where request is forwarded
On this page
- traefik fields
- access fields
traefik.access.remote_ip
traefik.access.user_name
traefik.access.method
traefik.access.url
traefik.access.http_version
traefik.access.response_code
traefik.access.body_sent.bytes
traefik.access.referrer
traefik.access.agent
- user_agent fields
traefik.access.user_agent.device
traefik.access.user_agent.major
traefik.access.user_agent.minor
traefik.access.user_agent.patch
traefik.access.user_agent.name
traefik.access.user_agent.os
traefik.access.user_agent.os_major
traefik.access.user_agent.os_minor
traefik.access.user_agent.os_name
- geoip fields
traefik.access.geoip.continent_name
traefik.access.geoip.country_iso_code
traefik.access.geoip.location
traefik.access.geoip.region_name
traefik.access.geoip.city_name
traefik.access.request_count
traefik.access.frontend_name
traefik.access.backend_url