Skip to content

Commit

Permalink
change minimum version of kibana to 8.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantoro committed Feb 20, 2023
1 parent f253a23 commit 17702b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ processors:
ignore_missing: true
- set:
field: ecs.version
value: '8.4.0'
value: '8.6.0'
- set:
field: event.module
value: istio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"@timestamp": "2022-09-23T09:30:56.055Z",
"ecs": {
"version": "8.4.0"
"version": "8.6.0"
},
"data_stream": {
"namespace": "default",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ processors:
ignore_missing: true
- set:
field: ecs.version
value: '8.4.0'
value: '8.6.0'
- set:
field: event.module
value: istio
Expand Down
2 changes: 1 addition & 1 deletion packages/istio/data_stream/proxy_metrics/sample_event.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "metrics"
},
"ecs": {
"version": "8.4.0"
"version": "8.6.0"
},
"event": {
"agent_id_status": "verified",
Expand Down
4 changes: 2 additions & 2 deletions packages/istio/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ An example event for `istiod` looks as following:
},
"@timestamp": "2022-09-23T09:30:56.055Z",
"ecs": {
"version": "8.4.0"
"version": "8.6.0"
},
"data_stream": {
"namespace": "default",
Expand Down Expand Up @@ -336,7 +336,7 @@ An example event for `proxy` looks as following:
"type": "metrics"
},
"ecs": {
"version": "8.4.0"
"version": "8.6.0"
},
"event": {
"agent_id_status": "verified",
Expand Down
2 changes: 1 addition & 1 deletion packages/istio/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- web
- kubernetes
conditions:
kibana.version: "^8.4.0"
kibana.version: "^8.6.0"
screenshots:
- src: /img/istio_traffic.png
title: Istio Traffic
Expand Down

0 comments on commit 17702b0

Please sign in to comment.