Skip to content

Conversation

@trueleo
Copy link
Contributor

@trueleo trueleo commented Oct 26, 2022

Description

Add a rule for string matching which supports following matching stratergies. Note that all of these work for both case sensitive and insensitive case ( ascii lowercasing ) , this behavior is set through ignoreCase while setting up alert rule.

  • Exact
  • Not Exact ( opposite of exact, not be be confused with contains )
  • Contains
  • Not Contains

Other variants that could be added but were not in this PR.

  • Regex
  • Starts With
  • Ends With

Ref to #184

Add a rule for string matching which supports following matching stratergies.
note that all of these work for both case sensitive and insensitive case
which is set through `ignoreCase`.
- Exact Match
- Not Exact Match ( opposite of exact )
- Contains
- Not Contains

Other variants that could be added but were not in this PR.
- Regex
- Starts with
- Ends with
@trueleo trueleo requested a review from nitisht October 26, 2022 10:06
@nitisht nitisht merged commit 38485a9 into parseablehq:main Oct 26, 2022
@trueleo trueleo deleted the string_alert branch October 27, 2022 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants