- Filebeat Reference: other versions:
- Filebeat overview
- Quick start: installation and configuration
- Set up and run
- Upgrade
- How Filebeat works
- Configure
- Inputs
- Modules
- General settings
- Project paths
- Config file loading
- Output
- Kerberos
- SSL
- Index lifecycle management (ILM)
- Elasticsearch index template
- Kibana endpoint
- Kibana dashboards
- Processors
- Define processors
- add_cloud_metadata
- add_cloudfoundry_metadata
- add_docker_metadata
- add_fields
- add_host_metadata
- add_id
- add_kubernetes_metadata
- add_labels
- add_locale
- add_network_direction
- add_observer_metadata
- add_process_metadata
- add_tags
- community_id
- convert
- copy_fields
- decode_base64_field
- decode_cef
- decode_csv_fields
- decode_json_fields
- decompress_gzip_field
- detect_mime_type
- dissect
- dns
- drop_event
- drop_fields
- extract_array
- fingerprint
- include_fields
- rate_limit
- registered_domain
- rename
- script
- timestamp
- translate_sid
- truncate_fields
- urldecode
- Autodiscover
- Internal queue
- Load balancing
- Logging
- HTTP endpoint
- Regular expression support
- Instrumentation
- filebeat.reference.yml
- How to guides
- Override configuration settings
- Load the Elasticsearch index template
- Change the index name
- Load Kibana dashboards
- Load ingest pipelines
- Enrich events with geoIP information
- Deduplicate data
- Parse data by using ingest node
- Use environment variables in the configuration
- Avoid YAML formatting problems
- Beats central management
- Modules
- Modules overview
- ActiveMQ module
- Apache module
- Auditd module
- AWS module
- Azure module
- Barracuda module
- Bluecoat module
- CEF module
- Check Point module
- Cisco module
- CoreDNS module
- Crowdstrike module
- Cyberark module
- Cylance module
- Elasticsearch module
- Envoyproxy Module
- F5 module
- Fortinet module
- Google Cloud module
- Google Workspace module
- GSuite module
- haproxy module
- IBM MQ module
- Icinga module
- IIS module
- Imperva module
- Infoblox module
- Iptables module
- Juniper module
- Kafka module
- Kibana module
- Logstash module
- Microsoft module
- MISP module
- MongoDB module
- MSSQL module
- MySQL module
- MySQL Enterprise module
- nats module
- NetFlow module
- Netscout module
- Nginx module
- Office 365 module
- Okta module
- Oracle module
- Osquery module
- Palo Alto Networks module
- PostgreSQL module
- Proofpoint module
- RabbitMQ module
- Radware module
- Redis module
- Santa module
- Snort module
- Snyk module
- Sonicwall module
- Sophos module
- Squid module
- Suricata module
- System module
- Tomcat module
- Traefik module
- Zeek (Bro) Module
- Zoom module
- Zscaler module
- Exported fields
- ActiveMQ fields
- Apache fields
- Auditd fields
- AWS fields
- aws-cloudwatch fields
- Azure fields
- Barracuda Web Application Firewall fields
- Beat fields
- Blue Coat Director fields
- Decode CEF processor fields fields
- CEF fields
- Checkpoint fields
- Cisco fields
- Cloud provider metadata fields
- Coredns fields
- Crowdstrike fields
- Cyber-Ark fields
- CylanceProtect fields
- Docker fields
- ECS fields
- Elasticsearch fields
- Envoyproxy fields
- Big-IP Access Policy Manager fields
- Fortinet fields
- Google Cloud Platform (GCP) fields
- google_workspace fields
- gsuite fields
- HAProxy fields
- Host fields
- ibmmq fields
- Icinga fields
- IIS fields
- Imperva SecureSphere fields
- Infoblox NIOS fields
- iptables fields
- Jolokia Discovery autodiscover provider fields
- Juniper JUNOS fields
- Kafka fields
- kibana fields
- Kubernetes fields
- Log file content fields
- logstash fields
- Microsoft fields
- MISP fields
- mongodb fields
- mssql fields
- MySQL fields
- MySQL Enterprise fields
- NATS fields
- NetFlow fields
- Arbor Peakflow SP fields
- Nginx fields
- Office 365 fields
- Okta fields
- Oracle fields
- Osquery fields
- panw fields
- PostgreSQL fields
- Process fields
- Proofpoint Email Security fields
- RabbitMQ fields
- Radware DefensePro fields
- Redis fields
- s3 fields
- Google Santa fields
- Snort/Sourcefire fields
- Snyk fields
- Sonicwall-FW fields
- sophos fields
- Squid fields
- Suricata fields
- System fields
- Apache Tomcat fields
- Traefik fields
- Zeek fields
- Zoom fields
- Zscaler NSS fields
- Monitor
- Secure
- Troubleshoot
- Get help
- Debug
- Common problems
- Can’t read log files from network volumes
- Filebeat isn’t collecting lines from a file
- Too many open file handlers
- Registry file is too large
- Inode reuse causes Filebeat to skip lines
- Log rotation results in lost or duplicate events
- Open file handlers cause issues with Windows file rotation
- Filebeat is using too much CPU
- Dashboard in Kibana is breaking up data fields incorrectly
- Fields are not indexed or usable in Kibana visualizations
- Filebeat isn’t shipping the last line of a file
- Filebeat keeps open file handlers of deleted files for a long time
- Filebeat uses too much bandwidth
- Error loading config file
- Found unexpected or unknown characters
- Logstash connection doesn’t work
- Publishing to Logstash fails with "connection reset by peer" message
- @metadata is missing in Logstash
- Not sure whether to use Logstash or Beats
- SSL client fails to connect to Logstash
- Monitoring UI shows fewer Beats than expected
- Dashboard could not locate the index-pattern
- Contribute to Beats
IIS fields
editIIS fields
editModule for parsing IIS log files.
iis
editFields from IIS log files.
access
editContains fields for IIS access logs.
-
iis.access.sub_status
-
The HTTP substatus code.
type: long
-
iis.access.win32_status
-
The Windows status code.
type: long
-
iis.access.site_name
-
The site name and instance number.
type: keyword
-
iis.access.server_name
-
The name of the server on which the log file entry was generated.
type: keyword
-
iis.access.cookie
-
The content of the cookie sent or received, if any.
type: keyword
-
iis.access.body_received.bytes
-
type: alias
alias to: http.request.body.bytes
-
iis.access.body_sent.bytes
-
type: alias
alias to: http.response.body.bytes
-
iis.access.server_ip
-
type: alias
alias to: destination.address
-
iis.access.method
-
type: alias
alias to: http.request.method
-
iis.access.url
-
type: alias
alias to: url.path
-
iis.access.query_string
-
type: alias
alias to: url.query
-
iis.access.port
-
type: alias
alias to: destination.port
-
iis.access.user_name
-
type: alias
alias to: user.name
-
iis.access.remote_ip
-
type: alias
alias to: source.address
-
iis.access.referrer
-
type: alias
alias to: http.request.referrer
-
iis.access.response_code
-
type: alias
alias to: http.response.status_code
-
iis.access.http_version
-
type: alias
alias to: http.version
-
iis.access.hostname
-
type: alias
alias to: host.hostname
-
iis.access.user_agent.device
-
type: alias
alias to: user_agent.device.name
-
iis.access.user_agent.name
-
type: alias
alias to: user_agent.name
-
iis.access.user_agent.os
-
type: alias
alias to: user_agent.os.full_name
-
iis.access.user_agent.os_name
-
type: alias
alias to: user_agent.os.name
-
iis.access.user_agent.original
-
type: alias
alias to: user_agent.original
-
iis.access.geoip.continent_name
-
type: alias
alias to: source.geo.continent_name
-
iis.access.geoip.country_iso_code
-
type: alias
alias to: source.geo.country_iso_code
-
iis.access.geoip.location
-
type: alias
alias to: source.geo.location
-
iis.access.geoip.region_name
-
type: alias
alias to: source.geo.region_name
-
iis.access.geoip.city_name
-
type: alias
alias to: source.geo.city_name
-
iis.access.geoip.region_iso_code
-
type: alias
alias to: source.geo.region_iso_code
error
editContains fields for IIS error logs.
-
iis.error.reason_phrase
-
The HTTP reason phrase.
type: keyword
-
iis.error.queue_name
-
The IIS application pool name.
type: keyword
-
iis.error.remote_ip
-
type: alias
alias to: source.address
-
iis.error.remote_port
-
type: alias
alias to: source.port
-
iis.error.server_ip
-
type: alias
alias to: destination.address
-
iis.error.server_port
-
type: alias
alias to: destination.port
-
iis.error.http_version
-
type: alias
alias to: http.version
-
iis.error.method
-
type: alias
alias to: http.request.method
-
iis.error.url
-
type: alias
alias to: url.original
-
iis.error.response_code
-
type: alias
alias to: http.response.status_code
-
iis.error.geoip.continent_name
-
type: alias
alias to: source.geo.continent_name
-
iis.error.geoip.country_iso_code
-
type: alias
alias to: source.geo.country_iso_code
-
iis.error.geoip.location
-
type: alias
alias to: source.geo.location
-
iis.error.geoip.region_name
-
type: alias
alias to: source.geo.region_name
-
iis.error.geoip.city_name
-
type: alias
alias to: source.geo.city_name
-
iis.error.geoip.region_iso_code
-
type: alias
alias to: source.geo.region_iso_code