diff --git a/Makefile b/Makefile index 15cf1cb2f..9f5aed7fb 100644 --- a/Makefile +++ b/Makefile @@ -58,10 +58,10 @@ test-stack-command-oldest: ./scripts/test-stack-command.sh 7.14.2 test-stack-command-7x: - ./scripts/test-stack-command.sh 7.17.1-SNAPSHOT + ./scripts/test-stack-command.sh 7.17.3-SNAPSHOT test-stack-command-8x: - ./scripts/test-stack-command.sh 8.2.0-SNAPSHOT + ./scripts/test-stack-command.sh 8.3.0-SNAPSHOT test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x diff --git a/internal/install/stack_version.go b/internal/install/stack_version.go index 0e88f2db1..f493962d1 100644 --- a/internal/install/stack_version.go +++ b/internal/install/stack_version.go @@ -6,5 +6,5 @@ package install const ( // DefaultStackVersion is the default version of the stack - DefaultStackVersion = "8.1.0" + DefaultStackVersion = "8.2.0" ) diff --git a/test/packages/with-kind/kubernetes/data_stream/pod/fields/ecs.yml b/test/packages/with-kind/kubernetes/data_stream/pod/fields/ecs.yml index cd4e3a89b..1f83d6a40 100644 --- a/test/packages/with-kind/kubernetes/data_stream/pod/fields/ecs.yml +++ b/test/packages/with-kind/kubernetes/data_stream/pod/fields/ecs.yml @@ -8,3 +8,15 @@ name: orchestrator.cluster.name - external: ecs name: orchestrator.cluster.url +- name: container.network.egress.bytes + type: long + format: bytes + metric_type: counter + description: | + Total number of outgoing bytes. +- name: container.network.ingress.bytes + type: long + format: bytes + metric_type: counter + description: |- + Total number of incoming bytes.