@Deprecated
public static final class LoggingOptions.Builder
extends java.lang.Object
LoggingOptions
Constructor and Description |
---|
Builder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LoggingOptions.Builder |
appLogEnabled(java.lang.Boolean appLogEnabled)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
appLogGroup(ILogGroup appLogGroup)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
auditLogEnabled(java.lang.Boolean auditLogEnabled)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
auditLogGroup(ILogGroup auditLogGroup)
Deprecated.
use opensearchservice module instead
|
LoggingOptions |
build()
Deprecated.
|
LoggingOptions.Builder |
slowIndexLogEnabled(java.lang.Boolean slowIndexLogEnabled)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
slowIndexLogGroup(ILogGroup slowIndexLogGroup)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
slowSearchLogEnabled(java.lang.Boolean slowSearchLogEnabled)
Deprecated.
use opensearchservice module instead
|
LoggingOptions.Builder |
slowSearchLogGroup(ILogGroup slowSearchLogGroup)
Deprecated.
use opensearchservice module instead
|
@Deprecated public LoggingOptions.Builder appLogEnabled(java.lang.Boolean appLogEnabled)
LoggingOptions.getAppLogEnabled()
appLogEnabled
- Specify if Elasticsearch application logging should be set up.
Requires Elasticsearch version 5.1 or later.this
@Deprecated public LoggingOptions.Builder appLogGroup(ILogGroup appLogGroup)
LoggingOptions.getAppLogGroup()
appLogGroup
- Log Elasticsearch application logs to this log group.this
@Deprecated public LoggingOptions.Builder auditLogEnabled(java.lang.Boolean auditLogEnabled)
LoggingOptions.getAuditLogEnabled()
auditLogEnabled
- Specify if Elasticsearch audit logging should be set up.
Requires Elasticsearch version 6.7 or later and fine grained access control to be enabled.this
@Deprecated public LoggingOptions.Builder auditLogGroup(ILogGroup auditLogGroup)
LoggingOptions.getAuditLogGroup()
auditLogGroup
- Log Elasticsearch audit logs to this log group.this
@Deprecated public LoggingOptions.Builder slowIndexLogEnabled(java.lang.Boolean slowIndexLogEnabled)
LoggingOptions.getSlowIndexLogEnabled()
slowIndexLogEnabled
- Specify if slow index logging should be set up.
Requires Elasticsearch version 5.1 or later.this
@Deprecated public LoggingOptions.Builder slowIndexLogGroup(ILogGroup slowIndexLogGroup)
LoggingOptions.getSlowIndexLogGroup()
slowIndexLogGroup
- Log slow indices to this log group.this
@Deprecated public LoggingOptions.Builder slowSearchLogEnabled(java.lang.Boolean slowSearchLogEnabled)
LoggingOptions.getSlowSearchLogEnabled()
slowSearchLogEnabled
- Specify if slow search logging should be set up.
Requires Elasticsearch version 5.1 or later.this
@Deprecated public LoggingOptions.Builder slowSearchLogGroup(ILogGroup slowSearchLogGroup)
LoggingOptions.getSlowSearchLogGroup()
slowSearchLogGroup
- Log slow searches to this log group.this
@Deprecated public LoggingOptions build()
LoggingOptions
java.lang.NullPointerException
- if any required attribute was not provided