Skip to content

Commit 2052773

Browse files
committed
[API] Adds verbose parameter to get_data_stream
1 parent 2dff53b commit 2052773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elasticsearch-serverless/api/indices/get_data_stream.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ module Actions
3131
# Supports comma-separated values, such as +open,hidden+. Server default: open.
3232
# @option arguments [Boolean] :include_defaults If true, returns all relevant default configurations for the index template.
3333
# @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.
3435
# @option arguments [Hash] :headers Custom HTTP headers
3536
#
3637
# @see https://www.elastic.co/guide/en/elasticsearch/reference/master/data-streams.html

0 commit comments

Comments
 (0)