aws.es.get_upgrade_history
Example SQL Queries
SELECT * FROMaws.es.get_upgrade_historyWHERE"domain_name" = 'VALUE';Description
Retrieves the complete history of the last 10 upgrades that were performed on the domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen). | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| start_timestamp UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format. | TIMESTAMP_S |
| steps_list A list of UpgradeStepItem s representing information about each step performed as pard of a specific Upgrade or Upgrade Eligibility Check. | STRUCT( |
Show child fields
| |
| upgrade_name A string that describes the update briefly | VARCHAR |
| upgrade_status The overall status of the update. The status can take one of the following values:
| VARCHAR |