- Filebeat Reference: other versions:
- Overview
- 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: modules 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
- Configure inputs
- Manage multiline messages
- Specify general settings
- Load external configuration files
- Configure the internal queue
- Configure the output
- Configure index lifecycle management
- Load balance the output hosts
- Specify SSL settings
- Filter and enhance the exported data
- Define processors
- Add cloud metadata
- Add fields
- Add labels
- Add the local time zone
- Add tags
- Decode JSON fields
- Drop events
- Drop fields from events
- Keep fields from events
- Rename fields from events
- Add Kubernetes metadata
- Add Docker metadata
- Add Host metadata
- Dissect strings
- DNS Reverse Lookup
- Add process metadata
- Parse data by using ingest node
- Enrich events with geoIP information
- Configure project paths
- Configure the Kibana endpoint
- Load the Kibana dashboards
- Load the Elasticsearch index template
- Configure logging
- Use environment variables in the configuration
- Autodiscover
- YAML tips and gotchas
- Regular expression support
- HTTP Endpoint
- filebeat.reference.yml
- Beats central management
- Modules
- Modules overview
- Apache module
- Auditd module
- Elasticsearch module
- haproxy module
- Icinga module
- IIS module
- Iptables module
- Kafka module
- Kibana module
- Logstash module
- MongoDB module
- MySQL module
- Nginx module
- Osquery module
- PostgreSQL module
- Redis module
- Santa module
- Suricata module
- System module
- Traefik module
- Zeek (Bro) Module
- Exported fields
- Apache fields
- Auditd fields
- Beat fields
- Cloud provider metadata fields
- Docker fields
- ECS fields
- elasticsearch fields
- haproxy fields
- Host fields
- Icinga fields
- IIS fields
- iptables fields
- Kafka fields
- kibana fields
- Kubernetes fields
- Log file content fields
- logstash fields
- mongodb fields
- MySQL fields
- NetFlow fields
- Nginx fields
- Osquery fields
- PostgreSQL fields
- Process fields
- Redis fields
- Google Santa fields
- Suricata fields
- System fields
- Traefik fields
- Zeek fields
- Monitoring Filebeat
- Securing Filebeat
- Troubleshooting
- Contributing to Beats
Apache fields
editApache fields
editApache Module
apache2 fields
editAliases for backward compatibility with old apache2 fields
-
apache2.access.remote_ip
-
type: alias
alias to: source.address
-
apache2.access.ssl.protocol
-
type: alias
alias to: apache.access.ssl.protocol
-
apache2.access.ssl.cipher
-
type: alias
alias to: apache.access.ssl.cipher
-
apache2.access.body_sent.bytes
-
type: alias
alias to: http.response.body.bytes
-
apache2.access.user_name
-
type: alias
alias to: user.name
-
apache2.access.method
-
type: alias
alias to: http.request.method
-
apache2.access.url
-
type: alias
alias to: url.original
-
apache2.access.http_version
-
type: alias
alias to: http.version
-
apache2.access.response_code
-
type: alias
alias to: http.response.status_code
-
apache2.access.referrer
-
type: alias
alias to: http.request.referrer
-
apache2.access.agent
-
type: alias
alias to: user_agent.original
-
apache2.access.user_agent.device
-
type: alias
alias to: user_agent.device.name
-
apache2.access.user_agent.name
-
type: alias
alias to: user_agent.name
-
apache2.access.user_agent.os
-
type: alias
alias to: user_agent.os.full_name
-
apache2.access.user_agent.os_name
-
type: alias
alias to: user_agent.os.name
-
apache2.access.user_agent.original
-
type: alias
alias to: user_agent.original
-
apache2.access.geoip.continent_name
-
type: alias
alias to: source.geo.continent_name
-
apache2.access.geoip.country_iso_code
-
type: alias
alias to: source.geo.country_iso_code
-
apache2.access.geoip.location
-
type: alias
alias to: source.geo.location
-
apache2.access.geoip.region_name
-
type: alias
alias to: source.geo.region_name
-
apache2.access.geoip.city_name
-
type: alias
alias to: source.geo.city_name
-
apache2.access.geoip.region_iso_code
-
type: alias
alias to: source.geo.region_iso_code
-
apache2.error.level
-
type: alias
alias to: log.level
-
apache2.error.message
-
type: alias
alias to: message
-
apache2.error.pid
-
type: alias
alias to: process.pid
-
apache2.error.tid
-
type: alias
alias to: process.thread.id
-
apache2.error.module
-
type: alias
alias to: apache.error.module
apache fields
editApache fields.
access fields
editContains fields for the Apache HTTP Server access logs.
-
apache.access.ssl.protocol
-
type: keyword
SSL protocol version.
-
apache.access.ssl.cipher
-
type: keyword
SSL cipher name.
error fields
editFields from the Apache error logs.
-
apache.error.module
-
type: keyword
The module producing the logged message.