From 5a6ca9ee291c3070f36b61abac841e3ac8638bb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Imbern=C3=B3n?= Date: Tue, 10 Dec 2024 17:02:55 +0100 Subject: [PATCH] Use non-prefixed `endpointHostname` tag in HTTPSERVICE definition (#1804) `nr.endpointHostname` will be used for the ingest tag produced by NR. `endpointHostname` will be used by customers to manually tag their services. --- relationships/candidates/HTTPSERVICE.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relationships/candidates/HTTPSERVICE.yml b/relationships/candidates/HTTPSERVICE.yml index 6fe28019c..8861ba798 100644 --- a/relationships/candidates/HTTPSERVICE.yml +++ b/relationships/candidates/HTTPSERVICE.yml @@ -6,9 +6,9 @@ lookups: - domain: EXT type: SERVICE tags: - matchingMode: ALL + matchingMode: ANY predicates: - - tagKeys: ["nr.endpointHostname"] + - tagKeys: ["nr.endpointHostname", ""endpointHostname""] field: hostname onMatch: onMultipleMatches: RELATE_ALL