Similar to #7654 we are seeing the same issue in the AWS integration. When user customizes the dataset name when installing integration, event.dataset is wrong. Then event ingestion will fail with error:
"2023-12-18T06:57:54.078Z" [constant_keyword] field [event.dataset] only accepts values that are equal to the value defined in the mappings [aws.cloudwatch_logs], but got [foo]\"}}, dropping event!
This field should be added by the agent so we should remove hardcoded value for event.dataset in all integrations.
Similar to #7654 we are seeing the same issue in the AWS integration. When user customizes the
datasetname when installing integration,event.datasetis wrong. Then event ingestion will fail with error:This field should be added by the agent so we should remove hardcoded value for
event.datasetin all integrations.