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: lib/elasticsearch-serverless/api/indices/get_data_stream.rb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ module Actions
31
31
# Supports comma-separated values, such as +open,hidden+. Server default: open.
32
32
# @option arguments [Boolean] :include_defaults If true, returns all relevant default configurations for the index template.
33
33
# @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.
34
+
# @option arguments [Boolean] :verbose Whether the maximum timestamp for each data stream should be calculated and returned.
0 commit comments