Skip to content
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
18 changes: 17 additions & 1 deletion packages/aws/_dev/build/docs/vpcflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Logs

Module for the AWS virtual private cloud (VPC) logs which captures information
about the IP traffic going to and from network interfaces in VPC. These logs can
help with:

* Diagnosing overly restrictive security group rules
* Monitoring the traffic that is reaching your instance
* Determining the direction of the traffic to and from the network interfaces

Implementation based on the description of the flow logs from the
documentation that can be found in:

* Default Flow Log Format: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html
* Custom Format with Traffic Through a NAT Gateway: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html
* Custom Format with Traffic Through a Transit Gateway:
https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html

{{fields "vpcflow"}}

{{event "vpcflow"}}
{{event "vpcflow"}}
5 changes: 5 additions & 0 deletions packages/aws/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.10.1"
changes:
- description: Add description of supported vpcflow formats
type: enhancement
link: https://github.com/elastic/integrations/pull/2530
- version: "1.10.0"
changes:
- description: Add cloudwatch input into AWS package for log collection
Expand Down
18 changes: 17 additions & 1 deletion packages/aws/docs/vpcflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Logs

Module for the AWS virtual private cloud (VPC) logs which captures information
about the IP traffic going to and from network interfaces in VPC. These logs can
help with:

* Diagnosing overly restrictive security group rules
* Monitoring the traffic that is reaching your instance
* Determining the direction of the traffic to and from the network interfaces

Implementation based on the description of the flow logs from the
documentation that can be found in:

* Default Flow Log Format: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html
* Custom Format with Traffic Through a NAT Gateway: https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html
* Custom Format with Traffic Through a Transit Gateway:
https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html

**Exported fields**

| Field | Description | Type |
Expand Down Expand Up @@ -167,4 +183,4 @@ An example event for `vpcflow` looks as following:
}
}
}
```
```
2 changes: 1 addition & 1 deletion packages/aws/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 1.0.0
name: aws
title: AWS
version: 1.10.0
version: 1.10.1
license: basic
description: Collect logs and metrics from Amazon Web Services with Elastic Agent.
type: integration
Expand Down