date | title | description | authors | pr_numbers | release | hide_on_release_notes | badges | aliases | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2020-03-31 |
New AWS EC2 Metadata Transform |
Enrich your events with EC2 metadata |
|
|
0.6.0 |
false |
|
|
Are your events the laughing-stock of the data warehouse? Then enrich them with
our brand spanking new aws_ec2_metadata
transform.
Configuration isn't complicated, just add and hook up the transform. If you
don't want all enrichments added then white-list them with the fields
option:
[transforms.fill_me_up]
type = "aws_ec2_metadata"
inputs = ["my-source-id"]
fields = [
"instance-id",
"local-hostname",
"public-hostname",
"public-ipv4",
"ami-id",
"availability-zone",
"region",
]
For more guidance get on the reference page.
Data is better when it's thicc 👌