Insight - Amazon OpenSearch Service

Insight

Represents an insight returned by the ListInsights operation. An insight is a notification about a domain event or recommendation that helps you optimize your Amazon OpenSearch Service domain.

Contents

CreationTime

The timestamp when the insight was created, in epoch milliseconds.

Type: Timestamp

Required: No

DisplayName

The display name of the insight.

Type: String

Required: No

InsightId

The unique identifier of the insight.

Type: String

Length Constraints: Fixed length of 36.

Pattern: \p{XDigit}{8}-\p{XDigit}{4}-\p{XDigit}{4}-\p{XDigit}{4}-\p{XDigit}{12}

Required: No

IsExperimental

Indicates whether the insight is experimental.

Type: Boolean

Required: No

Priority

The priority level of the insight. Possible values are CRITICAL, HIGH, MEDIUM, and LOW.

Type: String

Valid Values: CRITICAL | HIGH | MEDIUM | LOW

Required: No

Status

The current status of the insight. Possible values are ACTIVE, RESOLVED, and DISMISSED.

Type: String

Valid Values: ACTIVE | RESOLVED | DISMISSED

Required: No

Type

The type of the insight. Possible values are EVENT and RECOMMENDATION.

Type: String

Valid Values: EVENT | RECOMMENDATION

Required: No

UpdateTime

The timestamp when the insight was last updated, in epoch milliseconds.

Type: Timestamp

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: