Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.15](backport #4063) [Monitor AWS with Firehose] Change file name #4064

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[monitor-aws-firehose]]
[[ingest-aws-firehose]]
== Monitor Amazon Web Services ({aws}) with Amazon Data Firehose

++++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Learn how to use the Elastic Observability solution to observe and monitor a bro

- <<monitor-aws-elastic-agent,Monitor {aws} with {agent}>>
- <<monitor-aws,Monitor {aws} with {beats}>>
- <<monitor-aws-firehose,Monitor {aws} with Amazon Data Firehose>>
- <<ingest-aws-firehose,Monitor {aws} with Amazon Data Firehose>>
- <<monitor-aws-esf,Monitor {aws} with Elastic Serverless Forwarder>>

For a full list of supported AWS integrations, check the {integrations-docs}[Elastic
Expand All @@ -32,7 +32,7 @@ include::monitor-amazon-sqs.asciidoc[leveloffset=+2]

include::monitor-aws-beats.asciidoc[]

include::monitor-aws-firehose.asciidoc[]
include::ingest-aws-firehose.asciidoc[]

include::monitor-aws-vpc-flow-logs.asciidoc[leveloffset=+2]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ image::firehose-verify-events-cloudwatch.png[Verify events in CloudWatch]
image::firehose-delivery-stream.png[Firehose delivery stream]

You now have a CloudWatch log group with events coming from CloudTrail.
For more information on how to set up a Amazon Data Firehose delivery stream to send data to Elastic Cloud, you can also check the <<monitor-aws-firehose,setup guide>>.
For more information on how to set up a Amazon Data Firehose delivery stream to send data to Elastic Cloud, you can also check the <<ingest-aws-firehose,setup guide>>.

. Collect {es} endpoint and API key from your deployment on Elastic Cloud.
+
Expand Down
Loading