From 68ba083930ea37cb1d4742104cf2cd8b09060e7b Mon Sep 17 00:00:00 2001 From: Ravinder Kumar Date: Fri, 15 Dec 2023 14:37:04 +0530 Subject: [PATCH] Issue #0000 fix: system events ingestion spec typo fix (#105) * Issue #0000 fix: system events ingestion spec typo fix * Issue #0000 fix: system-events ingestion spec update to add dataset_type --- .../templates/configmap.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml b/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml index db991b01..89c70b10 100644 --- a/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml +++ b/terraform/modules/helm/submit_ingestion/submit-ingestion-helm-chart/templates/configmap.yaml @@ -60,6 +60,10 @@ data: "type": "string", "name": "ctx_dataset" }, + { + "type": "string", + "name": "ctx_dataset_type" + }, { "type": "string", "name": "extractor_status" @@ -119,7 +123,7 @@ data: { "type": "doubleSum", "name": "dedup_time", - "fieldName": "deduplication_time" + "fieldName": "dedup_time" }, { "type": "doubleSum", @@ -195,6 +199,11 @@ data: "name": "ctx_dataset", "expr": "$.ctx.dataset" }, + { + "type": "path", + "name": "ctx_dataset_type", + "expr": "$.ctx.dataset_type" + }, { "type": "path", "name": "ets",