Skip to content

Commit

Permalink
improve the doc to disable the logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pahud committed Feb 21, 2024
1 parent 6f867d6 commit 3906f09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/aws-cdk-lib/aws-opensearchservice/lib/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export interface LoggingOptions {
/**
* Specify if slow search logging should be set up.
* Requires Elasticsearch version 5.1 or later or OpenSearch version 1.0 or later.
* An explicit `false` is required when disabling it from `true`.
*
* @default - false
*/
Expand All @@ -187,6 +188,7 @@ export interface LoggingOptions {
/**
* Specify if slow index logging should be set up.
* Requires Elasticsearch version 5.1 or later or OpenSearch version 1.0 or later.
* An explicit `false` is required when disabling it from `true`.
*
* @default - false
*/
Expand All @@ -202,6 +204,7 @@ export interface LoggingOptions {
/**
* Specify if Amazon OpenSearch Service application logging should be set up.
* Requires Elasticsearch version 5.1 or later or OpenSearch version 1.0 or later.
* An explicit `false` is required when disabling it from `true`.
*
* @default - false
*/
Expand Down

0 comments on commit 3906f09

Please sign in to comment.