Regex (Regular Expression)

A sequence of characters that defines a search pattern for matching text. In LogScale, regular expressions are used in parsers to extract fields from log entries, in queries to filter data, and in various functions for text processing. Regex is a powerful tool for pattern matching and data extraction from unstructured text.

Related Content