Skip to content

Commit 310e08c

Browse files
committed
fix hosts filtering in logs view
Signed-off-by: Alexander Wert <alexander.wert@elastic.co>
1 parent f7e185b commit 310e08c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

packages/system_otel/kibana/dashboard/system_otel-e21fc868-3857-47f8-88b0-7ff94a1eb8a9.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"ignoreValidations": false
1111
},
1212
"panelsJSON": {
13-
"41208bb0-1c9c-4933-a7ad-d9ed596cb19e": {
13+
"d434a072-1459-4500-94b3-94dbd05b5d4e": {
1414
"explicitInput": {
15-
"dataViewId": "f493c0368d76bffe6d98faa5e7d71a3b8413e3de36de8bd8632431950f1d00fd",
15+
"dataViewId": "logs-*",
1616
"exclude": false,
1717
"existsSelected": false,
1818
"fieldName": "resource.attributes.host.name",
1919
"hideActionBar": null,
2020
"hideExclude": null,
2121
"hideExists": null,
2222
"hideSort": null,
23-
"id": "41208bb0-1c9c-4933-a7ad-d9ed596cb19e",
23+
"id": "d434a072-1459-4500-94b3-94dbd05b5d4e",
2424
"placeholder": null,
2525
"runPastTimeout": null,
2626
"searchTechnique": "exact",
@@ -234,7 +234,7 @@
234234
"query": {
235235
"esql": "FROM logs* | SORT @timestamp DESC | LIMIT 1000 | KEEP message, @timestamp"
236236
},
237-
"searchSessionId": "2e7f1142-d3a5-42e5-9a65-1eeb32c8c32f",
237+
"searchSessionId": "449e6ea1-842d-408b-9832-854db142af17",
238238
"syncColors": false,
239239
"syncCursor": true,
240240
"syncTooltips": false
@@ -330,7 +330,7 @@
330330
"version": 3
331331
},
332332
"coreMigrationVersion": "8.8.0",
333-
"created_at": "2025-07-02T14:54:32.904Z",
333+
"created_at": "2025-07-02T15:14:32.762Z",
334334
"created_by": "u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0",
335335
"id": "system_otel-e21fc868-3857-47f8-88b0-7ff94a1eb8a9",
336336
"references": [
@@ -375,8 +375,8 @@
375375
"type": "dashboard"
376376
},
377377
{
378-
"id": "f493c0368d76bffe6d98faa5e7d71a3b8413e3de36de8bd8632431950f1d00fd",
379-
"name": "controlGroup_cffed80a-80e2-4421-87da-ee18223e1bc5:optionsListDataView",
378+
"id": "logs-*",
379+
"name": "controlGroup_41208bb0-1c9c-4933-a7ad-d9ed596cb19e:optionsListDataView",
380380
"type": "index-pattern"
381381
},
382382
{

packages/system_otel/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
format_version: 3.4.0
22
name: system_otel
33
title: "System OpenTelemetry Assets"
4-
version: 1.0.0
4+
version: 0.1.0
55
description: "Dashboards for the OpenTelemetry data collected with the `hostmetrics` receiver."
66
type: content
77
categories:

0 commit comments

Comments
 (0)