Skip to content

Commit

Permalink
Bump up default stack version to 8.2.0 (#810)
Browse files Browse the repository at this point in the history
* Bump up default stack version to 8.2.0

* kubernetes: update fields

* Fix format
  • Loading branch information
mtojek authored May 5, 2022
1 parent 26e638a commit 455662e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion internal/install/stack_version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ package install

const (
// DefaultStackVersion is the default version of the stack
DefaultStackVersion = "8.1.0"
DefaultStackVersion = "8.2.0"
)
12 changes: 12 additions & 0 deletions test/packages/with-kind/kubernetes/data_stream/pod/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 455662e

Please sign in to comment.