Amazon을 통한 OpenSearch 서비스 이벤트 모니터링 EventBridge - 아마존 OpenSearch 서비스

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

Amazon을 통한 OpenSearch 서비스 이벤트 모니터링 EventBridge

Amazon OpenSearch Service는 EventBridge Amazon과 통합되어 도메인에 영향을 미치는 특정 이벤트를 사용자에게 알립니다. AWS 서비스에서 발생하는 이벤트는 거의 EventBridge 실시간으로 전송됩니다. 아마존의 전신인 아마존 CloudWatch 이벤트에도 동일한 이벤트가 전송됩니다. EventBridge 원하는 이벤트만 표시하도록 간단한 규칙을 작성한 후 규칙과 일치하는 이벤트 발생 시 실행할 자동화 작업을 지정할 수 있습니다. 자동으로 트리거할 수 있는 태스크는 다음과 같습니다.

  • 함수 호출 AWS Lambda

  • Amazon EC2 Run Command 호출

  • Amazon Kinesis Data Streams로 이벤트 릴레이

  • Step AWS Functions 스테이트 머신 활성화

  • SNS 주제 또는 Amazon SQS 대기열 알림

자세한 내용은 Amazon EventBridge 사용 설명서의 Amazon EventBridge 시작하기를 참조하십시오.

서비스 소프트웨어 업데이트 이벤트

OpenSearch 서비스는 다음 서비스 소프트웨어 업데이트 이벤트 중 하나가 발생할 EventBridge 때 이벤트를 전송합니다.

서비스 소프트웨어 업데이트 사용 가능

OpenSearch 서비스는 서비스 소프트웨어 업데이트를 사용할 수 있을 때 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Available", "severity": "Informational", "description": "Service software update R20220928 available. Service Software Deployment Mechanism: Blue/Green. For more information on deployment configuration, please see: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html" } }

서비스 소프트웨어 업데이트 예약 완료

OpenSearch 서비스는 서비스 소프트웨어 업데이트가 예약되면 이 이벤트를 전송합니다. 선택적 업데이트의 경우 예약된 날짜에 알림을 받게 되며 언제든지 일정을 변경할 수 있습니다. 필수 업데이트의 경우 예정된 날짜보다 3일 전에 알림을 받게 되며 필수 기간 내에서 일정을 조정할 수 있습니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Scheduled", "severity": "High", "description": "A new service software update [R20200330-p1] has been scheduled at [21st May 2023 12:40 GMT]. Please see documentation for more information on scheduling software updates: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html." } }

서비스 소프트웨어 업데이트 일정 변경

OpenSearch 선택적 서비스 소프트웨어 업데이트 일정이 조정되면 서비스가 이 이벤트를 전송합니다. 자세한 정보는 선택적 업데이트와 필수 업데이트 비교을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Rescheduled", "severity": "High", "description": "The service software update [R20200330-p1], which was originally scheduled for [21st May 2023 12:40 GMT], has been rescheduled to [23rd May 2023 12:40 GMT]. Please see documentation for more information on scheduling software updates: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/service-software.html." } }

서비스 소프트웨어 업데이트 시작

OpenSearch 서비스는 서비스 소프트웨어 업데이트가 시작되면 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Started", "severity": "Informational", "description": "Service software update [R20200330-p1] started. } }

서비스 소프트웨어 업데이트 완료

OpenSearch 서비스는 서비스 소프트웨어 업데이트가 완료되면 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Completed", "severity": "Informational", "description": "Service software update [R20200330-p1] completed." } }

서비스 소프트웨어 업데이트 취소

OpenSearch 서비스 소프트웨어 업데이트가 취소되면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Cancelled", "severity": "Informational", "description": "The scheduled service software update [R20200330-p1] has been cancelled as a newer update is available. Please schedule the latest update." } }

예약된 서비스 소프트웨어 업데이트 취소

OpenSearch 이전에 도메인에 예약된 서비스 소프트웨어 업데이트가 취소되면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Cancelled", "severity": "Informational", "description": "The scheduled service software update [R20200330-p1] has been cancelled." } }

서비스 소프트웨어 업데이트 미실행

