Hyperscan (proto)

This extension has the qualified name envoy.regex_engines.hyperscan

Note

This extension is only available in contrib images.

Note

This extension is functional but has not had substantial production burn time, use only with this caveat.

This extension is not hardened and should only be used in deployments where both the downstream and upstream are trusted.

Tip

This extension extends and can be used with the following extension category:

Hyperscan configuration overview.

extensions.regex_engines.hyperscan.v3alpha.Hyperscan

[extensions.regex_engines.hyperscan.v3alpha.Hyperscan proto]

Hyperscan regex engine. The engine uses hybrid automata techniques to allow simultaneous matching of large numbers of regular expressions across streams of data.

The engine follows PCRE pattern syntax, and the regex string must adhere to the documented pattern support. The syntax is not compatible with the default RE2 regex engine. Depending on configured expressions, swapping regex engine may cause match rules to no longer be valid.