Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentParser
-
Packages that use UnifiedAgentParser Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentParser in com.oracle.bmc.logging.model
Subclasses of UnifiedAgentParser in com.oracle.bmc.logging.model Modifier and Type Class 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.Methods in com.oracle.bmc.logging.model that return UnifiedAgentParser Modifier and Type Method Description UnifiedAgentParser
UnifiedAgentParserFilter. getParser()
UnifiedAgentParser
UnifiedAgentTailLogSource. getParser()
Methods in com.oracle.bmc.logging.model with parameters of type UnifiedAgentParser Modifier and Type Method Description UnifiedAgentParserFilter.Builder
UnifiedAgentParserFilter.Builder. parser(UnifiedAgentParser parser)
UnifiedAgentTailLogSource.Builder
UnifiedAgentTailLogSource.Builder. parser(UnifiedAgentParser parser)
Constructors in com.oracle.bmc.logging.model with parameters of type UnifiedAgentParser Constructor 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.
-