Uses of Class
com.oracle.bmc.logging.model.UnifiedAgentLoggingFilter
-
Packages that use UnifiedAgentLoggingFilter Package Description com.oracle.bmc.logging.model -
-
Uses of UnifiedAgentLoggingFilter in com.oracle.bmc.logging.model
Subclasses of UnifiedAgentLoggingFilter in com.oracle.bmc.logging.model Modifier and Type Class Description classUnifiedAgentCustomFilterLogging custom filter plugin.classUnifiedAgentLoggingGrepFilterLogging grep filter object greps events by the values of specified fields.classUnifiedAgentLoggingRecordTransformerFilterLogging record transformer filter object mutates/transforms logs.classUnifiedAgentParserFilterLogging parser filter object.Methods in com.oracle.bmc.logging.model that return types with arguments of type UnifiedAgentLoggingFilter Modifier and Type Method Description List<UnifiedAgentLoggingFilter>UnifiedAgentLoggingConfiguration. getFilter()Logging filter object.Method parameters in com.oracle.bmc.logging.model with type arguments of type UnifiedAgentLoggingFilter Modifier and Type Method Description UnifiedAgentLoggingConfiguration.BuilderUnifiedAgentLoggingConfiguration.Builder. filter(List<UnifiedAgentLoggingFilter> filter)Logging filter object.
-