There is separate thread to DM cool I was able to ingest cloudwatch logs for ecs and lambda with data manager Now i need to add tags like env= service= custom= to enrich logs Same was done for metrics with otel collector flags and UF For logs ingested with DM can i add aws resource tag to cloudwatch loggroup i'm ingesting and expect this tag (key-value pair) to be added to logs Another possible solution could be to use splunk log driver directly from ecs instead of cloudwatch. Then according to documentation with env flag of splunk log driver I should be able to add some container env to log message Same question for the lambdas. But if only cloudwatch loggroup aws resource tags from the loggroup are able to be attached to ingested message. Any suggestions?
... View more