From 0ea2c66b162b198d95d890c6efd1bc8d9327bda6 Mon Sep 17 00:00:00 2001 From: Aravind Kumar - Newrelic <167523561+AravindKumar8520@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:47:55 +0530 Subject: [PATCH] feat: Update Missing AWS Elasticsearch Cluster Handling (#1817) * feat: Adding candidate and relationship btw APM/OTel to Elastisearch * feat: Changing name * feat: Changed field attribute for elasticsearch cluster * feat: Adding regex to elasticsearch cluster relationship * feat: Adding action as create_uninstrumented --------- Co-authored-by: vlopeziglesias --- relationships/candidates/AWSELASTICSEARCHCLUSTER.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/relationships/candidates/AWSELASTICSEARCHCLUSTER.yml b/relationships/candidates/AWSELASTICSEARCHCLUSTER.yml index 47a4748fd..03aa55694 100644 --- a/relationships/candidates/AWSELASTICSEARCHCLUSTER.yml +++ b/relationships/candidates/AWSELASTICSEARCHCLUSTER.yml @@ -11,4 +11,6 @@ lookups: onMatch: onMultipleMatches: RELATE_ALL onMiss: - action: NO_OP \ No newline at end of file + action: CREATE_UNINSTRUMENTED + uninstrumented: + type: AWSELASTICSEARCHCLUSTER \ No newline at end of file