You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Enabling CloudWatch Logs integration has a significant performance hit.
188
+
{{< /callout >}}
189
+
186
190
Configured logging options can be retrieved using [DescribeApplication](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_DescribeApplication.html):
Logs events are reported to CloudWatch every 10 seconds.
207
211
{{< /callout >}}
208
212
213
+
LocalStack reports both Flink application and Flink framework logs to CloudWatch.
214
+
However, certain extended information such as stack traces may be missing.
215
+
You may obtain this information by execing into the Flink Docker container created by LocalStack and inspecting `/opt/flink/log`.
216
+
209
217
## Resource Tagging
210
218
211
219
You can manage [resource tags](https://docs.aws.amazon.com/managed-flink/latest/java/how-tagging.html) using [TagResource](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_TagResource.html), [UntagResource](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_UntagResource.html) and [ListTagsForResource](https://docs.aws.amazon.com/managed-flink/latest/apiv2/API_ListTagsForResource.html).
0 commit comments