-
Notifications
You must be signed in to change notification settings - Fork 1
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
Figure out how to collect AWS VPC Flow logs using Amazon Data Firehose #89
Comments
Create a Firehose streamWe need a Firehose stream to collect the VPC Flow logs and send them to a data stream on an Elastic stack. To create a Firehose stream, you can use the instructions at Monitor Amazon Web Services (AWS) with Amazon Data Firehose up to step 3. However, you must set two things differently.
Name Pick a name for your Firehose stream. Parameters Use the following parameters:
If you're publishing flow logs to a different account, create the required IAM roles, as described in IAM roles for cross account delivery. |
Create a flow log that publishes to Amazon Data Firehose
|
Goal
Suppose I own an AWS account, and I want to export AWS VPC Flow log events from AWS to an Elastic cluster.
Context
What are the VPC Flow logs?
Requirements & Limitations
Preparation
Steps
Overview
Resources
The text was updated successfully, but these errors were encountered: