These docs are for Cribl Stream 4.10 and are no longer actively maintained.
See the latest version (4.11).
regexes.yml
regexes.yml
maintains a list of regexes. Cribl’s Regex Library ships under default
. Each regex is listed according to the following pattern:
$CRIBL_HOME/default/cribl/regexes.yml
regex_id: # [object]
lib: # [string] Library
description: # [string] Description - Brief description of this regex. Optional.
regex: # [string] Regex pattern - Regex pattern. Required.
sampleData: # [string] Sample data - Sample data for this regex. Optional.
tags: # [string] Tags - One or more tags related to this regex. Optional.