From 873f496b7b3d0cc9ed8efb3af158e1d8fdb64a78 Mon Sep 17 00:00:00 2001 From: Cathia Archidoit Date: Fri, 3 May 2024 15:06:22 +0200 Subject: [PATCH] [backend] exporter otlp in default.json (#6292) --- opencti-platform/opencti-graphql/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencti-platform/opencti-graphql/config/default.json b/opencti-platform/opencti-graphql/config/default.json index 7085b13c6beb3..32e6d443b5035 100644 --- a/opencti-platform/opencti-graphql/config/default.json +++ b/opencti-platform/opencti-graphql/config/default.json @@ -50,7 +50,7 @@ }, "filigran": { "enabled": true, - "exporter_otlp": "" + "exporter_otlp": "https://otlp.filigran.io/v1/metrics" } }, "health_access_key": "ChangeMe",