Skip to content
Merged
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
5 changes: 2 additions & 3 deletions doc_source/fargate-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ Amazon EKS Fargate logging doesn't support dynamic configuration of `ConfigMaps`
log_group_name fluent-bit-cloudwatch
log_stream_prefix from-fluent-bit-
auto_create_group true
log_key log

parsers.conf: |
[PARSER]
Expand All @@ -100,8 +101,6 @@ Amazon EKS Fargate logging doesn't support dynamic configuration of `ConfigMaps`
Match *
Key_name log
Parser crio
Reserve_Data True
Preserve_Key True
```

1. Apply the manifest to your cluster\.
Expand Down Expand Up @@ -330,4 +329,4 @@ Events:
Warning LoggingDisabled <unknown> fargate-scheduler Disabled logging because aws-logging configmap was not found. configmap "aws-logging" not found
```

The pod events are ephemeral with a time period depending on the settings\. You can also view a pod's annotations using `kubectl describe pod pod-name`\. In the pod annotation, there is information about whether the logging feature is enabled or disabled and the reason\.
The pod events are ephemeral with a time period depending on the settings\. You can also view a pod's annotations using `kubectl describe pod pod-name`\. In the pod annotation, there is information about whether the logging feature is enabled or disabled and the reason\.