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
Copy file name to clipboardExpand all lines: docs/index.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -72,22 +72,22 @@ EOF
72
72
-`aws_profile` (String) The AWS profile for use with AWS OpenSearch Service domains
73
73
-`aws_region` (String) The AWS region for use in signing of AWS OpenSearch requests. Must be specified in order to use AWS URL signing with AWS OpenSearch endpoint exposed on a custom DNS domain.
74
74
-`aws_secret_key` (String) The secret key for use with AWS OpenSearch Service domains
75
-
-`aws_signature_service` (String) AWS service name used in the credential scope of signed requests to opensearch.
75
+
-`aws_signature_service` (String) AWS service name used in the credential scope of signed requests to OpenSearch.
76
76
-`aws_token` (String) The session token for use with AWS OpenSearch Service domains
77
77
-`cacert_file` (String) A Custom CA certificate
78
-
-`client_cert_path` (String) A X509 certificate to connect to opensearch
79
-
-`client_key_path` (String) A X509 key to connect to opensearch
80
-
-`healthcheck` (Boolean) Set the client healthcheck option for the opensearch client. Healthchecking is designed for direct access to the cluster.
81
-
-`host_override` (String) If provided, sets the 'Host' header of requests and the 'ServerName' for certificate validation to this value. See the documentation on connecting to opensearch via an SSH tunnel.
78
+
-`client_cert_path` (String) A X509 certificate to connect to OpenSearch
79
+
-`client_key_path` (String) A X509 key to connect to OpenSearch
80
+
-`healthcheck` (Boolean) Set the client healthcheck option for the OpenSearch client. Healthchecking is designed for direct access to the cluster.
81
+
-`host_override` (String) If provided, sets the 'Host' header of requests and the 'ServerName' for certificate validation to this value. See the documentation on connecting to OpenSearch via an SSH tunnel.
82
82
-`insecure` (Boolean) Disable SSL verification of API calls
83
-
-`opensearch_version` (String) opensearch Version
84
-
-`password` (String) Password to use to connect to opensearch using basic auth
85
-
-`proxy` (String) Proxy URL to use for requests to opensearch.
86
-
-`sign_aws_requests` (Boolean) Enable signing of AWS opensearch requests. The `url` must refer to AWS ES domain (`*.<region>.es.amazonaws.com`), or `aws_region` must be specified explicitly.
87
-
-`sniff` (Boolean) Set the node sniffing option for the opensearch client. Client won't work with sniffing if nodes are not routable.
83
+
-`opensearch_version` (String) OpenSearch Version
84
+
-`password` (String) Password to use to connect to OpenSearch using basic auth
85
+
-`proxy` (String) Proxy URL to use for requests to OpenSearch.
86
+
-`sign_aws_requests` (Boolean) Enable signing of AWS OpenSearch requests. The `url` must refer to AWS ES domain (`*.<region>.es.amazonaws.com`), or `aws_region` must be specified explicitly.
87
+
-`sniff` (Boolean) Set the node sniffing option for the OpenSearch client. Client won't work with sniffing if nodes are not routable.
88
88
-`token` (String) A bearer token or ApiKey for an Authorization header, e.g. Active Directory API key.
89
89
-`token_name` (String) The type of token, usually ApiKey or Bearer
90
-
-`username` (String) Username to use to connect to opensearch using basic auth
90
+
-`username` (String) Username to use to connect to OpenSearch using basic auth
91
91
-`version_ping_timeout` (Number) Version ping timeout in seconds
-`highlight_max_analyzed_offset` (String) The maximum number of characters that will be analyzed for a highlight request. A stringified number.
60
60
-`include_type_name` (String) A string that indicates if and what we should pass to include_type_name parameter. Set to `"false"` when trying to create an index on a v6 cluster without a doc type or set to `"true"` when trying to create an index on a v7 cluster with a doc type. Since mapping updates are not currently supported, this applies only on index create.
61
61
-`index_knn` (Boolean) Indicates whether the index should build native library indices for the knn_vector fields. If set to false, the knn_vector fields will be stored in doc values, but Approximate k-NN search functionality will be disabled.
62
-
-`index_knn_algo_param_ef_search` (String) The size of the dynamic list used during k-NN searches. Higher values lead to more accurate but slower searches. Only available for `nmslib` implementation.
62
+
-`index_knn_algo_param_ef_search` (String) The size of the dynamic list used during k-NN searches. Higher values lead to more accurate but slower searches. Only available for nmslib.
63
63
-`index_similarity_default` (String) A JSON string describing the default index similarity config.
64
64
-`indexing_slowlog_level` (String) Set which logging level to use for the search slow log, can be: `warn`, `info`, `debug`, `trace`
65
65
-`indexing_slowlog_source` (String) Set the number of characters of the `_source` to include in the slowlog lines, `false` or `0` will skip logging the source entirely and setting it to `true` will log the entire source regardless of size. The original `_source` is reformatted by default to make sure that it fits on a single log line.
Provides an OpenSearch Index State Management (ISM) policy. Please refer to the OpenSearch ISM documentation for details.
7
+
!> opensearch_ism_policy_mapping is deprecated in OpenSearch 1.x please use the opensearch_ism_policy resource and specify the ism_template attribute in the policies instead.
7
8
---
8
9
9
-
!> **NOTE:**`opensearch_ism_policy_mapping` is deprecated in Opensearch 1.x please use the `opensearch_ism_policy` resource and specify the `ism_template` attribute in the policies instead.
10
-
11
10
# opensearch_ism_policy_mapping (Resource)
12
11
13
12
Provides an OpenSearch Index State Management (ISM) policy. Please refer to the OpenSearch ISM documentation for details.
14
13
14
+
!> `opensearch_ism_policy_mapping` is deprecated in OpenSearch 1.x please use the `opensearch_ism_policy` resource and specify the `ism_template` attribute in the policies instead.
Description: "The access key for use with AWS opensearch Service domains",
135
+
Description: "The access key for use with AWS OpenSearch Service domains",
136
136
},
137
137
"aws_secret_key": {
138
138
Type: schema.TypeString,
139
139
Optional: true,
140
140
Default: "",
141
-
Description: "The secret key for use with AWS opensearch Service domains",
141
+
Description: "The secret key for use with AWS OpenSearch Service domains",
142
142
},
143
143
"aws_token": {
144
144
Type: schema.TypeString,
145
145
Optional: true,
146
146
Default: "",
147
-
Description: "The session token for use with AWS opensearch Service domains",
147
+
Description: "The session token for use with AWS OpenSearch Service domains",
148
148
},
149
149
"aws_profile": {
150
150
Type: schema.TypeString,
151
151
Optional: true,
152
152
Default: "",
153
-
Description: "The AWS profile for use with AWS opensearch Service domains",
153
+
Description: "The AWS profile for use with AWS OpenSearch Service domains",
154
154
},
155
155
"aws_region": {
156
156
Type: schema.TypeString,
157
157
Optional: true,
158
158
Default: "",
159
-
Description: "The AWS region for use in signing of AWS opensearch requests. Must be specified in order to use AWS URL signing with AWS OpenSearch endpoint exposed on a custom DNS domain.",
159
+
Description: "The AWS region for use in signing of AWS OpenSearch requests. Must be specified in order to use AWS URL signing with AWS OpenSearch endpoint exposed on a custom DNS domain.",
Description: "Enable signing of AWS opensearch requests. The `url` must refer to AWS ES domain (`*.<region>.es.amazonaws.com`), or `aws_region` must be specified explicitly.",
191
+
Description: "Enable signing of AWS OpenSearch requests. The `url` must refer to AWS ES domain (`*.<region>.es.amazonaws.com`), or `aws_region` must be specified explicitly.",
192
192
},
193
193
"aws_signature_service": {
194
194
Type: schema.TypeString,
195
195
Optional: true,
196
196
Default: "es",
197
-
Description: "AWS service name used in the credential scope of signed requests to opensearch.",
197
+
Description: "AWS service name used in the credential scope of signed requests to OpenSearch.",
198
198
},
199
199
"opensearch_version": {
200
200
Type: schema.TypeString,
201
201
Optional: true,
202
202
Default: "",
203
-
Description: "opensearch Version",
203
+
Description: "OpenSearch Version",
204
204
},
205
205
// version_ping_timeout is the time the ping to check the cluster
206
-
// version waits for a response from opensearch on startup, e.g. when
206
+
// version waits for a response from OpenSearch on startup, e.g. when
Description: "If provided, sets the 'Host' header of requests and the 'ServerName' for certificate validation to this value. See the documentation on connecting to opensearch via an SSH tunnel.",
218
+
Description: "If provided, sets the 'Host' header of requests and the 'ServerName' for certificate validation to this value. See the documentation on connecting to OpenSearch via an SSH tunnel.",
219
219
},
220
220
"proxy": {
221
221
Type: schema.TypeString,
222
222
Optional: true,
223
-
Description: "Proxy URL to use for requests to opensearch.",
223
+
Description: "Proxy URL to use for requests to OpenSearch.",
Description: "Provides an OpenSearch Index State Management (ISM) policy. Please refer to the OpenSearch ISM documentation for details.",
56
+
Description: "Provides an OpenSearch Index State Management (ISM) policy. Please refer to the OpenSearch ISM documentation for details.\n\n!> `opensearch_ism_policy_mapping` is deprecated in OpenSearch 1.x please use the `opensearch_ism_policy` resource and specify the `ism_template` attribute in the policies instead.",
DeprecationMessage: "opensearch_ism_policy_mapping is deprecated in Opensearch 1.x please use the opensearch_ism_policy resource and specify the ism_template attribute in the policies instead.",
69
+
DeprecationMessage: "opensearch_ism_policy_mapping is deprecated in OpenSearch 1.x please use the opensearch_ism_policy resource and specify the ism_template attribute in the policies instead.",
0 commit comments