From 36fd2b1d23304f72b32d377be162a1d37f2b7009 Mon Sep 17 00:00:00 2001 From: Mark Oudsen Date: Thu, 20 Feb 2025 14:09:47 +0100 Subject: [PATCH] v2.21 - Added #57 enhancement for manipulation of data value truncing --- config/config.json.template | 1 + config/config.json.template.api_token | 1 + config/config.json.template.multigraph | 1 + 3 files changed, 3 insertions(+) diff --git a/config/config.json.template b/config/config.json.template index 846449c..ce30d0c 100644 --- a/config/config.json.template +++ b/config/config.json.template @@ -23,6 +23,7 @@ "smtp_reply_address": "feedback@mydomain.com", "smtp_reply_name": "mailGraph response mailbox", "graph_match": "any", + "item_value_truncate": 50, "period": "20m", "period_header": "Last 20 minutes", "retention_images": 7, diff --git a/config/config.json.template.api_token b/config/config.json.template.api_token index a29ea18..5ad3ddb 100644 --- a/config/config.json.template.api_token +++ b/config/config.json.template.api_token @@ -22,6 +22,7 @@ "smtp_reply_address": "feedback@mydomain.com", "smtp_reply_name": "mailGraph response mailbox", "graph_match": "any", + "item_value_truncate": 50, "period": "20m", "period_header": "Last 20 minutes", "retention_images": 7, diff --git a/config/config.json.template.multigraph b/config/config.json.template.multigraph index 5c28998..e252e1e 100644 --- a/config/config.json.template.multigraph +++ b/config/config.json.template.multigraph @@ -23,6 +23,7 @@ "smtp_reply_address": "feedback@mydomain.com", "smtp_reply_name": "mailGraph response mailbox", "graph_match": "any", + "item_value_truncate": 50, "periods": "10m,4h,2d,7d", "periods_headers": "Last 10 minutes,Last 4 hours,Last 2 days,Last 7 days", "debug": 0