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
Manages an Elasticsearch alias. See, https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html
8
+
---
9
+
10
+
# elasticstack_elasticsearch_alias (Resource)
11
+
12
+
Manages an Elasticsearch alias. See, https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html
13
+
14
+
15
+
16
+
<!-- schema generated by tfplugindocs -->
17
+
## Schema
18
+
19
+
### Required
20
+
21
+
-`indices` (Set of String) A set of indices to which the alias should point.
22
+
-`name` (String) The alias name.
23
+
24
+
### Optional
25
+
26
+
-`filter` (String) Query used to limit documents the alias can access.
27
+
-`index_routing` (String) Value used to route indexing operations to a specific shard. If specified, this overwrites the `routing` value for indexing operations.
28
+
-`is_hidden` (Boolean) If true, the alias is hidden.
29
+
-`is_write_index` (Boolean) If true, the index is the write index for the alias.
30
+
-`routing` (String) Value used to route indexing and search operations to a specific shard.
31
+
-`search_routing` (String) Value used to route search operations to a specific shard. If specified, this overwrites the routing value for search operations.
32
+
33
+
### Read-Only
34
+
35
+
-`id` (String) Generated ID of the alias resource.
0 commit comments