Package | Description |
---|---|
com.oracle.bmc.logging.model |
Modifier and Type | Class and Description |
---|---|
class |
UnifiedAgentApache2Parser
Apache 2 log parser.
|
class |
UnifiedAgentApacheErrorParser
Apache error log parser.
|
class |
UnifiedAgentAuditdParser
auditd parser.
|
class |
UnifiedAgentCriParser
CRI parser.
|
class |
UnifiedAgentCsvParser
CSV Parser.
|
class |
UnifiedAgentGrokParser
Grok parser.
|
class |
UnifiedAgentMsgpackParser
Msgpack parser.
|
class |
UnifiedAgentMultilineGrokParser
Multiline grok parser.
|
class |
UnifiedAgentMultilineParser
Multiline parser.
|
class |
UnifiedAgentNoneParser
This parser signifies a non-parser, and puts the entire log line in a message_key.
|
class |
UnifiedAgentOpenmetricsParser
Openmetrics parser.
|
class |
UnifiedAgentRegexParser
Regexp parser.
|
class |
UnifiedAgentSyslogParser
Syslog Parser.
|
class |
UnifiedAgentTsvParser
TSV Parser.
|
class |
UnifiedJSONParser
JSON parser.
|
Modifier and Type | Method and Description |
---|---|
UnifiedAgentParser |
UnifiedAgentTailLogSource.getParser() |
UnifiedAgentParser |
UnifiedAgentParserFilter.getParser() |
Modifier and Type | Method and Description |
---|---|
UnifiedAgentTailLogSource.Builder |
UnifiedAgentTailLogSource.Builder.parser(UnifiedAgentParser parser) |
UnifiedAgentParserFilter.Builder |
UnifiedAgentParserFilter.Builder.parser(UnifiedAgentParser parser) |
Constructor and Description |
---|
UnifiedAgentParserFilter(String name,
UnifiedAgentParser parser,
String keyName,
Boolean reserveTime,
Boolean reserveData,
Boolean removeKeyNameField,
Boolean replaceInvalidSequence,
String injectKeyPrefix,
String hashValueField,
Boolean emitInvalidRecordToError)
Deprecated.
|
UnifiedAgentTailLogSource(String name,
List<String> paths,
UnifiedAgentParser parser,
UnifiedAgentTailSourceAdvancedOptions advancedOptions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.