OpenSearch 서비스에서 서비스 소프트웨어 업데이트를 시작할 수 없는 경우 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Unexecuted", "severity": "Informational", "description": "The scheduled service software update [R20200330-p1] cannot be started. Reason: [reason]" } }

서비스 소프트웨어 업데이트 실패

OpenSearch 서비스 소프트웨어 업데이트가 실패하면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Failed", "severity": "High", "description": "Installation of service software update [R20200330-p1] failed. [reason]. } }

서비스 소프트웨어 업데이트 필요

OpenSearch 서비스는 서비스 소프트웨어 업데이트가 필요할 때 이 이벤트를 전송합니다. 자세한 정보는 선택적 업데이트와 필수 업데이트 비교을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Software Update Notification", "source": "aws.es", "account": "123456789012", "time": "2016-11-01T13:12:22Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Service Software Update", "status": "Required", "severity": "High", "description": "Service software update [R20200330-p1] available. Update will be automatically installed after [21st May 2023] if no action is taken. Service Software Deployment Mechanism: Blue/Green. For more information on deployment configuration, please see: https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html" } }

이벤트 자동 조정

OpenSearch 서비스는 다음 Auto-Tune 이벤트 중 하나가 발생할 EventBridge 때 이벤트를 전송합니다.

자동 조정 보류 중

OpenSearch Auto-Tune이 클러스터 성능 및 가용성 개선을 위한 조정 권장 사항을 식별하면 서비스가 이 이벤트를 전송합니다. 자동 조정이 비활성화된 도메인에 대해서만 이 이벤트가 표시됩니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Auto-Tune Event", "severity": "Informational", "status": "Pending", "description": "Auto-Tune recommends the following new settings for your domain: { JVM Heap size : 60%}. Enable Auto-Tune to improve cluster stability and performance.", "scheduleTime": "{iso8601-timestamp}" } }

자동 조정 시작

OpenSearch Auto-Tune이 도메인에 새 설정을 적용하기 시작하면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Auto-Tune Event", "severity": "Informational", "status": "Started", "scheduleTime": "{iso8601-timestamp}", "startTime": "{iso8601-timestamp}", "description" : "Auto-Tune is applying the following settings to your domain: { JVM Heap size : 60%}." } }

자동 조정에 예약된 블루/그린(Blue/Green) 배포 필요

OpenSearch 서비스는 Auto-Tune에서 예정된 블루/그린 배포가 필요한 조정 권장 사항을 식별한 경우 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Auto-Tune Event", "severity": "Low", "status": "Pending", "startTime": "{iso8601-timestamp}", "description": "Auto-Tune has identified the following settings for your domain that require a blue/green deployment: { JVM Heap size : 60%}. You can schedule the deployment for your preferred time." } }

자동 조정 취소

OpenSearch 보류 중인 조정 권장 사항이 없어 자동 조정 일정이 취소된 경우 서비스에서 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Auto-Tune Event", "severity": "Low", "status": "Cancelled", "scheduleTime": "{iso8601-timestamp}", "description": "Auto-Tune has cancelled the upcoming blue/green deployment." } }

자동 조정 완료

OpenSearch 서비스는 Auto-Tune이 블루/그린 배포를 완료하고 클러스터가 새 JVM 설정으로 작동할 때 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Auto-Tune Event", "severity": "Informational", "status": "Completed", "completionTime": "{iso8601-timestamp}", "description": "Auto-Tune has completed the blue/green deployment and successfully applied the following settings: { JVM Heap size : 60%}." } }

자동 조정 비활성화 및 변경 사항 철회

OpenSearch Auto-Tune이 비활성화되고 적용된 변경 사항이 롤백되면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": [ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail": { "event": "Auto-Tune Event", "severity": "Informational", "status": "Completed", "description": "Auto-Tune is now disabled. All settings have been reverted. Auto-Tune will continue to evaluate cluster performance and provide recommendations.", "completionTime": "{iso8601-timestamp}" } }

자동 조정 비활성화 및 변경 사항 유지

