[DOCS-15452] Document regex support in Log Explorer - #39286
Merged
Conversation
Add a new page covering regex-based field extraction and the regexp_like/regexp_replace calculated field functions.
Use double-quoted string literals and the reserved message field without a # prefix in the regexp_like/regexp_replace examples, soften the numeric-conversion note, and register the new page in the Calculated Fields nav menu.
…t-regex-support # Conflicts: # hugo/content/en/logs/explorer/calculated_fields/regex.md
Add regex-based field extraction to extractions.md as an alternative to Grok patterns, and document the regexp_like/regexp_replace calculated field functions in formulas.md.
Named capture groups cannot contain underscores.
rtrieu
requested changes
Aug 18, 2026
rtrieu
left a comment
Contributor
There was a problem hiding this comment.
hi, left you a few suggestions, including a link fix
Contributor
Preview links (active after the
|
Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
Contributor
Author
@rtrieu thank you!! just updated |
…og/documentation into daniel-tian/document-regex-support
rtrieu
reviewed
Aug 19, 2026
rtrieu
reviewed
Aug 19, 2026
rtrieu
reviewed
Aug 19, 2026
rtrieu
left a comment
Contributor
There was a problem hiding this comment.
minor fix then it should be good
rtrieu
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Fixes DOCS-15452
Adds a new page documenting regex support in the Log Explorer: regex-based field extraction (named capture groups) and the
regexp_like/regexp_replacecalculated field functions.Merge instructions
Merge readiness:
Additional notes