Skip to content

docs: add PPL rex and regex commands report for v3.3.0#1580

Merged
tkykenmt merged 1 commit into
mainfrom
docs/ppl-rex-and-regex-commands-v3.3.0
Jan 11, 2026
Merged

docs: add PPL rex and regex commands report for v3.3.0#1580
tkykenmt merged 1 commit into
mainfrom
docs/ppl-rex-and-regex-commands-v3.3.0

Conversation

@tkykenmt
Copy link
Copy Markdown
Owner

Summary

This PR adds documentation for the new PPL regex and rex commands introduced in OpenSearch v3.3.0.

Reports Created

  • Release report: docs/releases/v3.3.0/features/sql/ppl-rex-and-regex-commands.md
  • Feature report: docs/features/sql/ppl-rex-and-regex-commands.md

Key Changes in v3.3.0

regex command:

  • Pattern-based filtering using Java regex
  • Supports positive (=) and negative (!=) matching
  • Case-sensitive by default with inline flag support

rex command:

  • Field extraction using named capture groups
  • Multi-value extraction with max_match parameter
  • Text transformation with mode=sed
  • Position tracking with offset_field

Related PRs

  • #4083: Implementation of regex command
  • #4109: Core implementation of rex command
  • #4241: Implementation of sed mode and offset_field

Closes #1330

@tkykenmt tkykenmt merged commit 0a3c211 into main Jan 11, 2026
@tkykenmt tkykenmt deleted the docs/ppl-rex-and-regex-commands-v3.3.0 branch January 11, 2026 02:07
@tkykenmt tkykenmt mentioned this pull request Apr 10, 2026
3 tasks
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.

1 participant