James Baiera
705e46d5c1
[DOCS] Remove unused cat tasks request parameters ( #54539 ) ( #54741 )
2020-04-03 15:33:28 -04:00
Lisa Cawley
b138dc4565
[DOCS] Add processing details to get transforms stats API ( #54368 ) ( #54595 )
2020-04-02 16:12:57 -07:00
Benjamin Trent
374e76d7cd
[Transform] fixing naming in HLRC and _cat to match API content ( #54300 ) ( #54408 )
...
Fixing the naming of the HLRC values to match the ToXContent field names (i.e. the field names returned from an API call).
Also fixes the names in the _cat API as well.
closes #53946
2020-03-30 08:57:02 -04:00
Lisa Cawley
27cd5b343c
[DOCS] Augments cat transforms API ( #53776 ) ( #54232 )
2020-03-26 07:56:46 -07:00
Benjamin Trent
415d73c27d
[Transform] renamed _cat/transform to _cat/transforms ( #53743 ) ( #53771 )
...
renaming _cat/transform to _cat/transforms for uniformity with the other _cat apis.
2020-03-18 19:54:03 -04:00
Lisa Cawley
268e512f0b
[DOCS] Add transform nodes ( #53698 )
2020-03-18 15:26:37 -07:00
Lisa Cawley
c6e37c7662
[DOCS] Adds stub for cat transform API ( #53737 )
2020-03-18 08:31:10 -07:00
Lisa Cawley
4fbe1b0550
[DOCS] Adds cat anomaly detectors API ( #52866 ) ( #52970 )
2020-03-02 07:28:55 -08:00
István Zoltán Szabó
8785f57dfe
[DOCS] Reformats cat DFA API docs. ( #52885 )
2020-02-27 14:21:52 +01:00
István Zoltán Szabó
4a33352a94
[DOCS] Adds cat trained model API documentation ( #52824 )
2020-02-27 12:54:11 +01:00
Lisa Cawley
b788ec7157
[DOCS] Adds cat datafeeds API ( #52738 )
2020-02-26 09:28:57 -08:00
István Zoltán Szabó
f57422bbfd
[DOCS] Adds cat data frame analytics API ( #52764 )
...
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2020-02-26 11:10:42 +01:00
baifan
60a53f2897
[DOCS] Fix `disk.used_percent` typo in `_cat/nodes` docs ( #51854 )
...
Corrects an example for the `disk.used_percent` parameter in `_cat/nodes` API.
2020-02-04 09:15:56 -05:00
Henning Andersen
ca8601373a
[DOCS] Task management API experimental status issue ( #51634 )
...
Add issue reference to documentation.
Relates #51628
2020-01-30 14:15:47 +01:00
Yannick Welsch
fa212fe60b
Stricter checks of setup and teardown in docs tests ( #51430 )
...
Adds extra checks due to 7.x backport
2020-01-28 16:52:23 +01:00
Ted Timmons
b345c7ff31
[Docs] Fix short alias for 'unassigned.for' ( #51059 )
...
The short alias for `unassigned.for` is `uf`, not 'ua'.
2020-01-16 12:10:30 +01:00
David Turner
b209e7b6ff
Remove included docs ( #50557 )
...
In #50499 we accidentally duplicated the docs for the `?local` parameter to the
`GET _cat/nodes` API. This commit removes the duplicate docs.
2020-01-02 17:19:42 +00:00
Oleg
7539fbb30f
Deprecate the 'local' parameter of /_cat/nodes ( #50499 )
...
The cat nodes API performs a `ClusterStateAction` then a `NodesInfoAction`.
Today it accepts the `?local` parameter and passes this to the
`ClusterStateAction` but this parameter has no effect on the `NodesInfoAction`.
This is surprising, because `GET _cat/nodes?local` looks like it might be a
completely local call but in fact it still depends on every node in the
cluster.
This commit deprecates the `?local` parameter on this API so that it can be
removed in 8.0.
Relates #50088
2020-01-02 14:53:56 +00:00
James Rodewig
99fdea50dd
[DOCS] Correct cat snapshots API request example ( #50274 )
...
For 7.x and earlier branches, `_cat/repositories` API requests require a
repository name.
This removes an erroneous request example without a repository name
added with a8e0275
.
2019-12-17 09:23:38 -05:00
James Rodewig
3f5678ca79
[DOCS] Remove shadow replica reference ( #50029 )
...
Removes a reference to shadow replicas from the cat shards API docs
and a comment in cluster/routing/UnassignedInfo.java.
Shadow replicas were removed with #23906 .
2019-12-10 09:30:51 -05:00
James Rodewig
99476db2d0
[DOCS] Remove individual task retrieval from cat/tasks API ( #49550 )
2019-11-25 10:32:39 -05:00
Kelly Campbell
df5afa797e
[DOCS] Correct GET path in cat tasks API docs ( #49494 )
...
Previously, the request example included `GET _cat/_tasks`. However, the resource should be `tasks`, not `_tasks`.
2019-11-25 09:37:59 -05:00
Lisa Cawley
eca93fcc5f
[DOCS] Adds machine learning node type and filters ( #49121 )
2019-11-15 08:31:59 -08:00
Brandon DeVault
2f162a98a0
[DOCS] Added the voting node.role value ( #48162 )
...
* [DOCS] Added the voting node.role value
With the elasticsearch.yml option "node.voting_only: true", if you perform a "_cat/nodes" there is a new option for `v` that will display if the node is a voting node.
* [DOCS] Added the voting node.role value
Updated "voting node" to read "voting-only node"
2019-10-22 15:26:05 +02:00
James Rodewig
5f3ef2e09c
[DOCS] Remove unsupported `local` and `master_timeout` parms from cat API docs ( #47933 )
2019-10-14 11:39:31 -04:00
James Rodewig
a8e027551a
[DOCS] Document `bytes` and `time` params in cat API docs ( #47672 ) ( #47854 )
2019-10-10 09:48:40 -04:00
James Rodewig
b8e7f5069d
[DOCS] Reformat index recovery API docs ( #46493 ) ( #47527 )
2019-10-03 16:43:26 -04:00
James Rodewig
079bf887c0
[DOCS] Reorder index APIs alphabetically ( #46981 ) ( #47402 )
2019-10-01 17:07:28 -04:00
James Rodewig
e70220857d
[DOCS] Document cat tasks API ( #47321 ) ( #47375 )
2019-10-01 12:22:50 -04:00
James Rodewig
b98c57ab21
[DOCS] Document missing query parms for cat recovery API ( #47181 ) ( #47235 )
...
Documents the following query parameters for
the /_cat/recovery API:
* `active_only`
* `detailed`
* `index`
2019-09-27 16:31:10 -04:00
James Rodewig
e01465eb88
[DOCS] Correct typo in ICU Analysis plugin description ( #47175 ) ( #47219 )
2019-09-27 13:04:14 -04:00
James Rodewig
b59ecde041
[DOCS] [2 of 5] Change // CONSOLE comments to [source,console] ( #46353 ) ( #46502 )
2019-09-09 13:38:14 -04:00
James Rodewig
d5597c9ba6
[DOCS] Reformat index segments API docs ( #46345 )
2019-09-05 08:34:59 -04:00
James Rodewig
ceb8b9bbee
Change `{var}` convention to `<var>` ( #45904 )
2019-08-23 10:57:48 -04:00
Tal Levy
9b14b7298b
[7.x] Add is_write_index column to cat.aliases ( #45798 )
...
* Add is_write_index column to cat.aliases (#44772 )
Aliases have had the option to set `is_write_index` since 6.4,
but the cat.aliases action was never updated.
* correct version bounds to 7.4
2019-08-21 14:15:49 -07:00
James Rodewig
109358ca3f
[DOCS] Reformat cat API titles ( #45407 )
2019-08-13 08:37:10 -04:00
James Rodewig
df0df9402d
[DOCS] Correct anchor for cat segments API examples
2019-08-13 08:30:20 -04:00
James Rodewig
2543e9eca5
[DOCS] Reformats cat shards API ( #45392 )
2019-08-13 08:30:14 -04:00
James Rodewig
bff4ef2d95
[DOCS] Reformats cat templates API ( #45403 )
2019-08-12 08:45:45 -04:00
James Rodewig
c1c3bd011a
[DOCS] Reformats cat snapshots API ( #45402 )
2019-08-12 08:41:57 -04:00
James Rodewig
7556d37925
[DOCS] Reformats cat thread pool API ( #45385 )
2019-08-12 08:36:57 -04:00
James Rodewig
e8acf6b34f
[DOCS] Reformats cat repositories API ( #45382 )
2019-08-12 08:30:46 -04:00
James Rodewig
fb81346055
[DOCS] Reformats cat segments API ( #45397 )
2019-08-12 08:25:32 -04:00
James Rodewig
4e79e04c0e
[DOCS] Reformats cat recovery API ( #45345 )
2019-08-12 08:17:52 -04:00
James Rodewig
1506d4436b
[DOCS] Reformats cat plugins API ( #45344 )
2019-08-09 08:49:00 -04:00
James Rodewig
e72bda1703
[DOCS] Reformats cat nodes API ( #45285 )
2019-08-08 08:38:02 -04:00
James Rodewig
b806e6edde
[DOCS] Reformats cat pending tasks API ( #45287 )
2019-08-08 08:32:04 -04:00
James Rodewig
46fc989ca2
[DOCS] Reformats cat nodeattrs API ( #45255 )
2019-08-07 09:31:37 -04:00
James Rodewig
5ade756275
[DOCS] Reformats cat indices API ( #45239 )
2019-08-07 09:08:35 -04:00
James Rodewig
d8423f0a80
[DOCS] Reformat cat master API ( #45240 )
2019-08-07 09:04:04 -04:00