Skip to content

Commit

Permalink
chore: clarify Regex baselining
Browse files Browse the repository at this point in the history
  • Loading branch information
galex505 committed Aug 13, 2024
1 parent af28558 commit ab6b85d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions baselining/case-creation1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ removed from the log management view.

.. warning::
It is recommended to use regular expressions only rarely and with
caution. This feature can severely impact the performance of the system.
caution. This feature can severely impact the performance of the system. Regex from cases will be applied to every single event on import.

Elasticsearch uses Apache Lucene's regular expression engine to parse these queries. Please take a look at the Elasticsearch manual for further information about the regular expression syntax:
https://www.elastic.co/guide/en/elasticsearch/reference/current/regexp-syntax.html

ChatGPT Integration
^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -281,4 +284,4 @@ bottom.
.. figure:: ../images/cockpit_event-anon-rule.png
:alt: Event Anonymization Rule

Event Anonymization Rule
Event Anonymization Rule

0 comments on commit ab6b85d

Please sign in to comment.