Igor Motov
de15f7123b
Merge remote-tracking branch 'elastic/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@bbabfb1328
2018-01-23 15:41:59 -05:00
Jason Tedor
c0790d6a49
Move x-pack-core to core package ( elastic/x-pack-elasticsearch#3678 )
...
This commit moves the source file in x-pack-core to a org.elasticsearch.xpack.core package. This is to prevent issues where we have compile-time success reaching through packages that will cross module boundaries at runtime (due to being in different classloaders). By moving these to a separate package, we have compile-time safety. Follow-ups can consider build time checking that only this package is defined in x-pack-core, or sealing x-pack-core until modules arrive for us.
Original commit: elastic/x-pack-elasticsearch@232e156e0e
2018-01-23 12:43:58 -06:00
Igor Motov
2be9cabbe9
Merge remote-tracking branch 'elastic/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@d6451b0f6b
2018-01-23 12:53:13 -05:00
Lisa Cawley
223d3c1f4c
[DOCS] Added QA notes about scheduled events ( elastic/x-pack-elasticsearch#3641 )
...
Original commit: elastic/x-pack-elasticsearch@64b67aa0ad
2018-01-23 08:41:48 -08:00
Nik Everett
52f7ba8c5d
SQL: Docs for basic aggregations
...
Adds documentation for basic aggregate functions supported by
Elasticsearch SQL.
Relates to elastic/x-pack-elasticsearch#2898
Original commit: elastic/x-pack-elasticsearch@ddc71165f2
2018-01-23 11:32:21 -05:00
Nik Everett
d2ea36416b
SQL: Expose WEEK function and document datetime functions ( elastic/x-pack-elasticsearch#3680 )
...
Adds documentation for all of the date time functions using the new
cli-like format extracted from the csv spec. In the process of doing
this I noticed that the `WEEK` function isn't exposed as a function.
This exposes it for consistency.
Relates to elastic/x-pack-elasticsearch#2898
Original commit: elastic/x-pack-elasticsearch@0459b24cb9
2018-01-23 07:11:43 -05:00
Lisa Cawley
c0edf2197b
[DOCS] Replaced settings with links ( elastic/x-pack-elasticsearch#3626 )
...
Original commit: elastic/x-pack-elasticsearch@4ad018521e
2018-01-22 15:15:31 -08:00
Lisa Cawley
10827033c5
[DOCS] Added information about overall bucket scores ( elastic/x-pack-elasticsearch#3333 )
...
Original commit: elastic/x-pack-elasticsearch@68efc63f25
2018-01-22 13:52:47 -08:00
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