Skip to content

Commit

Permalink
[API] Adds allow_partial_search_results and allow_partial_sequence_re…
Browse files Browse the repository at this point in the history
…sults boolean parameters to eql.search
  • Loading branch information
picandocodigo committed Dec 23, 2024
1 parent c34d969 commit c4f2e21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elasticsearch-api/lib/elasticsearch/api/actions/eql/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ module Actions
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
# @option arguments [Boolean] :keep_on_completion Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false)
# @option arguments [Time] :keep_alive Update the time interval in which the results (partial or final) for this search will be available
# @option arguments [Boolean] :allow_partial_search_results Control whether the query should keep running in case of shard failures, and return partial results
# @option arguments [Boolean] :allow_partial_sequence_results Control whether a sequence query should return partial results or no results at all in case of shard failures. This option has effect only if [allow_partial_search_results] is true.
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Eql request body. Use the `query` to limit the query scope. (*Required*)
#
Expand Down

0 comments on commit c4f2e21

Please sign in to comment.