翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
Amazon OpenSearch Service Serverless
注記
OpenSearch Service Serverless サポートは、Grafana バージョン 9.4 以降を実行している Grafana ワークスペースでのみ使用できます。
OpenSearch サービスデータソースを使用して、Amazon Managed Grafana で Amazon OpenSearch Service Serverless データにアクセスできます。データへのアクセスは、データアクセスポリシーによって制御されます。次の例は、ユーザーが特定のコレクションとインデックスをクエリできるようにするポリシーを示しています。
、、および をcollection_name
ユースケースに適したindex_name
値に置き換えてください。principal_arn
[ { "Rules": [ { "Resource": ["collection/{
collection_name
}"], "Permission": ["aoss:DescribeCollectionItems"], "ResourceType": "collection" }, { "Resource": ["index/{collection_name
}/{index_name
}"], "Permission": ["aoss:DescribeIndex", "aoss:ReadDocument"], "ResourceType": "index" } ], "Principal": ["principal_arn
"], "Description": "read-access" } ]