Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add limit to Discover ES|QL queries to remove deprecation warnings (e…
…lastic#202735) ## Summary Resolves elastic#196491. Adds a `LIMIT` to our ES|QL Discover tests. Without the `LIMIT` we are getting the following deprecation messages: > Elasticsearch deprecation: 299 Elasticsearch-9.0.0-c74c06daee0583562c82597b19178268b9f415e5 "No limit defined, adding default limit of [1000]" ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
- Loading branch information