public static class UnifiedAgentLoggingGrepFilter.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UnifiedAgentLoggingGrepFilter.Builder |
allowList(List<GrepFilterAllowRule> allowList)
A list of filtering rules to include logs
|
UnifiedAgentLoggingGrepFilter |
build() |
UnifiedAgentLoggingGrepFilter.Builder |
copy(UnifiedAgentLoggingGrepFilter model) |
UnifiedAgentLoggingGrepFilter.Builder |
denyList(List<GrepFilterDenyRule> denyList)
A list of filtering rules to reject logs
|
UnifiedAgentLoggingGrepFilter.Builder |
name(String name) |
public UnifiedAgentLoggingGrepFilter.Builder name(String name)
public UnifiedAgentLoggingGrepFilter.Builder allowList(List<GrepFilterAllowRule> allowList)
A list of filtering rules to include logs
allowList
- the value to setpublic UnifiedAgentLoggingGrepFilter.Builder denyList(List<GrepFilterDenyRule> denyList)
A list of filtering rules to reject logs
denyList
- the value to setpublic UnifiedAgentLoggingGrepFilter build()
public UnifiedAgentLoggingGrepFilter.Builder copy(UnifiedAgentLoggingGrepFilter model)
Copyright © 2016–2024. All rights reserved.