AWS::OSIS::Pipeline LogPublishingOptions
Container for the values required to configure logging for the pipeline. If you don't specify these values, OpenSearch Ingestion will not publish logs from your application to CloudWatch Logs.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CloudWatchLogDestination" :
CloudWatchLogDestination
, "IsLoggingEnabled" :Boolean
}
YAML
CloudWatchLogDestination:
CloudWatchLogDestination
IsLoggingEnabled:Boolean
Properties
CloudWatchLogDestination
-
The destination for OpenSearch Ingestion logs sent to Amazon CloudWatch Logs. This parameter is required if
IsLoggingEnabled
is set totrue
.Required: No
Type: CloudWatchLogDestination
Update requires: No interruption
IsLoggingEnabled
-
Whether logs should be published.
Required: No
Type: Boolean
Update requires: No interruption