From fd15381cc20dffb6a90436f5b97b53742639a0f5 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Thu, 11 Jul 2019 16:01:06 +0200 Subject: [PATCH] disable correlation on the text field --- objects/btc-transaction/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/objects/btc-transaction/definition.json b/objects/btc-transaction/definition.json index 7d09811..109b70b 100644 --- a/objects/btc-transaction/definition.json +++ b/objects/btc-transaction/definition.json @@ -8,6 +8,7 @@ "transaction-number": { "description": "A Bitcoin transaction number in a sequence of transactions", "ui-priority": 0, + "disable_correlation": true, "multiple": true, "misp-attribute": "text" }, @@ -42,7 +43,7 @@ "misp-attribute": "btc" } }, - "version": 3, + "version": 4, "description": "An object to describe a Bitcoin transaction. Best to be used with bitcoin-wallet.", "meta-category": "financial", "uuid": "B7341729-5A8A-439F-A775-6D814DA3C7B5",