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
What: EQL event queries will now return partial results if a given shard that otherwise would have been part of the query results is not available. Previously an error would be returned with no hits. Now we can return a list of hits from the available shards and an error message explaining how we allow for partial results. See this PR for more details elastic/kibana#207396 When: This is available in 8.18 and 9.0. Why: It is now supported by Elasticsearch: elastic/elasticsearch#116388
Description
What: EQL event queries will now return partial results if a given shard that otherwise would have been part of the query results is not available. Previously an error would be returned with no
hits
. Now we can return a list ofhits
from the available shards and an error message explaining how we allow for partial results. See this PR for more details elastic/kibana#207396When: This is available in 8.18 and 9.0.
Why: It is now supported by Elasticsearch: elastic/elasticsearch#116388
Resources
This feature was implemented in elastic/kibana#207396
Which documentation set does this change impact?
Elastic On-Prem and Cloud (all)
Feature differences
This feature is identical in all deployments
What release is this request related to?
8.18
Collaboration model
The documentation team
Point of contact.
Main contact: @dhurley14 @yctercero
The text was updated successfully, but these errors were encountered: