﻿---
title: AWS CloudWatch fields
description: Fields from AWS CloudWatch logs. Fields from AWS CloudWatch logs. 
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/beats/filebeat/exported-fields-aws-cloudwatch
products:
  - Beats
  - Filebeat
applies_to:
  - Elastic Cloud Serverless: Generally available
  - Elastic Stack: Generally available
---

# AWS CloudWatch fields
Fields from AWS CloudWatch logs.

## aws.cloudwatch

Fields from AWS CloudWatch logs.
<definitions>
  <definition term="aws.cloudwatch.log_group">
    The name of the log group to which this event belongs.
    type: keyword
  </definition>
  <definition term="aws.cloudwatch.log_stream">
    The name of the log stream to which this event belongs.
    type: keyword
  </definition>
  <definition term="aws.cloudwatch.ingestion_time">
    The time the event was ingested in AWS CloudWatch.
    type: keyword
  </definition>
</definitions>