OpenSearch Serverless provider enables seamless integration with AWS OpenSearch Serverless for document-level querying, alerting, and writing, directly into Keep.
The OpenSearch Provider offers native integration with Amazon OpenSearch Serverless, allowing Keep users to query, monitor, and write documents in real-time. This supports observability and event-driven alerting for operational and security use cases.
To connect OpenSearch with Keep, you’ll need:
To function properly, the OpenSearch provider requires the following IAM scopes:
iam:SimulatePrincipalPolicy
aoss:APIAccessAll
aoss:ListAccessPolicies
aoss:GetAccessPolicy
aoss:CreateIndex
aoss:ReadDocument
aoss:WriteDocument
iam:SimulatePrincipalPolicy
, aoss:APIAccessAll
, aoss:ListAccessPolicies
, aoss:GetAccessPolicy
, needs to be added from your IAM console to the IAM identity used by Keep.
The other two policies are data access policies which needs to be added from aws serverless dashboard.
Go through the readme to get step by step setup: README
To authenticate with OpenSearch Serverless, provide the following:
aoss:CreateIndex
, aoss:ReadDocument
and aoss:WriteDocument
on the target collection.Keep supports standard OpenSearch queries using the _search
endpoint:
You can use the _notify
functionality to push documents into OpenSearch collections.
OpenSearch Serverless provider enables seamless integration with AWS OpenSearch Serverless for document-level querying, alerting, and writing, directly into Keep.
The OpenSearch Provider offers native integration with Amazon OpenSearch Serverless, allowing Keep users to query, monitor, and write documents in real-time. This supports observability and event-driven alerting for operational and security use cases.
To connect OpenSearch with Keep, you’ll need:
To function properly, the OpenSearch provider requires the following IAM scopes:
iam:SimulatePrincipalPolicy
aoss:APIAccessAll
aoss:ListAccessPolicies
aoss:GetAccessPolicy
aoss:CreateIndex
aoss:ReadDocument
aoss:WriteDocument
iam:SimulatePrincipalPolicy
, aoss:APIAccessAll
, aoss:ListAccessPolicies
, aoss:GetAccessPolicy
, needs to be added from your IAM console to the IAM identity used by Keep.
The other two policies are data access policies which needs to be added from aws serverless dashboard.
Go through the readme to get step by step setup: README
To authenticate with OpenSearch Serverless, provide the following:
aoss:CreateIndex
, aoss:ReadDocument
and aoss:WriteDocument
on the target collection.Keep supports standard OpenSearch queries using the _search
endpoint:
You can use the _notify
functionality to push documents into OpenSearch collections.