9383 Commits

Author SHA1 Message Date
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
499f4a09e7
[DOCS] Fix S3 bucket names in S3 repo plugin docs (#66521) (#66529)
Co-authored-by: Inbar Shimshon <inbar.shimshon@elastic.co>
2020-12-17 10:27:57 -05:00
Inbar Shimshon
c17b409237
Update repository-s3.asciidoc 2020-12-17 15:30:46 +02:00
Inbar Shimshon
713f97a20b
Update repository-s3.asciidoc 2020-12-17 15:12:28 +02:00
Inbar Shimshon
8a8c6aff45
Update repository-s3.asciidoc
Additionally I want to point out that in all of our examples we of bucket name we use ourselves underscores which is confusing since using "_" is not supported for AWS  
see https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-s3-bucket-naming-requirements.html


IMO this is a larger change throughout the docs that should be made - its something we know about for a while and mentioned here https://github.com/elastic/sdh-cloud/issues/1501#issuecomment-638122152 though also that should be updates because specifically underscore is not mentioned there.
2020-12-17 15:11:35 +02: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
James Rodewig
793eb48502
[DOCS] EQL: Document how sequence queries handle matches (#65794) (#65887)
Co-authored-by: Ross Wolf <31489089+rw-access@users.noreply.github.com>
2020-12-04 09:57:08 -05:00
Francisco Fernández Castaño
a5e65beab2
Add release notes for 7.10.1 (#65439)
* Add release notes for 7.10.1

Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
2020-12-04 12:18:21 +01:00
Mike Barretta
4d6a501cec
Update inference-bucket-aggregation.asciidoc (#65833)
minor tweak to lineup a code example and add a missing word
2020-12-03 11:49:24 -05:00
James Rodewig
873f4995c5
[DOCS] Fix typo in histogram agg docs (#65822) (#65828) 2020-12-03 10:53:19 -05:00
Christoph Büscher
dc2444c631 Fix lucene_version_path in docs (#65809)
The `lucene_version_path` variable is used in urls pointing to the Lucene docs.
They use underscore separators for the major and minor versions there.
Correcting this since this has been lost in the latest update on the 7.x branch.
2020-12-03 14:51:55 +01:00
Bhavya Gupta
dcff07f717
Updated painless-walkthrough documentation (#65530)
Update documentation about regex note.
2020-12-02 09:23:12 -08:00
James Rodewig
ff368304a5
[DOCS] Add cluster get settings API example (#65754) (#65758) 2020-12-02 10:56:51 -05:00
James Rodewig
d56d2a399b
[DOCS] Remove inert component template file (#65749) (#65752) 2020-12-02 09:59:00 -05:00
James Rodewig
6ae0370dd7
[DOCS] Fix EQL syntax formatting (#65711) (#65744)
Co-authored-by: Howard <danielhuang@tencent.com>
2020-12-02 09:40:52 -05:00
Thiago Souza
5b422dd19d
[DOCS] Remove erroneous flat_settings query param (#65670) 2020-12-02 09:15:15 -05:00
István Zoltán Szabó
df16045753
[DOCS] Changes wording of pivot parameter in PUT transforms API docs. (#65731) (#65737) 2020-12-02 14:57:25 +01:00
James Rodewig
b8291764da
[DOCS] Update reference documentation that mentions CMS (#50542) (#65734)
Relates to https://github.com/elastic/elasticsearch/issues/46973

Co-authored-by: Evgenia Badyanova <evgenia.badiyanova@elastic.co>
2020-12-02 08:11:03 -05:00