James Rodewig
f93bb9dac5
[DOCS] Reformat type exists API docs ( #47601 )
2019-10-07 08:49:42 -04:00
Przemyslaw Gomulka
63bb4c91eb
Update deprecation logging doc with logger configuration ( #47649 ) Backport#47508
...
Explicitly adds a configuration snippet to change logging level
2019-10-07 14:41:22 +02:00
debadair
41c04ef39c
[DOCS] Backporting API ref reformatting for document APIs ( #47631 )
...
* [DOCS] Reformats bulk API. (#47479 )
* Reformats bulk API.
* Update docs/reference/docs/bulk.asciidoc
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
* Reformats mget API (#47477 )
* Reformats mget API
* Update docs/reference/docs/get.asciidoc
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
* Incorporated feedback.
* Reformats reindex API (#47483 )
* Reformats reindex API
* Incorporated review feedback.
* Reformats term vectors APIs (#47484 )
* Reformat termvectors APIs
* Reformats mtermvectors
* Apply suggestions from code review
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
* Incorporated review feedback.
2019-10-06 22:25:21 -07:00
debadair
f765ded650
[DOCS] Comment out tag in Task Managment API Docs so it isn't rendered. ( #47618 )
...
The tag for the shared content is being rendered in the output.
2019-10-05 12:48:51 -04:00
Mark Tozzi
e404f7ea80
DocValueFormat implementation for date range fields ( #47472 ) ( #47605 )
2019-10-04 17:21:17 -04:00
Lisa Cawley
f35fcf7204
[DOCS] Adds security content in the Elasticsearch Reference ( #47596 )
2019-10-04 13:11:05 -07:00
James Rodewig
45f12d18fb
[DOCS] Reformat shrink index API docs ( #46711 ) ( #47586 )
2019-10-04 14:00:18 -04:00
James Rodewig
0b4fb05540
[DOCS] Reformat refresh API docs ( #46667 ) ( #47589 )
2019-10-04 13:50:09 -04:00
Lisa Cawley
9b3e5409c1
[7.x][DOCS] Copies security source files from stack-docs ( #47534 )
2019-10-04 08:19:10 -07:00
James Rodewig
3cc8081274
[DOCS] Correct headings for split index API docs
2019-10-04 11:07:41 -04:00
James Rodewig
bb82addf35
[DOCS] Reformat split index API docs ( #46713 ) ( #47578 )
2019-10-04 10:41:31 -04:00
István Zoltán Szabó
a57cb5843f
[DOCS] Fixes an attribute in the update datafeed API docs. ( #47551 )
2019-10-04 08:46:16 +02:00
Ryan Ernst
f32692208e
Add explanations to script score queries ( #46693 ) ( #47548 )
...
While function scores using scripts do allow explanations, they are only
creatable with an expert plugin. This commit improves the situation for
the newer script score query by adding the ability to set the
explanation from the script itself.
To set the explanation, a user would check for `explanation != null` to
indicate an explanation is needed, and then call
`explanation.set("some description")`.
2019-10-03 21:05:05 -07:00
Lisa Cawley
f81d9a4aa6
Update link to ls monitoring settings ( #47529 ) ( #47542 )
2019-10-03 17:06:26 -07:00
James Rodewig
b8e7f5069d
[DOCS] Reformat index recovery API docs ( #46493 ) ( #47527 )
2019-10-03 16:43:26 -04:00
James Rodewig
56e7668c78
[DOCS] Reformat index shard stores API docs ( #46504 )
2019-10-03 15:57:35 -04:00
Paweł Krześniak
edbc375916
[DOCS] Change index name in rollover ILM example ( #47492 )
...
The warning section above the example tells that index name has to end with the digits but the example itself uses index name without digits which is confusing.
2019-10-03 09:26:10 -04:00
AndyHunt66
4a516f4ae2
[DOCS] Remove duplicated half-sentence from secure settings docs ( #47498 )
2019-10-03 08:41:06 -04:00
István Zoltán Szabó
9dcdbea228
[DOCS] Amends update datafeed API docs ( #47448 )
2019-10-03 13:13:18 +02:00
Russ Cam
3bb17a0c28
Remove string interning from release notes ( #47489 )
...
This commit removes the string interning issue and PR from the 7.4.0 release notes.
The PR https://github.com/elastic/elasticsearch/pull/41039 was closed and not merged.
2019-10-03 11:01:03 +02:00
Ioannis Kakavas
d55378e8e7
Add realm uniqueness enforcement in 7.4 migration docs ( #47487 )
...
Add the change to the migration docs as it was omitted in #46253
2019-10-03 11:03:29 +03:00
James Rodewig
6b96f53ea0
[DOCS] Change xrefs to external links in 7.4 rls highlights ( #47474 )
2019-10-02 17:03:21 -04:00
István Zoltán Szabó
033aa9cf9b
[DOCS] Adds examples to the PUT dfa and the evaluate dfa APIs ( #46966 )
...
* [DOCS] Adds examples to the PUT dfa and the evaluate dfa APIs.
* [DOCS] Removes extra lines from examples.
* Update docs/reference/ml/df-analytics/apis/evaluate-dfanalytics.asciidoc
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
* Update docs/reference/ml/df-analytics/apis/put-dfanalytics.asciidoc
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
* [DOCS] Explains examples.
2019-10-02 10:33:45 +02:00
David Turner
7739938930
Clarify that you cannot abort an upgrade ( #47342 )
...
We do mention that rolling back an upgrade requires a restore from a snapshot,
but it's hidden at the bottom of the "preparing to upgrade" instructions on a
different page from the actual upgrade instructions. This commit duplicates the
preparatory instructions onto the pages containing the actual upgrade
instructions and rewords the point about rollbacks a bit.
2019-10-02 09:29:10 +01:00
Robin Clarke
98c1c2f650
Clearer language around upgrade sequence ( #47422 )
2019-10-02 09:25:50 +01:00
István Zoltán Szabó
1cecbd0cd3
[DOCS] Fine tunes update anomaly detection job API documentation ( #47280 )
...
* [DOCS] Fine tunes update anomaly detection job API documentation.
* [DOCS] Removes delimiter to fix the table.
2019-10-02 10:06:49 +02:00
István Zoltán Szabó
6a9f04ee76
[DOCS] Fixes typos in the PUT dfa and the evaluate dfa documentation. ( #47348 )
2019-10-02 09:52:29 +02:00
James Rodewig
079bf887c0
[DOCS] Reorder index APIs alphabetically ( #46981 ) ( #47402 )
2019-10-01 17:07:28 -04:00
James Rodewig
0179f93544
[DOCS] Reformat simulate pipeline API ( #47301 ) ( #47398 )
2019-10-01 14:49:14 -04:00
James Rodewig
aeb4edce3a
[DOCS] Reformat put pipeline API ( #47171 ) ( #47395 )
2019-10-01 14:48:18 -04:00
lcawl
66116e39ba
[DOCS] Edits ML release notes
2019-10-01 10:15:06 -07:00
James Rodewig
e70220857d
[DOCS] Document cat tasks API ( #47321 ) ( #47375 )
2019-10-01 12:22:50 -04:00
Mark Tozzi
5bdf25320a
Documentation notes for Range field histograms ( #46890 ) ( #47366 )
2019-10-01 10:58:44 -04:00
Lisa Cawley
5ba543fd6c
[DOCS] Adds machine learning PRs to release notes ( #47316 )
2019-10-01 10:17:41 -04:00
James Rodewig
2ca075dee4
[DOCS] Remove coming tags for 7.4.0 release ( #47318 )
2019-10-01 10:17:36 -04:00
Marios Trivyzas
f792dbf239
SQL: Implement DATE_PART function ( #47206 )
...
DATE_PART(<datetime unit>, <date/datetime>) is a function that allows
the user to extract the specified unit from a date/datetime field
similar to the EXTRACT (<datetime unit> FROM <date/datetime>) but
with different names and aliases for the units and it also provides more
options like `DATE_PART('tzoffset', datetimeField)`.
Implemented following the SQL server's spec: https://docs.microsoft.com/en-us/sql/t-sql/functions/datepart-transact-sql?view=sql-server-2017
with the difference that the <datetime unit> argument is either a
literal single quoted string or gets a value from a table field, whereas
in SQL server keywords are used (unquoted identifiers) and it's not
possible to use a value coming for a table column.
Closes : #46372
(cherry picked from commit ead743d3579eb753fd314d4a58fae205e465d72e)
2019-10-01 16:28:27 +03:00
István Zoltán Szabó
170b102ab5
[DOCS] Changes wording to move away from data frame terminology in the ES repo ( #47093 )
...
* [DOCS] Changes wording to move away from data frame terminology in the ES repo.
Co-Authored-By: Lisa Cawley <lcawley@elastic.co>
2019-10-01 08:08:17 +02:00
James Rodewig
fd421bd12d
[7.x] [DOCS] Add response body parms to search API docs ( #47042 ) ( #47303 )
2019-09-30 13:54:06 -04:00
Lisa Cawley
0c3ee0b15c
[DOCS] Moves Watcher content into Elasticsearch book ( #47147 ) ( #47255 )
...
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-30 10:18:50 -07:00
David Turner
41bc878738
Clarify rolling-upgrade docs ( #47279 )
...
Note to upgrade the master-eligible nodes last, and note that
`cluster.initial_master_nodes` should not be set.
2019-09-30 17:02:58 +01:00
James Rodewig
024d1f2ab9
[DOCS] Reformat delete pipeline API ( #47172 ) ( #47294 )
2019-09-30 11:38:46 -04:00
James Rodewig
312e32a3d7
[DOCS] Correct snippet in query string syntax
2019-09-30 11:30:33 -04:00
Andrew Naguib
ae85a0e29a
[DOCS] Note double backslashes (`\\`) are required to escape JSON chars ( #46863 )
2019-09-30 11:20:07 -04:00
James Rodewig
5990532cb7
[DOCS] Reformat flush API docs ( #46875 ) ( #47230 )
2019-09-30 08:42:52 -04:00
Yannick Welsch
9dc90e41fc
Remove "force" version type ( #47228 )
...
It's been deprecated long ago and can be removed.
Relates to #20377
Closes #19769
2019-09-30 11:58:34 +02:00
lcawl
ab871add36
[DOCS] Skip code snippet testing in monitoring example
2019-09-27 17:11:24 -07:00
Lisa Cawley
62baa85632
[DOCS] Adds production monitoring page ( #47184 )
2019-09-27 15:01:54 -07: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
b159305274
[DOCS] Add redirect for SLM API docs ( #46838 ) ( #46865 )
2019-09-27 11:05:55 -04:00