﻿---
title: ICMP fields
description: ICMP specific event fields. 
url: https://www.elastic.co/elastic/docs-builder/docs/3016/reference/beats/packetbeat/exported-fields-icmp
products:
  - Beats
  - Packetbeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# ICMP fields
ICMP specific event fields.
<definitions>
  <definition term="icmp.version">
    The version of the ICMP protocol.
  </definition>
  <definition term="icmp.request.message">
    A human readable form of the request.
    type: keyword
  </definition>
  <definition term="icmp.request.type">
    The request type.
    type: long
  </definition>
  <definition term="icmp.request.code">
    The request code.
    type: long
  </definition>
  <definition term="icmp.response.message">
    A human readable form of the response.
    type: keyword
  </definition>
  <definition term="icmp.response.type">
    The response type.
    type: long
  </definition>
  <definition term="icmp.response.code">
    The response code.
    type: long
  </definition>
</definitions>