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 |
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 |
UnifiedAgentRegexParser
regexp parser.
|
class |
UnifiedAgentSyslogParser
Syslog Parser.
|
class |
UnifiedAgentTsvParser
TSV Parser.
|
class |
UnifiedJSONParser
JSON parser.
|
Modifier and Type | Method and Description |
---|---|
UnifiedAgentParser |
UnifiedAgentTailLogSource.getParser() |
Modifier and Type | Method and Description |
---|---|
UnifiedAgentTailLogSource.Builder |
UnifiedAgentTailLogSource.Builder.parser(UnifiedAgentParser parser) |
Constructor and Description |
---|
UnifiedAgentTailLogSource(String name,
List<String> paths,
UnifiedAgentParser parser)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.