Skip to content

Commit a8fcb8e

Browse files
authored
[NGINX][OTEL]Use OpenTelemetry host.name instead of host.hostname in Dashboard control (#15851)
* Use OpenTelemetry host.name instead of host.hostname in Dashboard control * Update changelog to use right PR
1 parent ec5fc71 commit a8fcb8e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/nginx_otel/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "0.2.1"
3+
changes:
4+
- description: Use OTEL `host.name` instead of `host.hostname` in dashboard control
5+
type: bugfix
6+
link: https://github.com/elastic/integrations/pull/15851
27
- version: "0.2.0"
38
changes:
49
- description: Add `discovery` field to support auto-install

packages/nginx_otel/kibana/dashboard/nginx_otel-0fbba4c5-8ae3-4d8e-aadc-cc9ba3fde5ba.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"7a167cfa-e609-4f56-acbc-5059621a97a4": {
1414
"explicitInput": {
1515
"dataViewId": "metrics-*",
16-
"fieldName": "host.hostname",
16+
"fieldName": "host.name",
1717
"searchTechnique": "prefix",
1818
"selectedOptions": [],
1919
"singleSelect": true,

packages/nginx_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.5.0
22
name: nginx_otel
33
title: "NGINX OpenTelemetry Assets"
4-
version: 0.2.0
4+
version: 0.2.1
55
source:
66
license: "Elastic-2.0"
77
description: "NGINX metrics from OpenTelemetry Collector"

0 commit comments

Comments
 (0)