Commit Graph

4 Commits

Author SHA1 Message Date
Jill Guyonnet 1a254c2f08
[Fleet] Fix Fleet API docs (#97981) 2023-07-27 17:22:44 +02:00
Tim Brooks b4286a217e
Modify fleet search URLs to avoid url collisions (#79776)
Currently the fleet search URL of /_fleet/_msearch will collide with the
normal msearch API when the fleet plugin is not enabled. This is because
_fleet will be identified as an index to search. This commit resolves
the issue by changing the APIs to /_fleet/_fleet_search and
/_fleet/_fleet_msearch.
2021-10-26 10:03:18 -06:00
Tim Brooks e5c510c64f
Add alias support to fleet search API (#79285)
Currently the fleet search and msearch APIs do not support aliases. This
PR adds support if the alias resolves to a single concrete index.
2021-10-15 15:32:19 -06:00
Tim Brooks 7ad7d7eccd
Add fleet search api to wait on refreshes (#73134)
This is related to #71449. This commit adds a specialized search API
which allows users to pass wait on refresh checkpoints. When users pass
these checkpoints to the API, the search will only be executed after the
checkpoints are visible after a refresh.
2021-10-14 12:17:04 -06:00