スキップしてコンテンツを表示

Ingesting AWS CloudWatch Logs via AWS Kinesis Firehose

0

Hello, an application is going through testing and is super verbose in its logging at the moment. Is there a solution to stream logs from EC2 to Kinesis Firehose using CloudWatch agent or any other way?

1回答
2
承認された回答

Hello.

If you want to send logs directly from EC2 to Kinesis Data Firehose, I think you need to use Kinesis Agent instead of CloudWatch Agent.
https://repost.aws/knowledge-center/kinesis-data-firehose-agent-ec2-metadata

By the way, is there any reason why you would want to send logs to Kinesis Data Firehose instead of CloudWatch Logs?

エキスパート
回答済み 2年前
エキスパート
レビュー済み 2年前
  • I was thinking about sending logs from EC2 or ECS (down the line), using an agent to Kinesis Firehose with S3 as destination. So not using CloudWatch logs at all because the application is nearing the putlogevents quota.

  • In that case, I think you should use Kinesis Agent to send the logs.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