OpenSearch 자동 조정이 비활성화되고 적용된 변경 내용이 유지되면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "3acb26c8-397c-4c89-a80a-ce672a864c55", "detail-type": "Amazon OpenSearch Service Auto-Tune Notification", "source": "aws.es", "account": "123456789012", "time": "2020-10-30T22:06:31Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Auto-Tune Event", "severity": "Informational", "status": "Completed", "description": "Auto-Tune is now disabled. The most-recent settings by Auto-Tune have been retained. Auto-Tune will continue to evaluate cluster performance and provide recommendations.", "completionTime": "{iso8601-timestamp}" } }

클러스터 상태 이벤트

OpenSearch 서비스는 클러스터 상태가 손상된 EventBridge 경우 특정 이벤트를 전송합니다.

빨간색 클러스터 복구 시작됨

OpenSearch 클러스터 상태가 1시간 이상 계속 빨간색으로 표시되면 서비스가 이 이벤트를 전송합니다. 클러스터 상태를 수정하기 위해 스냅샷에서 하나 이상의 빨간색 인덱스를 자동으로 복원하려고 시도합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Cluster Status Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"Automatic Snapshot Restore for Red Indices", "status":"Started", "severity":"High", "description":"Your cluster status is red. We have started automatic snapshot restore for the red indices. No action is needed from your side. Red indices [red-index-0, red-index-1]" } }

빨간색 클러스터 복구가 부분적으로 완료됨

OpenSearch 빨간색 클러스터 상태를 수정하려고 시도하는 중에 스냅샷에서 빨간색 인덱스의 일부만 복원할 수 있는 경우 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Cluster Status Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"Automatic Snapshot Restore for Red Indices", "status":"Partially Restored", "severity":"High", "description":"Your cluster status is red. We were able to restore the following Red indices from snapshot: [red-index-0]. Indices not restored: [red-index-1]. Please refer https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#handling-errors-red-cluster-status for troubleshooting steps." } }

빨간색 클러스터 복구 실패함

OpenSearch 빨간색 클러스터 상태를 수정하려고 시도하는 중에 인덱스를 복원하지 못하면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Cluster Status Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"Automatic Snapshot Restore for Red Indices", "status":"Failed", "severity":"High", "description":"Your cluster status is red. We were unable to restore the Red indices automatically. Indices not restored: [red-index-0, red-index-1]. Please refer https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#handling-errors-red-cluster-status for troubleshooting steps." } }

삭제할 샤드

OpenSearch 빨간색 클러스터 상태가 14일 동안 계속 빨간색으로 표시되었다가 빨간색 클러스터 상태를 자동으로 수정하려고 시도했지만 하나 이상의 인덱스가 빨간색으로 남아 있는 경우 서비스가 이 이벤트를 전송합니다. 7일 (계속 빨간색으로 표시되기까지 총 21일) 이 더 지나면 OpenSearch 서비스는 모든 빨간색 인덱스에서 할당되지 않은 샤드를 삭제합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Cluster Status Notification", "source":"aws.es", "account":"123456789012", "time":"2022-04-09T10:36:48Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "severity":"Medium", "description":"Your cluster status is red. Please fix the red indices as soon as possible. If not fixed by 2022-04-12 01:51:47+00:00, we will delete all unassigned shards, the unit of storage and compute, for these red indices to recover your domain and make it green. Please refer to https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#handling-errors-red-cluster-status for troubleshooting steps. test_data, test_data1", "event":"Automatic Snapshot Restore for Red Indices", "status":"Shard(s) to be deleted" } }

샤드 삭제됨

OpenSearch 클러스터 상태가 21일 동안 지속적으로 빨간색으로 표시되면 서비스가 이 이벤트를 전송합니다. 모든 빨간색 인덱스에서 할당되지 않은 샤드(스토리지 및 컴퓨팅)가 삭제됩니다. 자세한 내용은 빨간색 클러스터의 자동 수정 섹션을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Cluster Status Notification", "source":"aws.es", "account":"123456789012", "time":"2022-04-09T10:54:48Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "severity":"High", "description":"We have deleted unassinged shards, the unit of storage and compute, in red indices: index-1, index-2 because these indices were red for more than 21 days and could not be restored with the automated restore process. Please refer to https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#handling-errors-red-cluster-status for troubleshooting steps.", "event":"Automatic Snapshot Restore for Red Indices", "status":"Shard(s) deleted" } }

