From 453037719a083e96a34cfd315b16e6f3f69d8c9b Mon Sep 17 00:00:00 2001 From: Bonrob2 <59453630+Bonrob2@users.noreply.github.com> Date: Mon, 26 Jun 2023 16:06:08 -0400 Subject: [PATCH] NMS-15595: PersistRegexSelectorStrategy only works on string attributes Added note in the that the data collection resource types topic that PersistRegexSelectorStrategy only works on string attributes. --- .../deep-dive/performance-data-collection/resource-types.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/operation/pages/deep-dive/performance-data-collection/resource-types.adoc b/docs/modules/operation/pages/deep-dive/performance-data-collection/resource-types.adoc index 2c8aea1fc5b4..f0f7300d1d84 100644 --- a/docs/modules/operation/pages/deep-dive/performance-data-collection/resource-types.adoc +++ b/docs/modules/operation/pages/deep-dive/performance-data-collection/resource-types.adoc @@ -49,6 +49,7 @@ You can configure the following persistence selector strategies to specify how t | Persist indexes based on JEXL evaluation. + This class takes a single parameter, `match-expression`, which defines a JEXL expression. On evaluation, this expression should return either `true` (persist index to storage) or `false` (discard data). +Note that `match-expression` works only on string attributes. |=== == Storage strategies