From 455662ede7690b78468c8fdd48523f7ebd6a3c5d Mon Sep 17 00:00:00 2001 From: Marcin Tojek Date: Thu, 5 May 2022 13:02:39 +0200 Subject: [PATCH] Bump up default stack version to 8.2.0 (#810) * Bump up default stack version to 8.2.0 * kubernetes: update fields * Fix format --- Makefile | 4 ++-- internal/install/stack_version.go | 2 +- .../kubernetes/data_stream/pod/fields/ecs.yml | 12 ++++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) 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.