Commit graph

12 commits

Author SHA1 Message Date
Lisa Cawley
86d568ff26
[DOCS] More links to new API site (#119377) (#119417)
(cherry picked from commit ba8beecdb0)
2024-12-31 20:19:47 +00:00
Lisa Cawley
f2e457ccdb
[DOCS] Link to new API site (#119038) (#119361)
Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
2024-12-31 04:18:27 +11:00
Jill Guyonnet
1a254c2f08
[Fleet] Fix Fleet API docs (#97981) 2023-07-27 17:22:44 +02:00
Abele Mălan
9ecb96fcf3
Fix some typos in plugins & reference docs (#84667)
This pull request removes a few instances of duplicate words or
punctuation and erroneous spelling from the docs.
2022-03-07 12:29:58 -05: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
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
bfb85bcecb
Wait on index when polling global checkpoints (#71890)
Currently when the fleet global checkpoints API returns immediately if
the index is not ready or shards are not ready. This commit modifies the
API to wait on the index and primary shards active up until the timeout
period.

Related to #71449.
2021-04-20 13:04:42 -06: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