Lisa Cawley
42f9a990d1
[DOCS] Split TLS instructions for HTTP and transport layers ( elastic/x-pack-elasticsearch#3895 )
...
Original commit: elastic/x-pack-elasticsearch@77fe30f7d3
2018-02-15 11:41:01 -08:00
Lisa Cawley
22c3060fd6
[DOCS] Add ML limitation and troubleshooting ( elastic/x-pack-elasticsearch#3929 )
...
Original commit: elastic/x-pack-elasticsearch@bfabcbb456
2018-02-14 08:58:29 -08:00
Tim Brooks
5dbbe8fef8
Default to basic license at startup ( elastic/x-pack-elasticsearch#3878 )
...
This is related to elastic/x-pack-elasticsearch#3877 . This commit modifies the license settings to
default to self generating a basic license.
Original commit: elastic/x-pack-elasticsearch@cd6ee8e06f
2018-02-12 12:57:04 -07:00
Lisa Cawley
4e0c1d1b60
[DOCS] Enabled more ML code snippet testing ( elastic/x-pack-elasticsearch#3764 )
...
Original commit: elastic/x-pack-elasticsearch@518dce3ddd
2018-02-09 09:16:24 -08:00
Alexander Reelsen
aa12763eba
Docs: Remove invalid configuration options
...
Original commit: elastic/x-pack-elasticsearch@c1ef6dce5f
2018-02-09 09:35:56 +01:00
David Kyle
8e73085047
[ML] Enable adding multiple jobs to a calendar ( elastic/x-pack-elasticsearch#3786 )
...
Original commit: elastic/x-pack-elasticsearch@56a70a4580
2018-02-08 11:44:16 +00:00
Tim Vernum
736cc05d72
[DOCS] Fix broken format in SAML guide
...
Original commit: elastic/x-pack-elasticsearch@6d268e91f0
2018-02-08 12:37:08 +11:00
Nik Everett
f0f8fb6e5f
SQL: Fix doc pointer to SQL's tests
...
The docs include portions of the SQL tests and for that to work they
need to point to position of the tests. They use a relative directory
but relative to *what*? That turns out to be a fairly complex thing to
answer, luckilly, `index.x.asciidoc` defines `xes-repo-dir` which points
to the root of the xpack docs. We can use that to find the sql tests
without having to answer the "relative to what?" question in two places.
Original commit: elastic/x-pack-elasticsearch@ebea586fdf
2018-02-07 12:57:11 -05:00
Lisa Cawley
7a070568d3
[DOCS] Expanded conceptual information about datafeeds ( elastic/x-pack-elasticsearch#3849 )
...
Original commit: elastic/x-pack-elasticsearch@09a4229ed9
2018-02-07 09:29:22 -08:00
Nik Everett
5b46899cc3
Merge branch 'master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@9a49ecbbd5
2018-02-06 14:40:55 -05:00
Nik Richers
20c1791dd8
Fix broken link for 6.2
...
Direct commit to speed up fix.
Original commit: elastic/x-pack-elasticsearch@f9187b81b8
2018-02-06 07:21:19 -08:00
Tim Vernum
80b5ac9562
[DOC] SAML documentation ( elastic/x-pack-elasticsearch#3657 )
...
Includes:
- docs for new realm type "saml"
- docs for new settings for SAML realms
- a guide for setting up SAML accross ES + Kibana
Original commit: elastic/x-pack-elasticsearch@85f8f6d409
2018-02-05 12:22:54 +11:00
Nik Everett
876aebf7e0
SQL: Make extract work for any datetime function ( elastic/x-pack-elasticsearch#3756 )
...
This allows any datetime function to be present in `EXTRACT` which feels
more consistent. `EXTRACT(FOO FROM bar)` is now just sugar for
`FOO(bar)`. This is *much* simpler to explain in the documentation then
"these 10 fields are supported by extract and they are the same as this
subset of the datetime functions."
The implementation of this is a little simpler then the old way. Instead
of resolving the function in the parser we create an
`UnresolvedFunction` that looks *almost* just like what we'd create for
a single argument function and resolve the function in the `Analyzer`.
This feels like a net positive as it allows us to group `EXTRACT`
resolution failures with other function resolution failures.
This also creates `UnresolvedFunctionTests` and
`UnresolvedAttributeTests`. I had to create `UnresolvedFunctionTests`
because `UnreolvedFunction` now has three boolean parameters which is
incompatible with the generic `NodeSubclassTests`'s requirement that all
ctor parameters be unique. I created `UnresolvedAttributeTests` because
I didn't want `UnresolvedFunctionTests` to call `NodeSubclassTests` and
figured that we'd want `UnresolvedAttributeTest` eventually and now felt
like as good a time as any.
Added a
Original commit: elastic/x-pack-elasticsearch@358aada308
2018-02-03 16:10:09 -05:00
Nik Everett
2a5eacfc0a
SQL: Fix up docs around score
...
Explain what happens if you have multiple full text queries in your
`WHERE` clause.
Original commit: elastic/x-pack-elasticsearch@cbae17b465
2018-02-02 11:25:09 -05:00
Nik Everett
2c66b058f3
SQL: More comments in docs
...
Leave more comments in docs for things that we have to finish
documenting.
Original commit: elastic/x-pack-elasticsearch@2523617c3b
2018-02-02 11:10:34 -05:00
Nik Everett
8065b71bc6
SQL: Drop double quotes from permissions in docs
...
We don't need the double quotes. Also, we follow up with an example that
shows how to write them in yml.
Original commit: elastic/x-pack-elasticsearch@835deca6f9
2018-02-02 11:07:54 -05:00
Nik Everett
6808eabc7b
SQL: Comment out TODOs in docs
...
That way we don't render them to users. We already are tracking them in
issue elastic/x-pack-elasticsearch#2898 .
Original commit: elastic/x-pack-elasticsearch@de506faad0
2018-02-02 11:06:35 -05:00
Costin Leau
d51a7192af
[DOCS] Polish
...
Original commit: elastic/x-pack-elasticsearch@cc82fb428e
2018-02-02 17:10:32 +02:00
Nik Everett
f66e01369a
Merge branch 'master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@6ba2651f46
2018-02-01 17:21:37 -05:00
Nik Everett
c53e1f4b1c
SQL: More tests and docs for permissions ( elastic/x-pack-elasticsearch#3679 )
...
Adds tests for what works and what doesn't when we're missing some of
SQL's required permissions.
Adds required permissions to the documentation of each SQL access
method.
relates elastic/x-pack-elasticsearch#3552
Original commit: elastic/x-pack-elasticsearch@971dabb3b4
2018-02-01 17:20:44 -05:00
Lisa Cawley
83910f717e
[DOCS] Build docs from elasticsearch ( elastic/x-pack-elasticsearch#3638 )
...
Original commit: elastic/x-pack-elasticsearch@379e93a887
2018-02-01 13:35:42 -08:00
Lee Hinman
1b36133988
Merge remote-tracking branch 'origin/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@4176773659
2018-01-31 10:49:25 -07:00
Simon Willnauer
570411c2dc
Remove all tribe related code, comments and documentation ( elastic/x-pack-elasticsearch#3784 )
...
Relates to elastic/elasticsearch#28443
Original commit: elastic/x-pack-elasticsearch@5c4e7fccc7
2018-01-30 20:40:46 +01:00
Lee Hinman
a789944b8d
Merge remote-tracking branch 'origin/master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@f96f80f0d0
2018-01-29 15:42:01 -07:00
Costin Leau
07658cc04f
SQL: replace JDBC transport meta columns with SQL call ( elastic/x-pack-elasticsearch#3740 )
...
Replace meta column endpoint with SYS COLUMNS command
Original commit: elastic/x-pack-elasticsearch@819874bc5b
2018-01-29 19:18:24 +02:00
Simon Willnauer
5fb3add5fd
Remove XPackExtension break from 7.0 it's ported to 6.3
...
Original commit: elastic/x-pack-elasticsearch@5e8ebda481
2018-01-29 10:42:12 +01:00
Costin Leau
e929d16d76
SQL: Replace ListTable transport with SQL command ( elastic/x-pack-elasticsearch#3675 )
...
Introduce system commands as alternative to meta HTTP endpoints
Pass in cluster name
Use 'BASE TABLE' instead of 'INDEX' when describing a table to stick
with the SQL terminology
Original commit: elastic/x-pack-elasticsearch@600312b8f7
2018-01-27 11:54:19 +02:00
Simon Willnauer
730e7075ab
Remove XPackExtension in favor of SecurityExtensions ( elastic/x-pack-elasticsearch#3734 )
...
This change removes the XPackExtension mechanism in favor of
SecurityExtension that can be loaded via SPI and doesn't need
another (duplicate) plugin infrastructure
Original commit: elastic/x-pack-elasticsearch@f39e62a040
2018-01-26 16:14:11 +01:00
Lisa Cawley
7bec4af206
[DOCS] Clarified use of historical events ( elastic/x-pack-elasticsearch#3737 )
...
Original commit: elastic/x-pack-elasticsearch@371ca281e9
2018-01-26 06:56:36 -08:00
Lisa Cawley
79e79dc467
[DOCS] Fixed broken link to monitoring info ( elastic/x-pack-elasticsearch#3745 )
...
Original commit: elastic/x-pack-elasticsearch@dacc2b82a2
2018-01-25 16:52:33 -08:00
Lisa Cawley
e447ea9c1f
[DOCS] Move monitoring configuration info ( elastic/x-pack-elasticsearch#3674 )
...
Original commit: elastic/x-pack-elasticsearch@eb68a4d3ae
2018-01-25 13:49:30 -08:00
Lisa Cawley
b6c9e96304
[DOCS] Added job ID requirements ( elastic/x-pack-elasticsearch#3727 )
...
Original commit: elastic/x-pack-elasticsearch@71f0073708
2018-01-25 09:23:56 -08:00
Costin Leau
3f4c789993
Merge branch 'master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@348f0468b0
2018-01-24 19:19:51 +02:00
Lisa Cawley
2428e98976
[DOCS] Clarify document level security ( elastic/x-pack-elasticsearch#3701 )
...
Original commit: elastic/x-pack-elasticsearch@b4bfe5706c
2018-01-24 09:07:21 -08:00
Lisa Cawley
9435ffe64b
[DOCS] Clarify PKI realm support ( elastic/x-pack-elasticsearch#3703 )
...
Original commit: elastic/x-pack-elasticsearch@55da7a07d1
2018-01-24 08:32:23 -08:00
Lisa Cawley
e7c78e05f8
[DOCS] Added ML add and delete calendar event APIs ( elastic/x-pack-elasticsearch#3394 )
...
Original commit: elastic/x-pack-elasticsearch@3283af2215
2018-01-24 08:14:23 -08:00
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
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
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
Nik Everett
d2df25072a
Merge branch 'master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@f7d99dcbb7
2017-12-20 12:03:20 -05:00
Nik Everett
9765058e5c
SQL: Remove whenClause from grammar ( elastic/x-pack-elasticsearch#3378 )
...
It wasn't used. Also remove tokens that we aren't using.
Related to elastic/x-pack-elasticsearch#3176
Original commit: elastic/x-pack-elasticsearch@3358b1e241
2017-12-20 11:06:54 -05:00
Dimitrios Athanasiou
f977632a17
[DOCS] Change `detector_rules` to `rules` in ML docs
...
Original commit: elastic/x-pack-elasticsearch@49699286d3
2017-12-20 14:38:00 +00:00
Nik Everett
4820bc757e
SQL: Implement sorting and retrieving score ( elastic/x-pack-elasticsearch#3340 )
...
Accessing `_score` from SQL looks like:
```
--------------------------------------------------
POST /_sql
{
"query": "SELECT SCORE(), * FROM library WHERE match(name, 'dune') ORDER BY SCORE() DESC"
}
--------------------------------------------------
```
This replaces elastic/x-pack-elasticsearch#3187
relates elastic/x-pack-elasticsearch#2887
Original commit: elastic/x-pack-elasticsearch@fe96348c22
2017-12-18 20:57:50 -05:00
Nik Everett
4680e1e166
Merge branch 'master' into feature/sql_2
...
Original commit: elastic/x-pack-elasticsearch@2067b14cf8
2017-12-18 12:15:04 -05:00
Lisa Cawley
02129beec4
[DOCS] Reformatted machine learning overview ( elastic/x-pack-elasticsearch#3346 )
...
* [DOCS] Reformatted machine learning overview
* [DOCS] Added intro ML screenshot
Original commit: elastic/x-pack-elasticsearch@b6189000e0
2017-12-15 15:05:21 -08:00
Lisa Cawley
cd245c8e86
[DOCS] Added xpack.ml.node_concurrent_job_allocations setting ( elastic/x-pack-elasticsearch#3327 )
...
* [DOCS] Added concurrent ML job setting
* [DOCS] Re-ordered ML settings
* [DOCS] Clarified concurrent job allocation setting
Original commit: elastic/x-pack-elasticsearch@cb2d501333
2017-12-15 11:19:11 -08:00
lcawley
ab737982bb
Merge remote-tracking branch 'upstream/master'
...
Original commit: elastic/x-pack-elasticsearch@5b94f9472a
2017-12-15 11:07:02 -08:00