You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requests to [OpenSearch Service and OpenSearch Serverless](https://docs.aws.amazon.com/opensearch-service/index.html) must be signed using the AWS signing protocol. Use `opensearch-aws-sigv4` gem in place of `opensearch-ruby` gem.
112
146
113
-
For more information, checkout the [USER_GUIDE](opensearch-aws-sigv4/USER_GUIDE.md) of [opensearch-aws-sigv4](opensearch-aws-sigv4).
147
+
For more information, checkout the [USER_GUIDE](opensearch-aws-sigv4/USER_GUIDE.md) of [opensearch-aws-sigv4](opensearch-aws-sigv4).
# The OpenSearch Contributors require contributions made to
4
+
# this file be licensed under the Apache-2.0 license or a
5
+
# compatible open source license.
6
+
#
7
+
# Modifications Copyright OpenSearch Contributors. See
8
+
# GitHub history for details.
9
+
10
+
moduleOpenSearch
11
+
moduleAPI
12
+
moduleActions
13
+
# Creates a point in time.
14
+
#
15
+
# @option arguments [String] :index The name(s) of the target index(es) for the PIT. May contain a comma-separated list or a wildcard index pattern. (required)
16
+
# @option arguments [String] :keep_alive The amount of time to keep the PIT. (required)
17
+
# @option arguments [String] :preference The node or the shard used to perform the search. (default: random)
18
+
# @option arguments [String] :routing Specifies to route search requests to a specific shard.
19
+
# @option arguments [String] :expand_wildcards The type of index that can match the wildcard pattern. Supports comma-separated values. (default: open)
20
+
# @option arguments [String] :allow_partial_pit_creation Specifies whether to create a PIT with partial failures. (default: false)
0 commit comments