Gordon Brown
a46eef9634
Change SLM stats format ( #46991 )
...
Using arrays of objects with embedded IDs is preferred for new APIs over
using entity IDs as JSON keys. This commit changes the SLM stats API to
use the preferred format.
2019-09-25 11:32:08 -06:00
Colin Goodheart-Smithe
35f056661f
Updates 7.4.0 release notes
2019-09-25 18:10:09 +01:00
James Rodewig
9ddc99de23
[DOCS] Reformat clone index API docs ( #46762 )
2019-09-25 12:37:53 -04:00
Lisa Cawley
d5f396fe55
[DOCS] Adds transforms to Elasticsearch book ( #46846 ) ( #47055 )
2019-09-25 08:11:37 -07:00
István Zoltán Szabó
74fd21f0b0
[DOCS] Reformats ranking evaluation API ( #46974 )
...
* [DOCS] Reformats ranking evaluation API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-25 15:01:10 +02:00
István Zoltán Szabó
83365e94ba
[DOCS] Reformat suggesters page. ( #47010 )
2019-09-25 14:42:16 +02:00
Paweł Krześniak
b234d2cbd7
[Docs] Fix the numbering in the annotated_text example ( #47077 )
2019-09-25 11:29:01 +02:00
Hendrik Muhs
e974f178b5
[Transform] rename data frame transform to transform for hlrc client ( #46933 )
...
rename data frame transform to transform for hlrc
2019-09-25 08:31:43 +02:00
James Rodewig
61eef2fd31
[DOCS] Add multi-level nested query example to nested query docs ( #46986 )
2019-09-25 02:01:37 -04:00
Julie Tibshirani
4faba9cbbf
Mention ip fields in the global ordinals docs. ( #47045 )
...
Although they do not support eager_global_ordinals, ip fields use global
ordinals for certain aggregations like 'terms'.
This commit also corrects a reference to the sampler aggregation.
2019-09-24 12:39:11 -07:00
Lisa Cawley
1893f6adc2
[DOCS] Merge monitoring sections in Elasticsearch book ( #46885 )
2019-09-24 11:39:28 -07:00
David Roberts
ffae769186
[TEST] Rename data-frames to transform in docs test cleanup ( #47027 )
...
The renaming of the tests in #46760 caused the
cleanup between tests to be skipped.
Backport of #47016
2019-09-24 17:38:09 +01:00
David Roberts
22dade8e1b
[DOCS] Add 7.4 breaking changes for transforms and data frame analytics ( #46821 )
...
The PRs that made these changes are:
- https://github.com/elastic/elasticsearch/pull/44350
- https://github.com/elastic/elasticsearch/pull/45276
- https://github.com/elastic/elasticsearch/pull/45856
Co-Authored-By: István Zoltán Szabó <istvan.szabo@elastic.co>
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2019-09-24 17:20:25 +01:00
Colin Goodheart-Smithe
56224068d4
Release highlights for 7.4.0 ( #46963 )
...
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-24 09:25:13 +01:00
Julie Tibshirani
9124c94a6c
Add support for aliases in queries on _index. ( #46944 )
...
Previously, queries on the _index field were not able to specify index aliases.
This was a regression in functionality compared to the 'indices' query that was
deprecated and removed in 6.0.
Now queries on _index can specify an alias, which is resolved to the concrete
index names when we check whether an index matches. To match a remote shard
target, the pattern needs to be of the form 'cluster:index' to match the
fully-qualified index name. Index aliases can be specified in the following query
types: term, terms, prefix, and wildcard.
2019-09-23 13:21:37 -07:00
Lisa Cawley
a815f8b930
[DOCS] Group rollup and transform content ( #46882 )
2019-09-23 08:55:25 -07:00
James Rodewig
b09aba4c55
[DOCS] Reformat rollover index API docs ( #46778 )
2019-09-23 09:18:33 -04:00
Lisa Cawley
875d864be6
[DOCS] Update data frame transform URLs ( #46940 ) ( #46946 )
2019-09-20 15:57:43 -07:00
Javier Ruiz
a5661ac03a
[DOCS] Fix calendar interval typos for date histo agg ( #46911 )
2019-09-20 15:22:41 -04:00
Lisa Cawley
4c688df0ef
[DOCS] Add security section to Elasticsearch book ( #46883 )
...
Co-Authored-By: Tim Vernum <tim@adjective.org>
2019-09-20 11:34:37 -07:00
James Rodewig
99130114de
[DOCS] Correct several [source,console-result] snippets ( #46930 ) ( #46937 )
2019-09-20 12:20:12 -04:00
István Zoltán Szabó
fcea154f2e
[DOCS] Reformats Field capabilities API ( #46866 )
...
* [DOCS] Reformats Field capabilities API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-20 11:28:19 +02:00
István Zoltán Szabó
363075cf1d
[DOCS] Reformats explain API ( #46857 )
...
* [DOCS] Reformats explain API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-20 11:00:33 +02:00
Hendrik Muhs
abe889af75
[7.5][Transform] rename classes in transform plugin ( #46867 )
...
rename classes and settings in transform plugin, provide BWC for old settings
2019-09-20 10:43:00 +02:00
Colin Goodheart-Smithe
74d1588ec5
Updates release notes for 7.4.0
2019-09-20 08:10:47 +01:00
Julie Tibshirani
6ce4825594
Add vector function changes to 7.4 migration docs. ( #46893 )
...
This note was accidentally omitted in the breaking change #46004 .
2019-09-19 20:26:52 -07:00
rikardbakkehaug
6b00e00bc6
[DOCS] Correct date math ex for `gt` and `gte` parms in `range` query docs ( #46873 )
2019-09-19 16:39:03 -04:00
Jason Tedor
bd77626177
Add the ability to require an ingest pipeline ( #46847 )
...
This commit adds the ability to require an ingest pipeline on an
index. Today we can have a default pipeline, but that could be
overridden by a request pipeline parameter. This commit introduces a new
index setting index.required_pipeline that acts similarly to
index.default_pipeline, except that it can not be overridden by a
request pipeline parameter. Additionally, a default pipeline and a
request pipeline can not both be set. The required pipeline can be set
to _none to ensure that no pipeline ever runs for index requests on that
index.
2019-09-19 16:37:45 -04:00
James Rodewig
251dbd8522
[DOCS] Remove `lowercase_terms` parm from term suggester docs ( #46879 )
2019-09-19 15:56:47 -04:00
James Rodewig
8307aa3b71
[DOCS] Update tagged region for index alias desc ( #46886 )
2019-09-19 15:30:33 -04:00
Takumasa Ochi
7a3054c5dc
Fix typos in `match` in profile API ( #46723 )
...
* Replace `matches` with correct `match`
* Use present tense consistently
* Replace `metric` with correct `match`
2019-09-19 16:07:52 +02:00
Armin Braun
b32031ee03
Fix snapshot_restore_exception in Docs Tests ( #46852 ) ( #46870 )
...
We should only snapshot the index we're going to
restore in the next step. Otherwise, we will
potentially not get the correct response or
fail restoring outright due to internal indices
getting created concurrently when running against
the x-pack distribution.
Closes #46844
2019-09-19 16:05:51 +02:00
Russ Cam
e467dddd4c
Use snake casing for document field ( #45432 )
...
This commit updates the search example to use snake casing for the document field. This is consistent with other examples
2019-09-19 14:27:00 +02:00
James Rodewig
b73a9604c1
[DOCS] Separate and reformat synced flush API docs ( #46634 ) ( #46839 )
2019-09-19 08:22:37 -04:00
LHearen
e555ef2e86
[DOCS] make bulk page more readable ( #46200 )
...
comma and semi-colon required to make it more readable
2019-09-19 14:20:41 +02:00
maidoo
0f2e72b7f8
[DOCS] Term dict memory usage is a 7.3.0 enhancement, not 7.2.0 ( #46662 )
...
Closes #46635
2019-09-19 14:15:12 +02:00
Toby McLaughlin
7795e21ea3
[DOCS] Fix typo in GCS snapshot repo doc ( #46048 )
2019-09-19 14:06:37 +02:00
Luca Cavanna
a6c9f8ffae
[DOCS] mention automatic cancellation in search docs ( #46706 )
...
Add a small note around automatic search cancellation which was missed as part of #43332
Relates to #43332
2019-09-19 09:35:30 +02:00
István Zoltán Szabó
3be51fbdf7
[DOCS] Adds regression analytics resources and examples to the data frame analytics APIs and the evaluation API ( #46176 )
...
* [DOCS] Adds regression analytics resources and examples to the data frame analytics APIs.
Co-Authored-By: Benjamin Trent <ben.w.trent@gmail.com>
Co-Authored-By: Tom Veasey <tveasey@users.noreply.github.com>
2019-09-19 09:23:18 +02:00
István Zoltán Szabó
65fffcc9c1
[DOCS]Changes failed transforms limitation. ( #46754 )
2019-09-19 09:04:41 +02:00
Lisa Cawley
a32fe1618c
[DOCS] Updates transform landing page ( #46689 )
2019-09-18 14:00:43 -07:00
James Rodewig
b08b3741db
[DOCS] Use versions file from elastic/docs ( #46719 )
2019-09-18 11:18:14 -04:00
James Rodewig
d00bad9ab2
[DOCS] Reformat force merge API docs ( #46685 )
2019-09-18 10:10:51 -04:00
James Rodewig
6863b90272
[DOCS] Remove leveloffset for CCR docs ( #46818 )
2019-09-18 09:44:43 -04:00
István Zoltán Szabó
e59be0354a
[DOCS] Reformats validate API ( #46389 )
...
* [DOCS] Reformats validate API.
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-18 14:31:17 +02:00
István Zoltán Szabó
d931665f91
[DOCS] Adds force parameter to Stop transforms API docs. ( #46770 )
2019-09-18 09:16:07 +02:00
Lee Hinman
b85468d6ea
Add node setting for disabling SLM ( #46794 ) ( #46796 )
...
This adds the `xpack.slm.enabled` setting to allow disabling of SLM
functionality as well as its HTTP API endpoints.
Relates to #38461
2019-09-17 17:39:41 -06:00
Lisa Cawley
00c604a5a6
[DOCS] Augments ecommerce example ( #46788 )
2019-09-17 11:47:48 -07:00
James Rodewig
9dcf8a53a2
[DOCS] Add CCR docs to the Elasticsearch Reference Guide ( #45704 )
...
Previously, cross-cluster replication (CCR) documentation was located in
the Stack Overview:
https://www.elastic.co/guide/en/elastic-stack-overview/master/xpack-ccr.html
This adds CCR documentation to the Elasticsearch Reference Guide with a
level offset for headings.
The level offset and CCR Stack Overview docs will be removed in later
commits.
2019-09-17 14:26:20 -04:00
Colin Goodheart-Smithe
9d6632d6fa
Updates 7.4.0 release notes
2019-09-17 09:07:56 +01:00