Igor Motov
6330209e7d
Merge remote-tracking branch 'elastic/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@95cbd93803
2018-01-22 16:03:56 -05:00
Albert Zaharovits
0a1e352c5d
[DOCS] for audit filtering ( elastic/x-pack-elasticsearch#3594 )
...
This documents the changes merged in elastic/x-pack-elasticsearch#3005 and elastic/x-pack-elasticsearch#3100 .
Original commit: elastic/x-pack-elasticsearch@d1702f0480
2018-01-22 11:45:12 +02:00
Michael Basnight
f3ec4a5208
Split up xpack plugins into their own modules ( elastic/x-pack-elasticsearch#3643 )
...
Thanks to some great work by a bunch of amazing people, the chuck norris xpack split is a go!
Original commit: elastic/x-pack-elasticsearch@dad98e28f4
2018-01-19 23:30:17 -06:00
Lisa Cawley
744d9325e9
[DOCS] Add forecasting to ML tutorial ( elastic/x-pack-elasticsearch#3489 )
...
Original commit: elastic/x-pack-elasticsearch@ffb681ae96
2018-01-19 12:43:58 -08:00
Nik Everett
b165f1c71e
SQL: Fix constant folding of datetime functions ( elastic/x-pack-elasticsearch#3637 )
...
I went to write some docs for datetime functions that look like:
```
SELECT YEAR(CAST('2018-01-19T10:23:27Z' AS TIMESTAMP)) as year;
year
2018
```
because I figured they'd be pretty easy to read because they didn't
require any knowledge of a data set. But it turns out that constant
folding doesn't work properly for date time functions because they don't
actually apply the extraction.
Original commit: elastic/x-pack-elasticsearch@aa9c66b2c7
2018-01-19 15:11:37 -05:00
Dimitris Athanasiou
21f692c02b
[ML] Further validate calendar_id and add calendar description ( elastic/x-pack-elasticsearch#3624 )
...
relates elastic/x-pack-elasticsearch#3595
Original commit: elastic/x-pack-elasticsearch@fade977361
2018-01-19 10:44:39 +00:00
Lee Hinman
5818986775
Merge remote-tracking branch 'origin/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@8475419a00
2018-01-18 16:51:56 -07:00
Lisa Cawley
0ea43c1aa1
[DOCS] Move auditing settings to Elasticsearch Reference ( elastic/x-pack-elasticsearch#3608 )
...
Original commit: elastic/x-pack-elasticsearch@a108afd26b
2018-01-18 09:18:24 -08:00
Lisa Cawley
9f6064f9ac
[DOCS] Edited documentation for ML categorization_analyzer ( elastic/x-pack-elasticsearch#3587 )
...
Original commit: elastic/x-pack-elasticsearch@6dd179107a
2018-01-17 13:11:36 -08:00
Jay Modi
60d4b7e53e
Add the ability to refresh tokens obtained via the API ( elastic/x-pack-elasticsearch#3468 )
...
This commit adds the ability to refresh tokens that have been obtained by the API using a refresh
token. Refresh tokens are one time use tokens that are valid for 24 hours. The tokens may be used
to get a new access and refresh token if the refresh token has not been invalidated or
already refreshed.
relates elastic/x-pack-elasticsearch#2595
Original commit: elastic/x-pack-elasticsearch@23435eb815
2018-01-17 12:18:44 -07:00
Lisa Cawley
a4fad02d9a
[DOCS] Added SSL certificates API ( elastic/x-pack-elasticsearch#3136 )
...
Original commit: elastic/x-pack-elasticsearch@62cb574fcf
2018-01-17 08:14:02 -08:00
Yogesh Gaikwad
29663c1f38
Fix for Issue elastic/x-pack-elasticsearch#3403 - Predictable ordering of security realms ( elastic/x-pack-elasticsearch#3533 )
...
* Security Realms: Predictable ordering for realms
To have predictable ordering of realms, by having secondary
sorting on realm name resulting in stable and consistent documentation.
Documentation update describing how ordering of realms is determined.
Testing done by adding unit test for the change, ran gradle clean check locally.
relates elastic/x-pack-elasticsearch#3403
Original commit: elastic/x-pack-elasticsearch@98c42a8c51
2018-01-17 10:29:00 +11:00
lcawley
067f55b805
[DOCS] Added elasticsearch_nodes to monitoring blacklist
...
Original commit: elastic/x-pack-elasticsearch@53012a15a8
2018-01-16 13:21:42 -08:00
Lisa Cawley
117802042a
[DOCS] Added monitoring PRs to 6.1.2 release notes ( elastic/x-pack-elasticsearch#3548 )
...
Original commit: elastic/x-pack-elasticsearch@e36e558563
2018-01-16 13:21:22 -08:00
Igor Motov
12d4f10faa
SQL: Switch JDBC to REST protocol ( elastic/x-pack-elasticsearch#3543 )
...
Replaces binary serialization protocol in JDBC driver with the common REST protocol.
relates elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@532c106658
2018-01-16 13:26:06 -05:00
Costin Leau
448511e093
Merge remote-tracking branch 'remotes/upstream/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@2c78f17486
2018-01-16 17:11:37 +02:00
lcawley
c243d6eb21
[DOCS] Fixed short descriptions for ML APIs
...
Original commit: elastic/x-pack-elasticsearch@75937c0da1
2018-01-15 08:44:08 -08:00
lcawley
86f612ae3a
[DOCS] Fixed link to Analyze API
...
Original commit: elastic/x-pack-elasticsearch@e203d839c2
2018-01-15 08:29:08 -08:00
David Roberts
e9dafbd78d
[DOCS] Add documentation for ML categorization_analyzer ( elastic/x-pack-elasticsearch#3554 )
...
This is the documentation for the changes made in elastic/x-pack-elasticsearch#3372 .
Relates elastic/machine-learning-cpp#491
Original commit: elastic/x-pack-elasticsearch@7d67e9d894
2018-01-15 15:47:19 +00:00
lcawley
56b0f28aa3
[DOCS] More broken link fixes
...
Original commit: elastic/x-pack-elasticsearch@dd52976660
2018-01-12 13:52:19 -08:00
Igor Motov
70cea58262
Merge remote-tracking branch 'elastic/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@9ac41d008e
2018-01-12 15:35:56 -05:00
lcawley
d7f81fd95e
[DOCS] Fixed broken TLS links
...
Original commit: elastic/x-pack-elasticsearch@d99a0be781
2018-01-12 11:59:15 -08:00
Lisa Cawley
1369a49b9f
[DOCS] Move appropriate TLS content to Elasticsearch Ref ( elastic/x-pack-elasticsearch#3416 )
...
Original commit: elastic/x-pack-elasticsearch@a5f96bd7a2
2018-01-12 11:35:16 -08:00
Lisa Cawley
860014ff5b
[DOCS] Drafted overview of calendars and special events ( elastic/x-pack-elasticsearch#3395 )
...
Original commit: elastic/x-pack-elasticsearch@970cfea67e
2018-01-12 10:13:57 -08:00
Igor Motov
915ed35e27
Merge remote-tracking branch 'elastic/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@02fddccd84
2018-01-11 13:41:40 -05:00
Lisa Cawley
0998c875d6
[DOCS] Added forecast limitations ( elastic/x-pack-elasticsearch#3503 )
...
Original commit: elastic/x-pack-elasticsearch@b4aae8f4db
2018-01-11 10:08:15 -08:00
Igor Motov
ce81a34467
SQL: Add jdbc mode to REST API ( elastic/x-pack-elasticsearch#3499 )
...
Adds a mode parameter to all SQL-related requests. The mode parameter is used for license checks as well as to define the response content. For now only two modes are supported plain (default) and jdbc. We will add other modes in the future as we add more clients.
Relates elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@b49ca38d4b
2018-01-10 09:41:36 -05:00
Colin Goodheart-Smithe
45a31c953c
Fixes docs test build
...
Original commit: elastic/x-pack-elasticsearch@23272a29ca
2018-01-10 12:05:45 +00:00
Lisa Cawley
923428e19f
[DOCS] Add links to Beats security pages ( elastic/x-pack-elasticsearch#3514 )
...
* [DOCS] Added link to new content location
* [DOCS] Add links to Beats security pages
Original commit: elastic/x-pack-elasticsearch@f54f0ef076
2018-01-09 13:33:53 -08:00
Lisa Cawley
59044181d8
[DOCS] Update screenshots in ML tutorial ( elastic/x-pack-elasticsearch#3492 )
...
* [DOCS] Update screenshots in ML tutorial
* [DOCS] Updated screenshots for ML results
Original commit: elastic/x-pack-elasticsearch@d17bc61d62
2018-01-08 13:33:21 -08:00
Costin Leau
e114a86750
Update docs to reflect date changes
...
Original commit: elastic/x-pack-elasticsearch@3fdc53dbdb
2018-01-08 21:52:27 +02:00
Lisa Cawley
dc3d5d67a1
[DOCS] Change certgen references to certutil ( elastic/x-pack-elasticsearch#3415 )
...
* [DOCS] Change certgen references to certutil
* [DOCS] Updated TLS page with certutil info
* [DOCS] Added certutil examples to TLS page
* [DOCS] Clarified PEM requirement in TLS setup
* [DOCS] Updated certificate instructions
* [DOCS] Fixed security typo
Original commit: elastic/x-pack-elasticsearch@3a326fc87d
2018-01-08 10:14:51 -08:00
Igor Motov
f575119a8d
SQL: Add list tables and columns methods to the REST API ( elastic/x-pack-elasticsearch#3464 )
...
Adds list tables and list columns methods to the REST API. These methods are needed by JDBC and possibly other clients.
Related elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@eaa384c7c9
2018-01-03 16:40:50 -05:00
Igor Motov
db1693ea20
Merge remote-tracking branch 'elastic/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@7029b1f881
2018-01-03 15:16:21 -05:00
Nik Everett
52dd19dba7
SQL: Match naming conventions for asciidoc files ( elastic/x-pack-elasticsearch#3471 )
...
SQL's asciidoc files were all named `sql-the-thing.asciidoc` but our
standard is to name asciidoc files `the-thing.asciidoc` and keep them in
appropriate directories.
relates elastic/x-pack-elasticsearch#3182
Original commit: elastic/x-pack-elasticsearch@ab81763ffd
2018-01-03 15:06:36 -05:00
Lisa Cawley
1cae1f8e93
[DOCS] Added certutil command ( elastic/x-pack-elasticsearch#3294 )
...
* [DOCS] Added certutil command
* [DOCS] Added examples to certutil command
* [DOCS] Address certutil feedback
Original commit: elastic/x-pack-elasticsearch@a9df7bcda2
2018-01-03 09:28:49 -08:00
Igor Motov
178d6ca6b3
SQL: Move shared REST client methods to shared-client ( elastic/x-pack-elasticsearch#3428 )
...
* SQL: Move shared REST client methods to shared-client
This commit is a preliminary step for moving JDBC to the REST client. It extracts the common REST clients from CLI and moves it to shared-client. This will allow us to move to the 5 project setup: rest-proto, shared-client, server, jdbc, cli with the following dependencies:
server <-- rest-proto
shared-client <-- rest-proto
jdbc <-- shared-client
cli <-- shared-client
Relates to elastic/x-pack-elasticsearch#3419
Original commit: elastic/x-pack-elasticsearch@2e6a134de0
2017-12-28 11:10:18 -05:00
David Kyle
08ff3914fd
[DOCS] Correct over field usage for freq rare function ( elastic/x-pack-elasticsearch#3435 )
...
Original commit: elastic/x-pack-elasticsearch@2b315610b9
2017-12-28 10:50:20 +00:00
Nik Everett
5b30bc6c7a
Merge branch 'master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@5b23edc3ef
2017-12-22 09:49:25 -05:00
lcawley
648a4d9cd1
[DOCS] Fixed forecasting links
...
Original commit: elastic/x-pack-elasticsearch@42c326c3ce
2017-12-21 08:39:49 -08:00
Lisa Cawley
b35f1909cc
[DOCS] Add forecasting overview ( elastic/x-pack-elasticsearch#3263 )
...
* [DOCS] Restructure ML overview
* [DOCS] Added forecasting limitations
* [DOCS] Merged changes to ML overview
* [DOCS] Added forecasting screenshot
* [DOCS] Removed incorrect results info from forecast API
* [DOCS] Addressed feedback about forecasts
* [DOCS] Clarified default forecast duration
Original commit: elastic/x-pack-elasticsearch@1403f2cd2e
2017-12-21 08:14:52 -08:00
Alexander Reelsen
e15f1c36b5
Docs: Fix cross project link
...
Original commit: elastic/x-pack-elasticsearch@83ec5bd47c
2017-12-21 11:42:57 +01:00
Alexander Reelsen
8c99a4dc78
Watcher: Add refresh parameter to index action ( elastic/x-pack-elasticsearch#3350 )
...
This allows to configure the refresh parameter to the index action,
which is either applied to the resulting index or bulk request.
Relates elastic/apm-dev#76
Original commit: elastic/x-pack-elasticsearch@aedb6adc66
2017-12-21 10:18:16 +01:00
lcawley
1cc73a0307
[DOCS] Fixed calendar API titles
...
Original commit: elastic/x-pack-elasticsearch@77fcbe7b37
2017-12-20 16:37:19 -08:00
lcawley
121bbd5689
[DOCS] Fixed typo in calendar API
...
Original commit: elastic/x-pack-elasticsearch@8b3989cd45
2017-12-20 15:22:38 -08:00
Nik Everett
1cf9d6e3f3
SQL: Document a few functions ( elastic/x-pack-elasticsearch#3390 )
...
* Starts to build the list of supported functions, adding links to
wikipedia when there is any doubt what the functions mean.
* Extracts an example of using the function from the test suite.
* Explicitly calls out how we round (half up) because there are
lots of ways to round.
Original commit: elastic/x-pack-elasticsearch@5fb64ba869
2017-12-20 17:42:29 -05:00
lcawley
9c853cfe6f
Merge remote-tracking branch 'upstream/master'
...
Original commit: elastic/x-pack-elasticsearch@c3d5b1ec9f
2017-12-20 13:53:54 -08:00
Lisa Cawley
15e738b184
[DOCS] Added ML calendar APIs ( elastic/x-pack-elasticsearch#3328 )
...
* [DOCS] Added ML calendar APIs
* [DOCS] Updated calendar job API titles
* [DOCS] Added more calendar APIs
Original commit: elastic/x-pack-elasticsearch@0910da09eb
2017-12-20 13:52:58 -08:00
Lisa Cawley
f14ca25ffc
[DOCS] Update screenshots for population job ( elastic/x-pack-elasticsearch#3334 )
...
* [DOCS] Update screenshots for population job
* [DOCS] Updated screenshots for population wizard
Original commit: elastic/x-pack-elasticsearch@21b7dc1734
2017-12-20 13:13:59 -08:00
Nik Everett
65d22e7b3a
SQL: Update docs ( elastic/x-pack-elasticsearch#3386 )
...
* Remove "overview". That is already covered in the index page.
* Write a basic getting started page.
* Fix the CLI startup instructions.
Original commit: elastic/x-pack-elasticsearch@dabe72b5cc
2017-12-20 13:58:32 -05:00