Skip to main content

AWS Kinesis Firehose for Metrics Source

icon

This page has information about Sumo Logic’s AWS Kinesis Firehose for Metrics source.

You can use the AWS Kinesis Firehose for Metrics source to ingest CloudWatch metrics from the Amazon Kinesis Data Firehose. AWS CloudWatch Metrics can be streamed using AWS Metric Streams, a managed service that exports CloudWatch metrics data with low latency, and without management overhead or custom integration. With Metric Streams, you can create dedicated, continuous streams of metric data that can be delivered to Sumo Logic by Kinesis Data Firehose.

How it works

The diagram below illustrates the metrics collection pipeline.

kinesis.png

  1. AWS CloudWatch Metrics are streamed at a 1-minute resolution to the Metric Stream service.
  2. The Metric Streams service delivers metrics to the Kinesis Data Firehose service.
  3. The Kinesis Data Firehose service delivers the metrics to the AWS Kinesis Firehose for Metrics source for ingestion. The metrics are in the OpenTelemetry format.
  4. You can query the metrics in the Sumo Logic Metrics Explorer.
  5. Undelivered metrics are routed to a customer S3 bucket.

How long it takes for metrics to be delivered to Sumo Logic depends on the buffering settings configured for the Firehose stream—such buffering is expressed in maximum payload size or maximum wait time, whichever is reached first. If these are set to the minimum values, which are 60 seconds and 1MB respectively, the expected latency is within 3 minutes, if the selected resources have active metric updates.

Kinesis Firehose source or CloudWatch source?

In addition to the new AWS Kinesis Firehose for Metrics source, Sumo Logic also provides the  Amazon CloudWatch Metrics source. 

The key difference between the sources is how they get metrics. The CloudWatch source polls CloudWatch on a periodic basis. The Kinesis Firehose source receives metrics in streaming mode from Kinesis Firehose. Streaming metrics offers lower latency and higher durability, and avoids your AWS accounts being throttled. 

The benefits of a streaming source over a polling source include:

  • No API throttling—The Kinesis Firehose for Metrics source doesn’t consume your AWS quota by making calls to the AWS CloudWatch APIs. This offers both efficiency and cost benefits.
  • Automatic retry mechanism—Kinesis Firehose has an automatic retry mechanism for delivering metrics to the Kinesis Firehose for Metrics source. In the event of a glitch, the metrics are re-sent after the service is restored. If  that fails, Firehose stores all failed messages in a customer-owned S3 bucket for later recovery.
  • Latency is the same for all metrics, whether new, old, sparse, or continuous. This is a benefit over the AWS CloudWatch Metrics source, which doesn’t reliably ingest old or sparsely published metrics.
  • High resolution—The Kinesis Firehose streams all metrics at a 1-minute resolution. The AWS CloudWatch Metrics source supports scans as low as 1 minute, but that resolution can result in AWS account throttling and higher AWS bills
note

The AWS CloudWatch Metrics source uses AWS’s GetMetricStatistics API and as a result, supports the Unit parameter. (When a request includes the Unit parameter, only metrics with the unit specified, for example, bytes, Microseconds, and so on, are reported. The Kinesis Firehose for Metrics does not currently support the Unit parameter.

Step 1: Set up the source

In this step, you create the AWS Kinesis Firehose for Metrics source.

  1. Go to Manage Data > Collection > Collection in the Sumo Logic UI.

  2. Click Add Source next to a Hosted Collector. 

  3. Select AWS Kinesis Firehose for Metrics.

    kinesis-aws-source.png

  4. Enter a Name for the source.

  5. (Optional) Enter a Description.

  6. For Source Category, enter any string to tag the output collected from this Source. Category metadata is stored in a searchable field called _sourceCategory.

  7. For AWS Access of a Kinesis Metric source, the role requires tag:GetResources permission. The Kinesis Log source does not require permissions.

  8. Click Save.

Step 2: Set up AWS Metric Streams

In this step, you set up the AWS Metric Streams service to stream metrics to Kinesis Data Firehose using a CloudFormation template:

  1. Go to Services > CloudFormation in the AWS console.

  2. On the CloudFormation > Stack page, click Create stack.

    create-stack-icon.png

  3. On the Create stack page:

    1. Click Template is ready.
    2. Click Amazon S3 URL and paste this URL into the URL field:  https://sumologic-appdev-aws-sam-apps.s3.amazonaws.com/KinesisFirehoseCWMetrics.template.yaml.
    3. Click Next.

    step4a.png

  4. On the Specify stack details page:

    • Stack name. Enter a name for the stack. 
    • Sumo Logic Kinesis Firehose Metrics Configuration. (Required) Enter the URL of the AWS Kinesis Firehose for Metrics source.
    • Select Namespaces to collect AWS CloudWatch Metrics. Enter a comma-delimited list of the namespaces from which you want to collect AWS CloudWatch metrics.
    • Failed Data AWS S3 Bucket Configuration. Enter "Yes" to create a new bucket, or "No" if you want to use an existing bucket.
    • AWS S3 Bucket Name for Failed Data. Provide the name of Amazon S3 bucket to create, or the name of an existing bucket in the current AWS Account.
    • Click Next.

    stack.png

  5. Click Create stack.

    final-create-icon.png

  6. The AWS console displays the resources in the newly created stack.

    resources-in-stack.png

Filter CloudWatch metrics during ingestion

You can choose metrics to send or not send to Sumo Logic by setting filters on the Metric Stream that sends the metrics. You can filter by AWS namespace, either by specifying namespaces from which you want to collect metrics from, or namespaces from which you don’t. Once you configure namespaces to include or exclude, CloudWatch will only send metrics that match the rules. 

note

Inclusive and exclusive filters can’t be combined. You can choose namespaces to exclude or namespaces to include, but not both.

Include metrics by namespace

  1. Open the CloudWatch console at https://console.aws.amazon.com/cloudwatch.

  2. In the navigation pane, choose Metrics.

  3. Under Metrics, select Streams.

    metric_stream_1.png

  4. Select the metric stream and click Edit.

    metric-stream_2.png

  5. Click Selected namespaces

    metric-stream_4.png

  6. From the list of AWS namespaces, select the namespaces whose metrics you want to receive. In the screenshot below “S3” and “Billing” are selected.

    metric-stream-5.png

  7. Click Save changes at the bottom of the page.

    metric-stream-6.png

Exclude metrics by namespace

  1. Open the CloudWatch console at https://console.aws.amazon.com/cloudwatch.

  2. In the navigation pane, choose Metrics.

  3. Under Metrics, select Streams.

    metric_stream_1.png

  4. Select the metric stream and click Edit.

    metric-stream_2.png

  5. Click All metrics and select the Exclude metric namespaces option.

  6. From the list of AWS namespaces, select the namespaces whose metrics you do not want to receive.

  7. Click Save changes at the bottom of the page.

Status
Legal
Privacy Statement
Terms of Use

Copyright © 2024 by Sumo Logic, Inc.