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: specification/indices/put_alias/examples/request/indicesPutAliasRequestExample2.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
summary: Write index
2
2
method_request: POST /logs-my_app-default/_alias/logs
3
-
description: You can use is_write_index to specify a write index or data stream for an alias. Elasticsearch routes any write requests for the alias to this index or data stream.
3
+
description:
4
+
You can use is_write_index to specify a write index or data stream for an alias. Elasticsearch routes any write
5
+
requests for the alias to this index or data stream.
0 commit comments