Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Method and Description |
---|---|
GrokPattern |
GrokPattern.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<GrokPattern> |
UnifiedAgentMultilineGrokParser.getPatterns()
Grok pattern object.
|
List<GrokPattern> |
UnifiedAgentGrokParser.getPatterns()
Grok pattern object.
|
Modifier and Type | Method and Description |
---|---|
GrokPattern.Builder |
GrokPattern.Builder.copy(GrokPattern model) |
Modifier and Type | Method and Description |
---|---|
UnifiedAgentMultilineGrokParser.Builder |
UnifiedAgentMultilineGrokParser.Builder.patterns(List<GrokPattern> patterns)
Grok pattern object.
|
UnifiedAgentGrokParser.Builder |
UnifiedAgentGrokParser.Builder.patterns(List<GrokPattern> patterns)
Grok pattern object.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.