샤드 수 높음 경고

OpenSearch 핫 데이터 노드의 평균 샤드 수가 권장 기본 한도인 1,000개의 90% 를 초과하면 서비스가 이 이벤트를 전송합니다. 이후 버전의 Elasticsearch에서는 노드당 구성 가능한 최대 샤드 수 제한을 OpenSearch 지원하지만, 노드당 샤드는 1,000개를 넘지 않는 것이 좋습니다. 샤드 수 선택을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"High Shard Count", "status":"Warning", "severity":"Low", "description":"One or more data nodes have close to 1000 shards. To ensure optimum performance and stability of your cluster, please refer to the best practice guidelines - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/sizing-domains.html#bp-sharding." } }

샤드 수 제한 초과됨

OpenSearch 핫 데이터 노드의 평균 샤드 수가 권장 기본 한도인 1,000개를 초과하면 서비스가 이 이벤트를 전송합니다. 이후 버전의 Elasticsearch에서는 노드당 구성 가능한 최대 샤드 수 제한을 OpenSearch 지원하지만, 노드당 샤드는 1,000개를 넘지 않는 것이 좋습니다. 샤드 수 선택을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"High Shard Count", "status":"Warning", "severity":"Medium", "description":"One or more data nodes have more than 1000 shards. To ensure optimum performance and stability of your cluster, please refer to the best practice guidelines - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/sizing-domains.html#bp-sharding." } }

디스크 공간 부족

OpenSearch 클러스터에 있는 하나 이상의 노드에 사용 가능한 스토리지 공간이 25% 미만이거나 25GB 미만인 경우 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Low Disk Space", "status":"Warning", "severity":"Medium", "description":"One or more data nodes in your cluster has less than 25% of storage space or less than 25GB. Your cluster will be blocked for writes at 20% or 20GB. Please refer to the documentation for more information - https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#troubleshooting-cluster-block" } }

낮은 디스크 워터마크 위반

OpenSearch 클러스터의 모든 노드에 사용 가능한 스토리지 공간이 10% 미만이거나 10GB 미만인 경우 서비스는 이 이벤트를 전송합니다. 모든 노드가 로우 디스크 워터마크를 위반할 경우 새 인덱스는 노란색 클러스터로 표시되고 모든 노드가 하이 디스크 워터마크 아래로 떨어지면 빨간색 클러스터로 이어집니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Low Disk Watermark Breach", "status":"Warning", "severity":"Medium", "description":"Low Disk Watermark threshold is about to be breached. Once the threshold is breached, new index creation will be blocked on all nodes to prevent the cluster status from turning red. Please increase disk size to suit your storage needs. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#troubleshooting-cluster-block". } }

EBS 버스트 밸런스 70% 미만

OpenSearch 서비스는 하나 이상의 데이터 노드의 EBS 버스트 밸런스가 70% 미만으로 떨어지면 이 이벤트를 전송합니다. EBS 버스트 밸런스 고갈로 인해 광범위한 클러스터 가용성 및 I/O 요청 제한이 발생할 수 있으며, 이로 인해 인덱싱 및 검색 요청에 대한 지연과 시간 초과가 발생할 수 있습니다. 이 문제를 해결하는 단계는 낮은 EBS 버스트 밸런스 섹션을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"EBS Burst Balance", "status":"Warning", "severity":"Medium", "description":"EBS burst balance on one or more data nodes is below 70%. Follow https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#handling-errors-low-ebs-burst to fix this issue." } }

EBS 버스트 밸런스 20% 미만

OpenSearch 하나 이상의 데이터 노드의 EBS 버스트 밸런스가 20% 미만으로 떨어지면 서비스에서 이 이벤트를 전송합니다. EBS 버스트 밸런스 고갈로 인해 광범위한 클러스터 가용성 및 I/O 요청 제한이 발생할 수 있으며, 이로 인해 인덱싱 및 검색 요청에 대한 지연과 시간 초과가 발생할 수 있습니다. 이 문제를 해결하는 단계는 낮은 EBS 버스트 밸런스 섹션을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"EBS Burst Balance", "status":"Warning", "severity":"High", "description":"EBS burst balance on one or more data nodes is below 20%. Follow https://docs.aws.amazon.com/opensearch-service/latest/developerguide/handling-errors.html#handling-errors-low-ebs-burst to fix this issue. } }

