Commit Graph

6 Commits

Author SHA1 Message Date
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
James Rodewig 813c9fe040 [DOCS] Relocate tip for Fleet APIs 2021-07-26 18:14:05 -04:00
Eric Davis 9dda29fcf4
[DOCS] Add tip for Kibana Fleet APIs (#75711)
Adds a tip to direct external search users to the Kibana Fleet APIs.

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-07-26 17:59:31 -04:00
James Rodewig 88eea37ddd [DOCS] Fix typos 2021-07-21 16:24:00 -04:00
Tim Brooks d5b96a35d0
Add fleet polling API for global checkpoint (#71093)
Fleet server needs an API to access up to date global checkpoints for
indices. Additionally, it requires a mode of operation when fleet can
provide its current knowledge about the global checkpoints and poll for
advancements. This commit introduces this API in the fleet plugin.
2021-04-14 11:19:33 -06:00