﻿---
title: Apache fields
description: Apache Module Apache fields. Contains fields for the Apache HTTP Server access logs. Fields from the Apache error logs. 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/filebeat/exported-fields-apache
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# Apache fields
Apache Module

## apache

Apache fields.

## access

Contains fields for the Apache HTTP Server access logs.
<definitions>
  <definition term="apache.access.ssl.protocol">
    SSL protocol version.
    type: keyword
  </definition>
  <definition term="apache.access.ssl.cipher">
    SSL cipher name.
    type: keyword
  </definition>
</definitions>


## error

Fields from the Apache error logs.
<definitions>
  <definition term="apache.error.module">
    The module producing the logged message.
    type: keyword
  </definition>
</definitions>