디스크 처리량(Throughput) 제한

OpenSearch 서비스는 EBS 볼륨 또는 EC2 인스턴스의 처리량 제한으로 인해 도메인에 대한 읽기 및 쓰기 요청이 제한될 때 이 이벤트를 전송합니다. 이 알림을 받으면 권장 모범 사례에 따라 볼륨 또는 인스턴스를 확장해 보세요. AWS 볼륨 유형이 gp2(와)과 같으면 볼륨 크기를 늘리세요. 볼륨 유형이 gp3(와)과 같으면 처리량을 더 많이 프로비저닝하세요. 또한 인스턴스 기본 및 최대 EBS 처리량이 프로비저닝된 볼륨 처리량보다 크거나 같은지 확인하고 그에 따라 확장할 수 있습니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Disk Throughput Throttle", "status":"Warning", "severity":"Medium", "description":"Your domain is experiencing throttling due to instance or volume throughput limitations. Please consider scaling your domain to suit your throughput needs. In July 2023, we improved the accuracy of throughput throttle calculation by replacing ‘Max volume throughput’ with ‘Provisioned volume throughput’. Please refer to the documentation for more information." } }

대형 샤드 크기

OpenSearch 클러스터에 있는 샤드가 하나 이상 50GiB 또는 65GiB를 초과하면 서비스가 이 이벤트를 전송합니다. 최적의 클러스터 성능과 안정성을 보장하려면 샤드 크기를 줄이십시오.

자세한 내용은 샤딩 모범 사례를 참조하십시오.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Large Shard Size", "status":"Warning", "severity":"Medium", "description":"One or more shards are larger than 65GiB. To ensure optimum cluster performance and stability, reduce shard sizes. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html#monitoring-events-large-shard-size." } }

높은 JVM 사용량

OpenSearch 서비스는 도메인의 JVMMemoryPressure 측정치가 80% 를 초과할 때 이 이벤트를 전송합니다. 30분 동안 92%를 초과하면 클러스터에 대한 모든 쓰기 작업이 차단됩니다. 클러스터 안정성을 최적화하려면 클러스터로 향하는 트래픽을 줄이거나 도메인을 확장하여 워크로드에 충분한 메모리를 제공하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"High JVM Usage", "status":"Warning", "severity":"High", "description":"JVM memory pressure has exceeded 80%. If it exceeds 92% for 30 minutes, all write operations to your cluster will be blocked. To ensure optimum cluster stability, reduce traffic to the cluster or use larger instance types. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html#monitoring-events-high-jvm." } }

GC 부족

OpenSearch 최대 JVM이 70% 를 초과하고 최대값과 최소값 간의 차이가 30% 미만인 경우 서비스에서 이 이벤트를 전송합니다. 이는 워크로드의 가비지 수집 주기 동안 JVM이 충분한 메모리를 확보하지 못했음을 의미할 수 있습니다. 이로 인해 응답 속도가 점점 느려지고 지연 시간이 길어질 수 있으며, 상태 확인 시간 초과로 인해 노드가 중단되는 경우도 있습니다. 클러스터 안정성을 최적화하려면 클러스터로 향하는 트래픽을 줄이거나 도메인을 확장하여 워크로드에 충분한 메모리를 제공하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Insufficient GC", "status":"Warning", "severity":"Medium", "description":"Maximum JVM is above 70% and JVM range is less than 30%. This may indicate insufficient garbage collection for your workload. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html#monitoring-events-insufficient-gc." } }

사용자 지정 인덱스 라우팅 경고

