java.lang.Object
org.elasticsearch.grok.PatternBank
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
-
Constructor Details
-
PatternBank
-
-
Method Details
-
get
-
bank
-
extendWith
Extends a pattern bank with extra patterns, returning a new pattern bank.The returned bank will be the same reference as the original pattern bank if the extra patterns map is null or empty.
- Parameters:
extraPatterns
- the patterns to extend this bank with (may be empty or null)- Returns:
- the extended pattern bank
-