Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[updatecli] Bump elastic stack version to 8.18.0-72c0030e #15007

Merged
merged 3 commits into from
Dec 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ x-logging: &default-logging
max-size: "1g"
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0-1631fdd1-SNAPSHOT
image: docker.elastic.co/elasticsearch/elasticsearch:8.18.0-72c0030e-SNAPSHOT
ports:
- 9200:9200
healthcheck:
Expand Down Expand Up @@ -41,7 +41,7 @@ services:
logging: *default-logging

kibana:
image: docker.elastic.co/kibana/kibana:8.18.0-1631fdd1-SNAPSHOT
image: docker.elastic.co/kibana/kibana:8.18.0-72c0030e-SNAPSHOT
ports:
- 5601:5601
healthcheck:
Expand All @@ -60,7 +60,7 @@ services:
logging: *default-logging

metricbeat:
image: docker.elastic.co/beats/metricbeat:8.18.0-1631fdd1-SNAPSHOT
image: docker.elastic.co/beats/metricbeat:8.18.0-72c0030e-SNAPSHOT
environment:
ELASTICSEARCH_HOSTS: '["http://elasticsearch:9200"]'
ELASTICSEARCH_USERNAME: "${KIBANA_ES_USER:-admin}"
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestAgentConfig.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"labels.etag": [
"dynamic"
],
Expand Down Expand Up @@ -53,6 +56,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"labels.etag": [
"dynamic"
],
Expand Down
18 changes: 18 additions & 0 deletions systemtest/approvals/TestApprovedMetrics.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"go.memstats.heap.sys.bytes": [
6520832
],
Expand Down Expand Up @@ -113,6 +116,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -205,6 +211,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -315,6 +324,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -415,6 +427,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"faas.billed_duration": [
183
],
Expand Down Expand Up @@ -528,6 +543,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestCompressedSpans.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down Expand Up @@ -167,6 +170,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down
6 changes: 6 additions & 0 deletions systemtest/approvals/TestDropUnsampled.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down Expand Up @@ -119,6 +122,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down
3 changes: 3 additions & 0 deletions systemtest/approvals/TestErrorIngest.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
"error.log.message": [
"Cannot read property 'baz' of undefined"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down
15 changes: 15 additions & 0 deletions systemtest/approvals/TestIntake/Errors.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
"error.log.param_message": [
"My service could not talk to the database named %s"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -447,6 +450,9 @@
"error.id": [
"cdefab0123456789"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -669,6 +675,9 @@
"error.log.message": [
"no user found"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -885,6 +894,9 @@
"error.id": [
"cdefab0123456780"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down Expand Up @@ -1110,6 +1122,9 @@
"error.log.message": [
"Cannot read property 'baz' of undefined"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"x64"
],
Expand Down
3 changes: 3 additions & 0 deletions systemtest/approvals/TestIntake/ErrorsTxID.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"error.log.param_message": [
"Request method 'POST' /events/:event not supported"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"amd64"
],
Expand Down
12 changes: 12 additions & 0 deletions systemtest/approvals/TestIntake/Events.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
"error.log.param_message": [
"Request method 'POST' /events/:event not supported"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"amd64"
],
Expand Down Expand Up @@ -340,6 +343,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.architecture": [
"amd64"
],
Expand Down Expand Up @@ -522,6 +528,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down Expand Up @@ -772,6 +781,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"success"
],
Expand Down
18 changes: 18 additions & 0 deletions systemtest/approvals/TestIntake/Metricsets.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"go.memstats.heap.sys.bytes": [
6520832
],
Expand Down Expand Up @@ -113,6 +116,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -205,6 +211,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -315,6 +324,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -415,6 +427,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"faas.billed_duration": [
183
],
Expand Down Expand Up @@ -528,6 +543,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down
21 changes: 21 additions & 0 deletions systemtest/approvals/TestIntake/MinimalEvents.approved.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"error.log.message": [
"error log message"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -98,6 +101,9 @@
"error.id": [
"abcdef0123456790"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -157,6 +163,9 @@
"error.id": [
"abcdef0123456791"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -207,6 +216,9 @@
"data_stream.type": [
"metrics"
],
"event.ingested": [
"dynamic"
],
"host.ip": [
"127.0.0.1"
],
Expand Down Expand Up @@ -257,6 +269,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down Expand Up @@ -331,6 +346,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down Expand Up @@ -405,6 +423,9 @@
"data_stream.type": [
"traces"
],
"event.ingested": [
"dynamic"
],
"event.outcome": [
"unknown"
],
Expand Down
Loading
Loading