8010 Commits

Author SHA1 Message Date
István Zoltán Szabó
e02a4ae804
[7.10][DOCS] Amends Painless in group_by transform example (#67339) 2021-01-12 15:25:38 +01:00
James Rodewig
7c8bfe803b
[DOCS] Make cat API verbose query param explicit (#67300) (#67308) 2021-01-12 08:34:33 -05:00
Douglas Robert Wallin
08e4939db2
[DOCS] Update example for GET /_cat/aliases (#67263) 2021-01-11 16:07:47 -05:00
James Rodewig
821c3e5ed7
[DOCS] Update cat templates API examples for composable templates (#67283) (#67293) 2021-01-11 14:58:32 -05:00
James Rodewig
cf06cb12a4
[DOCS] Mark template exists API as legacy (#67286) (#67289) 2021-01-11 14:28:10 -05:00
James Rodewig
22508c63de
[DOCS] Clean up index template xrefs (#67264) (#67274) 2021-01-11 12:59:05 -05:00
István Zoltán Szabó
a0f6d48917
[DOCS] Comments out group by example and link. (#67241) (#67245) 2021-01-11 12:54:38 +01:00
Rene Groeschke
ce2ba7a02d
Add release notes for 7.10.2 (#67140)
* Add release notes for 7.10.2

* Add xref

* Update docs/reference/release-notes/7.10.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* Update docs/reference/release-notes/7.10.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

* Update docs/reference/release-notes/7.10.asciidoc

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2021-01-11 08:37:26 +01:00
Julie Tibshirani
150a734a83 Add note to 'known issues' docs about nested hits. 2021-01-07 15:12:27 -08:00
James Rodewig
0fad7f6fc6
[DOCS] Rewrite agg breakdown docs for profile API (#67042) (#67057) 2021-01-05 17:25:07 -05:00
Lisa Cawley
6175e18e92
[DOCS] Clarify impact of delayed data in anomaly detection (#66816) (#67041)
Co-authored-by: Benjamin Trent <ben.w.trent@gmail.com>
2021-01-05 13:15:19 -08:00
James Rodewig
67f43ffc5f
[DOCS] Fix formatting for fieldata docs (#67017) (#67025) 2021-01-05 12:36:25 -05:00
James Rodewig
8d0fc47d3c
[DOCS] Remove duplicate xpack.enabled setting in example (#66897) (#67008)
Co-authored-by: Jacob Ouellette <jackscripter45@gmail.com>
2021-01-05 10:22:22 -05:00
James Rodewig
3bd66ba94a
[DOCS] Clarify memlock settings in /etc/security/limits.conf (#66694) (#67000) 2021-01-05 09:19:30 -05:00
István Zoltán Szabó
8cd1d98431
[DOCS] Improves inference processor linking and docs (#66119) (#66985) 2021-01-05 14:05:29 +01:00
James Rodewig
dae36e45ca
[DOCS] Add nodes and parent_task_id parms (#66562) (#66892) 2020-12-30 09:21:48 -05:00
James Rodewig
9838a0c28e
[DOCS] Fix attribute typo (#66858) (#66861) 2020-12-29 10:39:11 -05:00
James Rodewig
f6aa358408
[DOCS] Update rollup xrefs (#66799) (#66802) 2020-12-23 14:25:32 -05:00
James Rodewig
3a3a099a49
[DOCS] Fix typo (#66779) (#66784)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: Sandeep Kanabar <sandeepkanabar@gmail.com>
2020-12-23 09:25:18 -05:00
James Rodewig
40c99e56c3
[DOCS] Fix typo (#66721) (#66743)
Co-authored-by: Alan Tan <taalantan@gmail.com>
2020-12-22 09:16:28 -05:00
James Rodewig
2bc0dea2cc
Add info on how to disable cleaner service (#64655) (#66707)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: Julien Guay <guay_j@yahoo.fr>
2020-12-21 13:23:10 -05:00
James Rodewig
8c22348232
[DOCS] Fix timeout parameter defaults (#66111) (#66692) 2020-12-21 09:21:43 -05:00
Gordon Brown
df8c92cfef
Mute tests failing on Debian 8 due to memory reporting (#66648) 2020-12-18 15:27:07 -07:00
Adam Locke
3b58f8fd5b
[DOCS] Adding headers in TOC for aggregation docs. (#66604) (#66608) 2020-12-18 12:00:20 -05:00
James Rodewig
50aca62486
[DOCS] Fix rollup docs formatting (#66425) (#66547)
Co-authored-by: Howard <danielhuang@tencent.com>
2020-12-17 14:14:28 -05:00
James Rodewig
5e5eb7bc08
[DOCS] Fix formatting (#66450) (#66455) 2020-12-16 11:40:03 -05:00
Gao Ruifeng
a3757ab43e
[DOCS] Remove duplicate word (#66320) 2020-12-16 10:16:47 -05:00
David Turner
c318e14fed Fix Log4J config example in docs (#66386)
We lost the `logger.transport.name` line in #65169 and I incorrectly
extrapolated from what was left and mangled it further in #66318. This
commit fixes things.
2020-12-15 17:43:30 +00:00
David Turner
fd97285b32 Give a less dangerous example of logger config (#66318)
Today the docs use `logger.org.elasticsearch.transport: TRACE` as the
example for adjusting the logger config. This is a dangerous thing to
suggest since that's one of the most verbose loggers we have. An
accidental copy-and-paste of this example into a busy cluster can
cause damage.

This commit suggests `logger.org.elasticsearch.discovery: DEBUG`
instead, which is much more benign.

It also corrects the order of the levels and notes that `DEBUG` and
`TRACE` are only for expert use.
2020-12-15 17:05:53 +00:00
Adam Locke
24c612e256
[DOCS] Add description for node info settings. (#66362) (#66376) 2020-12-15 11:45:18 -05:00
James Rodewig
937114c934
[DOCS] Note tar.gz does not include systemd (#66298) (#66345) 2020-12-15 10:13:50 -05:00
James Rodewig
1fe3cd5eaf
[DOCS] Fix ingest node.roles example (#66287) (#66340) 2020-12-15 08:59:02 -05:00
James Rodewig
e9382487a3
[DOCS] Fix search.max_buckets default (#66311) (#66313) 2020-12-15 08:18:02 -05:00
James Rodewig
170c976acc
[DOCS] Add require_alias to Bulk API (#66259) (#66266) 2020-12-14 11:21:33 -05:00
James Rodewig
25f51f82ab
[DOCS] Add adaptive replica selection reference (#66232) (#66262)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: calm4wei <alferwei98@163.com>
2020-12-14 10:47:16 -05:00
Simon
9bf6d055eb [Docs] Add option to reference stored templates for _rank_eval requests
The option to use templates already defined in the cluster is not explicitly stated in the docs.
This PR adds and example to the `rank_eval` documentation.
2020-12-10 15:12:29 +01:00
James Rodewig
30f1f5c25f
[DOCS] Fix search_timeout parameter docs (#66075) (#66126)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: bellengao <gbl_long@163.com>
2020-12-09 13:44:41 -05:00
James Rodewig
2e77523923
[DOCS] Remove 7.10.1 coming tag (#66053) 2020-12-09 09:12:16 -05:00
István Zoltán Szabó
4de6006c71
[DOCS] Adds note about data_counts values to Revert snapshot API docs. (#66085) (#66090) 2020-12-09 11:48:43 +01:00
David Turner
9dbfd66731 Clarify network interface setting (#66013)
Today we document the use of `_[networkInterface]_` to specify the
addresses of a network interface but do not spell out which parts of
this syntax should be taken literally and which are part of the
placeholder for the interface name.

This commit clarifies the docs.

NB this is a backport of just the docs changes from #66013.

Closes #65978.
2020-12-09 08:49:44 +00:00
Peter Dyson
691f85e5a3
[DOCS] Fix typo (#65993) 2020-12-08 08:48:00 -05:00
István Zoltán Szabó
063db03d17
[7.10] [DOCS] Adds Working with transforms at scale to docs (#65726) (#65966) 2020-12-08 07:52:32 +01:00
James Rodewig
53b839fada
[DOCS] Fix wording for HTTP settings (#65964) (#65968) 2020-12-07 12:33:22 -05:00
David Turner
29a50357e1 Expand docs on disk-based shard allocation (#65668)
Today we document the settings used to control rebalancing and
disk-based shard allocation but there isn't really any discussion around
what these processes do so it's hard to know what, if any, adjustments
to make.

This commit adds some words to help folk understand this area better.
2020-12-07 14:56:55 +00:00
James Rodewig
4676cb30d0
[DOCS] Make data stream names consistent (#65920) (#65944) 2020-12-07 09:14:03 -05:00
James Rodewig
24b48230cc
[DOCS] EQL: Add diagrams for sequence matching (#65898) (#65940) 2020-12-07 08:39:41 -05:00
Bogdan Pintea
2ec53ea7c4 Abort sorting in case of local agg sort queue overflow (#65687)
In case the local agg sorter queue gets full and no limit has been provided,
the local sorter will now erroneously call the failure callback for every
single row in the original rowset that's left over the local queue limit
(instead for just the first one).  The failure response is dispatched in any
case, so this is relatively harmless.  The sorter continues iterating on the
original response fetching subsequent pages. In case of correct Elasticsearch
behaviour, this is also harmless, it'll just trigger a number of internal
exceptions. However, in case of a pagination defect in Elasticsearch (like
GH#65685, where the same search_after is returned), this will result in an
effective spin loop, potentially rendering eventually the node unresponsive.

This PR simply breaks both the inner loop iterating over the current unsorted
rowset, as well as the outer one, iterating over the left pages.

It also fixes an outdated documentation limitation.

(cherry picked from commit 638402c387faf79bba38fcc95f371a73146efc0b)
2020-12-07 11:32:41 +01:00
James Rodewig
1ed5a5633f
[DOCS] Fix typo (#65912) (#65914)
Co-authored-by: Toast <mrtoastcheng@gmail.com>
2020-12-05 10:21:02 -05:00
James Rodewig
8b8154594d
[DOCS] Correct the default value of wait_for_completion query param (#65800) (#65903)
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>

Co-authored-by: bellengao <gbl_long@163.com>
2020-12-04 17:14:50 -05:00
lcawl
5320083bed [DOCS] Add coming tag to release notes 2020-12-04 10:59:10 -08:00