Skip to content

Commit

Permalink
Merge pull request #6274 from OpenNMS/jira/NMS-15595
Browse files Browse the repository at this point in the history
NMS-15595: PersistRegexSelectorStrategy only works on string attributes
Added note to reference section that this strategy works only on string attributes.
  • Loading branch information
Bonrob2 authored Jun 26, 2023
2 parents 8c4e23e + 4530377 commit 533fa9d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 533fa9d

Please sign in to comment.