Skip to content

Commit 455662e

Browse files
authored
Bump up default stack version to 8.2.0 (#810)
* Bump up default stack version to 8.2.0 * kubernetes: update fields * Fix format
1 parent 26e638a commit 455662e

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ test-stack-command-oldest:
5858
./scripts/test-stack-command.sh 7.14.2
5959

6060
test-stack-command-7x:
61-
./scripts/test-stack-command.sh 7.17.1-SNAPSHOT
61+
./scripts/test-stack-command.sh 7.17.3-SNAPSHOT
6262

6363
test-stack-command-8x:
64-
./scripts/test-stack-command.sh 8.2.0-SNAPSHOT
64+
./scripts/test-stack-command.sh 8.3.0-SNAPSHOT
6565

6666
test-stack-command: test-stack-command-default test-stack-command-7x test-stack-command-800 test-stack-command-8x
6767

internal/install/stack_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ package install
66

77
const (
88
// DefaultStackVersion is the default version of the stack
9-
DefaultStackVersion = "8.1.0"
9+
DefaultStackVersion = "8.2.0"
1010
)

test/packages/with-kind/kubernetes/data_stream/pod/fields/ecs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,15 @@
88
name: orchestrator.cluster.name
99
- external: ecs
1010
name: orchestrator.cluster.url
11+
- name: container.network.egress.bytes
12+
type: long
13+
format: bytes
14+
metric_type: counter
15+
description: |
16+
Total number of outgoing bytes.
17+
- name: container.network.ingress.bytes
18+
type: long
19+
format: bytes
20+
metric_type: counter
21+
description: |-
22+
Total number of incoming bytes.

0 commit comments

Comments
 (0)