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
# Simulate matching the given index name against the index templates in the system
25
+
# Simulate an index.
26
+
# Get the index configuration that would be applied to the specified index from an existing index template.
26
27
#
27
-
# @option arguments [String] :name The name of the index (it must be a concrete index name)
28
-
# @option arguments [Boolean] :create Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one
29
-
# @option arguments [String] :cause User defined reason for dry-run creating the new template for simulation purposes
30
-
# @option arguments [Time] :master_timeout Specify timeout for connection to master
31
-
# @option arguments [Boolean] :include_defaults Return all relevant default configurations for this index template simulation (default: false)
28
+
# @option arguments [String] :name Name of the index to simulate (*Required*)
29
+
# @option arguments [Time] :master_timeout Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
30
+
# @option arguments [Boolean] :include_defaults If true, returns all relevant default configurations for the index template.
0 commit comments