File tree Expand file tree Collapse file tree 4 files changed +16
-1
lines changed
Expand file tree Collapse file tree 4 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ - version : " 0.4.0"
2+ changes :
3+ - description : Add dot_expander processor into metrics ingest pipeline.
4+ type : enhancement
5+ link : https://github.com/elastic/integrations/pull/10699
16- version : " 0.3.0"
27 changes :
38 - description : Add runtime dataset for collecting runtime metrics.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: aws_bedrock
33title : AWS Bedrock
44description : Collect AWS Bedrock model invocation logs and runtime metrics with Elastic Agent.
55type : integration
6- version : " 0.3 .0"
6+ version : " 0.4 .0"
77categories :
88 - aws
99conditions :
Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 1.2.0"
3+ changes :
4+ - description : Add AWS Bedrock runtime metrics to Firehose rerouting.
5+ type : enhancement
6+ link : https://github.com/elastic/integrations/pull/10699
27- version : " 1.1.0"
38 changes :
49 - description : Add routing rules for metrics from Firehose.
Original file line number Diff line number Diff line change 105105 namespace :
106106 - " {{data_stream.namespace}}"
107107 - default
108+ - target_dataset : aws_bedrock.runtime
109+ if : ctx['aws.cloudwatch.namespace'] != null && ctx['aws.cloudwatch.namespace'] == "AWS/Bedrock"
110+ namespace :
111+ - " {{data_stream.namespace}}"
112+ - default
You can’t perform that action at this time.
0 commit comments