forked from aws/amazon-kinesis-streams-for-fluent-bit
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor and add new tags, add readme (#15)
* refactor and add new tags, add readme * update readme
- Loading branch information
Jono Yan
authored
May 14, 2023
1 parent
1dcdec4
commit 68485c3
Showing
7 changed files
with
230 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# EKS enricher | ||
This EKS enricher follows the Standardize Tagging [documentation](https://canvadev.atlassian.net/wiki/spaces/OB/pages/2869725127/Standardized+Telemetry+Tagging). | ||
|
||
## Static Tags | ||
Static tags are tags that do not change during runtime. These values are parsed as environment variables in `mappings.go`. | ||
|
||
These are the following tags that are being enriched: | ||
|
||
### Resource | ||
- `cloud.partition` | ||
- `cloud.account.id` | ||
- `cloud.account.name` | ||
- `cloud.region` | ||
- `cloud.account.function` | ||
- `organization` | ||
- `cloud.provider` | ||
- `cloud.platform` | ||
|
||
### Kubernetes | ||
- `cluster.name` | ||
|
||
## Dropping logs | ||
EKS enricher is dropping logs if `log` field is empty. | ||
|
||
## Missing Kubernetes Metadata | ||
Refer to this [investigation](https://docs.google.com/document/d/1vRCUKMeo6ypnAq34iwQN7LtDsXxmlj0aYEfRofwV7A4/edit?usp=sharing). | ||
|
||
EKS enricher is currently mitigating this issue by adding `container_name` with `_missing_metadata`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.