Uses of Class
com.oracle.bmc.logging.model.GrokPattern
-
Packages that use GrokPattern Package Description com.oracle.bmc.logging.model -
-
Uses of GrokPattern in com.oracle.bmc.logging.model
Methods in com.oracle.bmc.logging.model that return GrokPattern Modifier and Type Method Description GrokPattern
GrokPattern.Builder. build()
Methods in com.oracle.bmc.logging.model that return types with arguments of type GrokPattern Modifier and Type Method Description List<GrokPattern>
UnifiedAgentGrokParser. getPatterns()
Grok pattern object.List<GrokPattern>
UnifiedAgentMultilineGrokParser. getPatterns()
Grok pattern object.Methods in com.oracle.bmc.logging.model with parameters of type GrokPattern Modifier and Type Method Description GrokPattern.Builder
GrokPattern.Builder. copy(GrokPattern model)
Method parameters in com.oracle.bmc.logging.model with type arguments of type GrokPattern Modifier and Type Method Description UnifiedAgentGrokParser.Builder
UnifiedAgentGrokParser.Builder. patterns(List<GrokPattern> patterns)
Grok pattern object.UnifiedAgentMultilineGrokParser.Builder
UnifiedAgentMultilineGrokParser.Builder. patterns(List<GrokPattern> patterns)
Grok pattern object.Constructor parameters in com.oracle.bmc.logging.model with type arguments of type GrokPattern Constructor Description UnifiedAgentGrokParser(String fieldTimeKey, Map<String,String> types, String nullValuePattern, Boolean isNullEmptyString, Boolean isEstimateCurrentEvent, Boolean isKeepTimeKey, Integer timeoutInMilliseconds, String grokNameKey, String grokFailureKey, List<GrokPattern> patterns)
Deprecated.UnifiedAgentMultilineGrokParser(String fieldTimeKey, Map<String,String> types, String nullValuePattern, Boolean isNullEmptyString, Boolean isEstimateCurrentEvent, Boolean isKeepTimeKey, Integer timeoutInMilliseconds, String grokNameKey, String grokFailureKey, String multiLineStartRegexp, List<GrokPattern> patterns)
Deprecated.
-