OpenSearch 서비스는 도메인이 처리 중이고 블루그린 배포가 중단될 수 있는 사용자 지정 index.routing.allocation 설정이 있는 인덱스를 포함하는 경우 이 이벤트를 전송합니다. 설정이 제대로 적용되었는지 확인하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Custom Index Routing Warning", "status":"Warning", "severity":"Medium", "description":"Your domain is in processing state and contains indice(s) with custom index.routing.allocation settings which can cause blue-green deployments to get stuck. Verify settings are applied properly. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html#monitoring-events-index-routing." } }

샤드 잠금 실패

OpenSearch 샤드가 할당되지 않아 도메인이 비정상인 경우 서비스에서 이 이벤트를 전송합니다. [ShardLockObtainFailedException] 자세한 내용은 Amazon OpenSearch Service의 인메모리 샤드 락 예외를 해결하려면 어떻게 해야 합니까? 를 참조하십시오.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2017-12-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Failed Shard Lock", "status":"Warning", "severity":"Medium", "description":"Your domain is unhealthy due to unassigned shards with [ShardLockObtainFailedException]. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html#monitoring-events-failed-shard-lock." }

VPC 엔드포인트 이벤트

OpenSearch 서비스는 AWS PrivateLink 인터페이스 엔드포인트와 EventBridge 관련된 특정 이벤트를 전송합니다.

VPC 엔드포인트 생성 실패

OpenSearch 서비스는 요청된 VPC 엔드포인트를 생성할 수 없는 경우 이 이벤트를 전송합니다. 이 오류는 리전 내에서 허용되는 VPC 엔드포인트 수 제한에 도달했기 때문에 발생했을 수 있습니다. 지정된 서브넷이나 보안 그룹이 없는 경우에도 이 오류가 표시됩니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service VPC Endpoint Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"VPC Endpoint Create Validation", "status":"Failed", "severity":"High", "description":"Unable to create VPC endpoint aos-0d4c74c0342343 for domain arn:aws:es:eu-south-1:123456789012:domain/my-domain due to the following validation failures: You've reached the limit on the number of VPC endpoints that you can create in the AWS Region." } }

VPC 엔드포인트 업데이트 실패

OpenSearch 요청된 VPC 엔드포인트를 삭제할 수 없는 경우 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service VPC Endpoint Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"VPC Endpoint Update Validation", "status":"Failed", "severity":"High", "description":"Unable to update VPC endpoint aos-0d4c74c0342343 for domain arn:aws:es:eu-south-1:123456789012:domain/my-domain due to the following validation failures: <failure message>." } }

VPC 엔드포인트 삭제 실패

OpenSearch 요청된 VPC 엔드포인트를 삭제할 수 없는 경우 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service VPC Endpoint Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"VPC Endpoint Delete Validation", "status":"Failed", "severity":"High", "description":"Unable to delete VPC endpoint aos-0d4c74c0342343 for domain arn:aws:es:eu-south-1:123456789012:domain/my-domain due to the following validation failures: Specified subnet doesn't exist." } }

노드 만료 이벤트

OpenSearch 서비스는 다음 노드 폐기 이벤트 중 하나가 발생할 EventBridge 때 이벤트를 전송합니다.

노드 만료 예정

OpenSearch 서비스는 노드 폐기가 예약되면 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Notification", "source": "aws.es", "account": "123456789012", "time": "2023-04-07T10:07:33Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Node Retirement Notification", "status": "Scheduled", "severity": "Medium", "description": "An automated action to retire and replace a node has been scheduled on your domain. The node will be replaced in the next off-peak window. For more information, see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html." } }

노드 만료 완료

OpenSearch 서비스는 노드 폐기가 완료되면 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Notification", "source": "aws.es", "account": "123456789012", "time": "2023-04-07T10:07:33Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Node Retirement Notification", "status": "Completed", "severity": "Medium", "description": "The node has been retired and replaced with a new node." } }

노드 만료 실패

OpenSearch 서비스는 노드 폐기에 실패할 경우 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version": "0", "id": "01234567-0123-0123-0123-012345678901", "detail-type": "Amazon OpenSearch Service Notification", "source": "aws.es", "account": "123456789012", "time": "2023-04-07T10:07:33Z", "region": "us-east-1", "resources": ["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail": { "event": "Node Retirement Notification", "status": "Failed", "severity": "Medium", "description": "Node retirement failed. No actions are required from your end. We will automatically retry replacing the node." } }

