Apache2 fieldsedit

Apache2 Module

apache2 fieldsedit

Apache2 fields.

access fieldsedit

Contains fields for the Apache2 HTTPD access logs.

apache2.access.remote_ipedit

type: keyword

Client IP address.

apache2.access.user_nameedit

type: keyword

The user name used when basic authentication is used.

apache2.access.methodedit

type: keyword

example: GET

The request HTTP method.

apache2.access.urledit

type: keyword

The request HTTP URL.

apache2.access.http_versionedit

type: keyword

The HTTP version.

apache2.access.response_codeedit

type: long

The HTTP response code.

apache2.access.body_sent.bytesedit

type: long

format: bytes

The number of bytes of the server response body.

apache2.access.referreredit

type: keyword

The HTTP referrer.

apache2.access.agentedit

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 fieldsedit

Contains the parsed User agent field. Only present if the user agent Elasticsearch plugin is available and used.

apache2.access.user_agent.deviceedit

type: keyword

The name of the physical device.

apache2.access.user_agent.majoredit

type: long

The major version of the user agent.

apache2.access.user_agent.minoredit

type: long

The minor version of the user agent.

apache2.access.user_agent.patchedit

type: keyword

The patch version of the user agent.

apache2.access.user_agent.nameedit

type: keyword

example: Chrome

The name of the user agent.

apache2.access.user_agent.osedit

type: keyword

The name of the operating system.

apache2.access.user_agent.os_majoredit

type: long

The major version of the operating system.

apache2.access.user_agent.os_minoredit

type: long

The minor version of the operating system.

apache2.access.user_agent.os_nameedit

type: keyword

The name of the operating system.

geoip fieldsedit

Contains GeoIP information gathered based on the remote_ip field. Only present if the GeoIP Elasticsearch plugin is available and used.

apache2.access.geoip.continent_nameedit

type: keyword

The name of the continent.

apache2.access.geoip.country_iso_codeedit

type: keyword

Country ISO code.

apache2.access.geoip.locationedit

type: geo_point

The longitude and latitude.

apache2.access.geoip.region_nameedit

type: keyword

The region name.

apache2.access.geoip.city_nameedit

type: keyword

The city name.

error fieldsedit

Fields from the Apache error logs.

apache2.error.leveledit

type: keyword

The severity level of the message.

apache2.error.clientedit

type: keyword

The IP address of the client that generated the error.

apache2.error.messageedit

type: text

The logged message.

apache2.error.pidedit

type: long

The process ID.

apache2.error.tidedit

type: long

The thread ID.

apache2.error.moduleedit

type: keyword

The module producing the logged message.