
Regular Expression Syntax Patterns | Data Analysis 1.214.0-1.227.0 ...
Regular Expression Engine V2. Regular expression engine V2 is the default regex engine from 1.227. For more information, see Regular Expression Engine V2 Syntax Patterns. The following tables …
Regular Expression Syntax | Data Analysis 1.220.0-1.228.0 - CrowdStrike
May 31, 2023 · LogScale's regular expression functionality is built on the JitRex engine and shares similar syntax with common regex implementations like Perl, JavaScript, and re2, though some …
regex () | Data Analysis 1.220.0-1.228.0 - CrowdStrike
Filter incoming events that match the regular expression Capture (extract) data using regex-based field extraction, and then filtering the events Capturing (extracting) data without filtering (when using the …
Query Language Syntax | Data Analysis 1.220.0-1.228.0 - CrowdStrike
The CrowdStrike Query Language (CQL) is the syntax that lets you compose queries to retrieve, process, and analyze data in Falcon LogScale. The query language is built around a chain of data …
Query Functions | Data Analysis 1.214.0-1.227.0 - CrowdStrike
LogScale query functions take a set of events, parameters, or configurations. They produce, reduce, or modify values within that set, or in the events themselves within a query pipeline. The Query …
Operators | Data Analysis 1.214.0-1.227.0 - CrowdStrike
The documentation covers LogScale operators and their usage in comparing field values across strings, numbers, and regular expressions, including detailed explanations of string comparison operators (=, …
selfJoin () | Data Analysis 1.214.0-1.227.0 | LogScale Documentation
selfJoin() This function is used to collate data from events that share a key. Often the groupBy() function can be used for this, but if there are too many keys (defaulting to 100,000) then the result is …
LogScale Regular Expression Engines | Data Analysis 1.214.0-1.227.0 ...
LogScale provides two regular expression engines - the default v1 engine and a newer v2 engine (enabled with the 'F' flag), with the latter aiming to offer improved performance while maintaining …
Security Related Query Functions | Data Analysis 1.214.0-1.227.0 ...
Both functions use a salt value (defined by the salt parameter) that is used as a random string added to the data before hashing. The salt value allows for customized hash generation which may be …
sample () | Data Analysis 1.218.0-1.228.0 - CrowdStrike
The query is used to sample events keeping only specified percentage of the events, and then find the most common host among the sampled events. Event sampling can be used to determine the …