성능이 저하된 노드 폐기 이벤트

OpenSearch 노드의 하드웨어 성능 저하로 인해 노드 교체가 필요한 경우 서비스가 이러한 이벤트를 전송합니다.

성능 저하 노드 폐기 알림

OpenSearch 서비스는 성능이 저하된 노드를 폐기하고 교체하는 자동 작업이 도메인에 예약되어 있을 때 이 이벤트를 보냅니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"db233454-aad1-7676-3b15-10a84b052baa", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2024-01-11T08:16:06Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-node-replacement" ], "detail":{ "severity":"Medium", "description":"An automated action to retire and replace a node has been scheduled on your domain. For more information, please see https://docs.aws.amazon.com/opensearch-service/latest/developerguide/monitoring-events.html.", "event":"Degraded Node Retirement Notification", "status":"Scheduled" } }

성능이 저하된 노드 폐기 완료

OpenSearch 성능이 저하된 노드가 폐기되고 새 노드로 교체되면 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"7444215c-90f9-a52d-bcda-e85973a9a762", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2024-01-11T10:20:30Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-node-replacement" ], "detail":{ "severity":"Medium", "description":"The node has been retired and replaced with a new node.", "event":"Degraded Node Retirement Notification", "status":"Completed" } }

성능이 저하된 노드 폐기에 실패했습니다.

OpenSearch 성능이 저하된 노드 폐기에 실패한 경우 서비스가 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"c328e9bb-93b9-c0b2-b17a-df527fdf96b6", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2024-01-11T08:31:38Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-node-replacement" ], "detail":{ "severity":"Medium", "description":"Node retirement failed. No actions are required from your end. We will automatically re-try replacing the node.", "event":"Degraded Node Retirement Notification", "status":"Failed" } }

도메인 오류 이벤트

OpenSearch 서비스는 다음 도메인 오류 중 하나가 발생할 EventBridge 때 이벤트를 전송합니다.

도메인 업데이트 검증 실패

OpenSearch 도메인을 업데이트하거나 구성 변경을 수행하려고 시도할 때 하나 이상의 유효성 검사 실패가 발생하는 경우 서비스가 이 이벤트를 전송합니다. 이러한 실패를 해결하는 단계는 Troubleshooting validation errors(검증 오류 문제 해결 중) 섹션을 참조하세요.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Domain Update Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":[ "arn:aws:es:us-east-1:123456789012:domain/test-domain" ], "detail":{ "event":"Domain Update Validation", "status":"Failed", "severity":"High", "description":"Unable to perform updates to your domain due to the following validation failures: <failures> Please see the documentation for more information https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-configuration-changes.html#validation" } }

KMS 키에 액세스할 수 없음

OpenSearch 서비스에서 키에 액세스할 수 없는 경우 이 이벤트를 전송합니다. AWS KMS

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Domain Error Notification", "source":"aws.es", "account":"123456789012", "time":"2016-11-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"KMS Key Inaccessible", "status":"Error", "severity":"High", "description":"The KMS key associated with this domain is inaccessible. You are at risk of losing access to your domain. For more information, please refer to https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html#disabled-key." } }

도메인 격리

OpenSearch 도메인이 격리되어 네트워크에서 해당 도메인에 도달할 수 없어 요청을 수신, 읽기 또는 쓸 수 없는 경우 서비스에서 이 이벤트를 전송합니다.

다음은 이러한 유형의 이벤트 예입니다.

{ "version":"0", "id":"01234567-0123-0123-0123-012345678901", "detail-type":"Amazon OpenSearch Service Notification", "source":"aws.es", "account":"123456789012", "time":"2023-11-01T13:12:22Z", "region":"us-east-1", "resources":["arn:aws:es:us-east-1:123456789012:domain/test-domain"], "detail":{ "event":"Domain Isolation Notification", "status":"Error", "severity":"High", "description":"Your OpenSearch Service domain has been isolated. An isolated domain is unreachable by network and cannot receive, read, or write requests. For more information and assistance, please contact AWS Support at https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html#disabled-key." } }