﻿---
title: HTTP fields
description: HTTP module HTTP request information HTTP response information json metricset server 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/metricbeat/exported-fields-http
products:
  - Beats
  - Metricbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# HTTP fields
HTTP module

## http


## request

HTTP request information
<definitions>
  <definition term="http.request.headers">
    The HTTP headers sent
    type: object
  </definition>
</definitions>


## response

HTTP response information
<definitions>
  <definition term="http.response.headers">
    The HTTP headers received
    type: object
  </definition>
  <definition term="http.response.code">
    The HTTP status code
    type: keyword
    example: 404
  </definition>
  <definition term="http.response.phrase">
    The HTTP status phrase
    type: keyword
    example: Not found
  </definition>
</definitions>


## json

json metricset

## server

server