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
We are seeing some errors for CloudTrail on es-loader with object mapping for [requestParameters.overrides.containerOverrides.environment] tried to parse field [environment] as object, but found a concrete value. This error seems to come from CloudTrail entries where there is "environment": "HIDDEN_DUE_TO_SECURITY_REASONS" instead of an object/hash.
This is happening with a deployment of this sample at v2.10.2a, on AWS-managed OpenSearch 2.11.
I see this key for a couple actions, snippets from examples below.
We are seeing some errors for CloudTrail on es-loader with
object mapping for [requestParameters.overrides.containerOverrides.environment] tried to parse field [environment] as object, but found a concrete value
. This error seems to come from CloudTrail entries where there is"environment": "HIDDEN_DUE_TO_SECURITY_REASONS"
instead of an object/hash.This is happening with a deployment of this sample at v2.10.2a, on AWS-managed OpenSearch 2.11.
I see this key for a couple actions, snippets from examples below.
From Batch / Step Functions
SubmitJob
(no error):From ECS
RunTask
(error):The text was updated successfully, but these errors were encountered: