lcawley
7f37c2c431
[DOCS] Fixed broken link to java transport client
...
Original commit: elastic/x-pack-elasticsearch@f3036bb2a0
2017-10-12 14:29:20 +01:00
lcawley
b628815dbe
[DOCS] Fixed link to X-Pack transport client
...
Original commit: elastic/x-pack-elasticsearch@0870334e4b
2017-10-12 13:41:14 +01:00
Lisa Cawley
604229cd4d
[DOCS] Added transport client info for X-Pack ( elastic/x-pack-elasticsearch#2737 )
...
* [DOCS] Added transport client info for X-Pack
* [DOCS] Relocated X-Pack java client info
* [DOCS] Added transport client deprecation info
Original commit: elastic/x-pack-elasticsearch@416aab1d76
2017-10-12 13:18:44 +01:00
Lisa Cawley
2455415a04
[DOCS] Small fixes in the overall buckets API ( elastic/x-pack-elasticsearch#2732 )
...
* [DOCS] Small fixes in the overall buckets API
* [DOCS] Addressed feedback in overall buckets API
Original commit: elastic/x-pack-elasticsearch@4f79bc9a50
2017-10-11 16:25:05 +01:00
lcawley
723dd49905
[DOCS] Fixed typo in count function
...
Original commit: elastic/x-pack-elasticsearch@34c821796b
2017-10-11 16:16:28 +01:00
David Roberts
c84d69fde3
[DOCS] Fix ML post_data docs ( elastic/x-pack-elasticsearch#2689 )
...
It was pointed out in
https://github.com/elastic/elasticsearch-net/pull/2856#discussion_r142830656
that our post_data docs incorrectly say that reset_start and reset_end are
body parameters. In fact they are query parameters.
There were also a number of other errors and ommissions on this page that I
have attempted to correct.
Original commit: elastic/x-pack-elasticsearch@c83decacc7
2017-10-11 10:47:07 +01:00
Dimitris Athanasiou
5eea355b33
[ML] Add overall buckets api ( elastic/x-pack-elasticsearch#2713 )
...
Adds the GET overall_buckets API.
The REST end point is: GET
/_xpack/ml/anomaly_detectors/job_id/results/overall_buckets
The API returns overall bucket results. An overall bucket
is a summarized bucket result over multiple jobs.
It has the `bucket_span` of the longest job's `bucket_span`.
It also has an `overall_score` that is the `top_n` average of the
max anomaly scores per job.
relates elastic/x-pack-elasticsearch#2693
Original commit: elastic/x-pack-elasticsearch@ba6061482d
2017-10-10 14:41:24 +01:00
Dimitris Athanasiou
90e327032e
[ML][DOCS] Fix bucket_span type in results resources ( elastic/x-pack-elasticsearch#2714 )
...
Original commit: elastic/x-pack-elasticsearch@af24bde71f
2017-10-10 12:51:12 +01:00
Alexander Reelsen
80593fb23c
Watcher: Add execution state to watch status ( elastic/x-pack-elasticsearch#2699 )
...
The execution state is kind of a global indicator if a watch has been
running successfully and is used by the watcher UI.
However this field is only stored in the watch history but not part of
the watch status, thus it is not available everywhere. In order to
simplify the watcher UI this commit also adds the field to the
watch status which is stored together with the watch.
It is stored under the `status.execution_state` field as `status.state`
is already taken. This is also reflects with the name of the java class.
The WatchStatus class does not contain serialization checks, as this is
intended to be backported to 6.x, where those checks will be added.
Once the backport is done, the old execution state field can be fully
deleted from the master branch in another commit (syncing with Kibana
folks required).
relates elastic/x-pack-elasticsearch#2385
* fix doc tests
Original commit: elastic/x-pack-elasticsearch@26e8f99571
2017-10-10 09:07:33 +02:00
Alexander Reelsen
cadfd03529
Watcher: Allow JIRA path to be custom chosen ( elastic/x-pack-elasticsearch#2682 )
...
The path of a JIRA endpoint used to be fixed. This commit allows the
path to be dynamic, so that users can deploy their JIRA instance under
an arbitrary prefix.
Original commit: elastic/x-pack-elasticsearch@7702505114
2017-10-10 08:55:28 +02:00
Costin Leau
31a952993a
Merge remote-tracking branch 'remotes/upstream/master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@2ac0dab27b
2017-10-05 19:16:36 +03:00
lcawley
feabaad46a
[DOCS] Renamed X-Pack release notes
...
Original commit: elastic/x-pack-elasticsearch@485ddb14f2
2017-09-28 18:30:25 -07:00
Lisa Cawley
7a67f4bce5
[DOCS] Add X-Pack release notes to Elasticsearch Reference ( elastic/x-pack-elasticsearch#2642 )
...
* [DOCS] Add X-Pack release notes to Elasticsearch Reference
* [DOCS] Added X-Pack release note links
Original commit: elastic/x-pack-elasticsearch@2c2561cb6c
2017-09-28 18:04:02 -07:00
Russ Cam
9b97f50001
[DOCS] Update type for category_id ( elastic/x-pack-elasticsearch#2197 )
...
Make category_id a long to align with the implementation.
Original commit: elastic/x-pack-elasticsearch@9873824281
2017-09-27 15:08:37 +01:00
Lisa Cawley
95a5d36289
[DOCS] Add watcher and elevated privilege info ( elastic/x-pack-elasticsearch#2632 )
...
Original commit: elastic/x-pack-elasticsearch@2dcbace8a0
2017-09-26 13:26:02 -07:00
lcawley
ea05298087
[DOCS] Fixed bad link
...
Original commit: elastic/x-pack-elasticsearch@bb733b7877
2017-09-26 09:40:12 -07:00
Igor Motov
fdd98f01ed
Merge remote-tracking branch 'elastic/master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@273e0a110e
2017-09-26 11:59:49 -04:00
Lisa Cawley
64e2f4c93c
Update bootstrap security details ( elastic/x-pack-elasticsearch#2430 )
...
* [DOCS] Update bootstrap security details
* [DOCS] Addressed feedback about bootstrap
* [DOCS] Update bootstrap password details
* [DOCS] Addressed feedback about setup-passwords
* [DOCS] Update security in x-pack install info
* [DOCS] Remove bootstrap.password details
* [DOCS] Update setup-passwords info
* [DOCS] Re-add bootstrap.password details
Original commit: elastic/x-pack-elasticsearch@04d3ee8509
2017-09-26 08:52:04 -07:00
Tanguy Leroux
a3984f7baa
[Monitoring] Remove MonitoringSettings ( elastic/x-pack-elasticsearch#2596 )
...
Original commit: elastic/x-pack-elasticsearch@28dea7b699
2017-09-26 09:37:59 +02:00
Nik Everett
216058035b
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@b3f6d3fd70
2017-09-25 09:55:17 -04:00
Lisa Cawley
b55ab98914
[DOCS] Formatted role mapping API ( elastic/x-pack-elasticsearch#2576 )
...
* [DOCS] Formatted role mapping API
* [DOCS] Addressed feedback in role mapping API
Original commit: elastic/x-pack-elasticsearch@baba26c8ed
2017-09-22 10:40:20 -07:00
Lisa Cawley
3a6cba7bc9
[DOCS] Formatted roles API ( elastic/x-pack-elasticsearch#2577 )
...
* [DOCS] Formatted roles API
* [DOCS] Addressed feedback about roles API
Original commit: elastic/x-pack-elasticsearch@414d06bc13
2017-09-22 10:24:20 -07:00
Lisa Cawley
445af3ecf5
[DOCS] Format the authenticate API ( elastic/x-pack-elasticsearch#2572 )
...
Original commit: elastic/x-pack-elasticsearch@bc486dc6be
2017-09-22 10:07:15 -07:00
Lisa Cawley
62fbd5a798
[DOCS] Format the clear cache API ( elastic/x-pack-elasticsearch#2574 )
...
* [DOCS] Format the clear cache API
* [DOCS] Fixed formatting in clear cache API
Original commit: elastic/x-pack-elasticsearch@705bd8e8cf
2017-09-22 10:04:38 -07:00
lcawley
85f7f9b2d1
[DOCS] Fix formatting in change password API
...
Original commit: elastic/x-pack-elasticsearch@acbe051abb
2017-09-22 10:01:49 -07:00
Lisa Cawley
3e68a89a45
[DOCS] Format change password API ( elastic/x-pack-elasticsearch#2573 )
...
Original commit: elastic/x-pack-elasticsearch@d1fc1a6116
2017-09-22 10:00:04 -07:00
Lisa Cawley
42f90b25e3
[DOCS] Format tokens API ( elastic/x-pack-elasticsearch#2578 )
...
* [DOCS] Format tokens API
* [DOCS] Cleaned up tokens API comment
Original commit: elastic/x-pack-elasticsearch@f818367c68
2017-09-22 09:56:32 -07:00
Lisa Cawley
5630ca6322
[DOCS] Formatted users API ( elastic/x-pack-elasticsearch#2579 )
...
Original commit: elastic/x-pack-elasticsearch@922ab6c279
2017-09-22 09:51:35 -07:00
Lisa Cawley
9c8b5fb98a
[DOCS] Formatted the privileges API ( elastic/x-pack-elasticsearch#2575 )
...
Original commit: elastic/x-pack-elasticsearch@9080eb9535
2017-09-22 09:46:09 -07:00
Lisa Cawley
ce7b473741
[DOCS] Added logstash_admin role ( elastic/x-pack-elasticsearch#2569 )
...
Original commit: elastic/x-pack-elasticsearch@259bbba6e5
2017-09-22 08:20:31 -07:00
Nik Everett
2c183d566e
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@53dc6d4ce7
2017-09-21 15:20:20 -04:00
David Kyle
0c96db0a1c
Fix summary_count_field -> summary_count_field_name typo ( elastic/x-pack-elasticsearch#2588 )
...
Original commit: elastic/x-pack-elasticsearch@689be8c33a
2017-09-21 16:46:13 +01:00
lcawley
57f987b3b2
[DOCS] Added index-shared4 and index-shared5.asciidoc
...
Original commit: elastic/x-pack-elasticsearch@ef407e2677
2017-09-20 10:53:40 -07:00
lcawley
0ec98e0190
[DOCS] Fixed broken Kibana link
...
Original commit: elastic/x-pack-elasticsearch@10db543680
2017-09-20 09:30:02 -07:00
Lisa Cawley
8f1984a86e
[DOCS] Enable read-only access for kibana_system user ( elastic/x-pack-elasticsearch#2465 )
...
Original commit: elastic/x-pack-elasticsearch@a262acb1b0
2017-09-20 09:25:58 -07:00
Nik Everett
2df8b0c144
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@dff8c22d99
2017-09-20 12:06:27 -04:00
lcawley
af2b2ca542
[DOCS] Add random default datafeed query delay
...
Original commit: elastic/x-pack-elasticsearch@d886f09192
2017-09-19 09:54:11 -07:00
Lisa Cawley
4ffaec5173
[DOCS] Remove redundant certgen info ( elastic/x-pack-elasticsearch#2542 )
...
Original commit: elastic/x-pack-elasticsearch@6147e32fd1
2017-09-18 14:22:34 -07:00
Nik Everett
641db10605
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@81ed649a9b
2017-09-18 16:33:15 -04:00
Lisa Cawley
679ef6a744
[DOCS] Added _xpack_security internal user ( elastic/x-pack-elasticsearch#2541 )
...
Original commit: elastic/x-pack-elasticsearch@d1c87af335
2017-09-18 13:32:11 -07:00
lcawley
3ff175b541
[DOCS] Remove old certgen examples
...
Original commit: elastic/x-pack-elasticsearch@f97d0ab00c
2017-09-18 12:22:45 -07:00
Lisa Cawley
f71dc549a5
[DOCS] Update X-Pack installation re TLS changes ( elastic/x-pack-elasticsearch#2523 )
...
* [DOCS] Update xpack installation re TLS changes
* [DOCS] Clarify multi-node TLS requirement
Original commit: elastic/x-pack-elasticsearch@a961488fa1
2017-09-18 11:20:18 -07:00
Nik Everett
52ee02da27
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@c25c179ce6
2017-09-18 12:32:46 -04:00
Lisa Cawley
371953488b
[DOCS] Create certgen command reference ( elastic/x-pack-elasticsearch#2456 )
...
* [DOCS] Create certgen command reference
* [DOCS] Added missing certgen parameters
* [DOCS] Finalized certgen command reference
Original commit: elastic/x-pack-elasticsearch@6d0b795eb4
2017-09-18 08:36:13 -07:00
jaymode
19de38665e
Docs: remove incorrect name attribute from role snippet
...
relates elastic/x-pack-elasticsearch#2497
Original commit: elastic/x-pack-elasticsearch@ef15a1e36c
2017-09-15 12:51:37 -06:00
Jay Modi
53d6d945f0
Update documentation to reflect the latest TLS changes and licensing ( elastic/x-pack-elasticsearch#2508 )
...
This commit updates to documentation and adds notes about TLS being required to install a
license.
Relates elastic/x-pack-elasticsearch#2463
Original commit: elastic/x-pack-elasticsearch@0d8bfb98ea
2017-09-15 08:44:03 -06:00
Lisa Cawley
895d28f462
[DOCS] Remove redundant users command info ( elastic/x-pack-elasticsearch#2504 )
...
Original commit: elastic/x-pack-elasticsearch@1c9fa91293
2017-09-14 15:47:21 -07:00
lcawley
c3b658df88
[DOCS] Fixed broken link to put watch API
...
Original commit: elastic/x-pack-elasticsearch@f36caaa371
2017-09-14 14:12:20 -07:00
Lisa Cawley
df1e4e85a4
Format Watcher APIs ( elastic/x-pack-elasticsearch#2382 )
...
* [DOCS] Format Watcher APIs
* [DOCS] Removed master_timeout from Watcher APIs
* [DOCS] Added authority info to watcher APIs
Original commit: elastic/x-pack-elasticsearch@1e6de3b036
2017-09-14 13:01:47 -07:00
Nik Everett
bac9afee7e
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@270ab71b19
2017-09-14 11:43:48 -04:00
lcawley
9ea36ef771
[DOCS] Added tip in users command
...
Original commit: elastic/x-pack-elasticsearch@3fb4e1819c
2017-09-13 17:21:15 -07:00
Lisa Cawley
89d6c7e01e
[DOCS] Create reference for users command ( elastic/x-pack-elasticsearch#2480 )
...
Original commit: elastic/x-pack-elasticsearch@d0afe8a20d
2017-09-13 17:16:06 -07:00
Nik Everett
858f0b2dac
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@9945382d90
2017-09-13 16:45:27 -04:00
Simon Willnauer
2f5aeb6c6f
Remove token passphrase setting ( elastic/x-pack-elasticsearch#2318 )
...
This change removes `xpack.security.authc.token.passphrase` entirely since from
6.0 onwards we use randomly generated keys by the master there is no need for
this setting anymore. This setting will be deprecated from 6.0 onwards.
Original commit: elastic/x-pack-elasticsearch@37ba90359e
2017-09-12 15:34:41 +02:00
Alexander Reelsen
c3f3ae5391
Watcher: Remove all traces from execution on master node ( elastic/x-pack-elasticsearch#2383 )
...
As there are no master node operations anymore.
* TransportActions are regular Actions now
* Watcher requests are now ActionRequests, no MasterNodeRequests anymore
* REST spec does not contain master node timeout parameters anymore
* WatcherLifeCycleService does not have a check anymore if watcher is able to run distributed, this will be a given in 7.0
* Some serialization BWC checks against version 5 have been removed
Original commit: elastic/x-pack-elasticsearch@4607dd538c
2017-09-12 15:05:26 +02:00
lcawley
a979f33252
[DOCS] Added Dev Tools settings
...
Original commit: elastic/x-pack-elasticsearch@1538d28c21
2017-09-11 16:07:52 -07:00
Lisa Cawley
26148c91fe
[DOCS] Format X-Pack migration APIs ( elastic/x-pack-elasticsearch#2378 )
...
Original commit: elastic/x-pack-elasticsearch@502d77b975
2017-09-11 14:02:23 -07:00
Lisa Cawley
90c6b93897
Add troubleshooting for ML shared index problem ( elastic/x-pack-elasticsearch#2347 )
...
* [DOCS] Add troubleshooting for ML shared index problem
* [DOCS] Address troubleshooting feedback
Original commit: elastic/x-pack-elasticsearch@3116524177
2017-09-11 08:39:14 -07:00
Lisa Cawley
27a8041804
[DOCS] CCS no longer needs local *:* permission ( elastic/x-pack-elasticsearch#2445 )
...
Original commit: elastic/x-pack-elasticsearch@fb7f6eaeb2
2017-09-08 08:41:32 -07:00
Igor Motov
f3193aca5d
Merge remote-tracking branch 'elastic/master' into sql-remove-no-commits
...
Original commit: elastic/x-pack-elasticsearch@f712c08cf1
2017-09-07 12:40:33 -04:00
Lisa Cawley
e4a008f9ee
[DOCS] Update passphrase security setting ( elastic/x-pack-elasticsearch#2431 )
...
Original commit: elastic/x-pack-elasticsearch@8834d64f10
2017-09-06 08:13:59 -07:00
Lisa Cawley
0cd24a9283
[DOCS] Added kibana_dashboard_only_user role ( elastic/x-pack-elasticsearch#2427 )
...
Original commit: elastic/x-pack-elasticsearch@e6ab2238eb
2017-09-05 10:40:58 -07:00
Lisa Cawley
a56312a8e9
Update security info in X-Pack installation ( elastic/x-pack-elasticsearch#2389 )
...
* [DOCS] Update security info in X-Pack installation
* [DOCS] Remove bootstrap from security info
Original commit: elastic/x-pack-elasticsearch@fc272747b1
2017-08-29 13:17:20 -07:00
Nik Everett
efc876c8e1
Add an example of including sql from docs
...
Original commit: elastic/x-pack-elasticsearch@aa4ad288dc
2017-08-29 15:32:44 -04:00
Nik Everett
810ca6637e
Hack docs so we can build them without modifying core
...
Right now we'd like to be able to build the SQL docs without
modifying core even if they aren't quite how we're going to keep
them in the end. This removes the need for a change to core and
leaves a note that we'll have to make undo this commit before
release.
Original commit: elastic/x-pack-elasticsearch@9ca6a0e467
2017-08-29 14:49:30 -04:00
Lisa Cawley
895d73efe0
Format X-Pack Info API reference ( elastic/x-pack-elasticsearch#2376 )
...
* [DOCS] Format X-Pack Info API
* [DOCS] Augmented parameter descriptions for X-Pack Info API
Original commit: elastic/x-pack-elasticsearch@3ad97def27
2017-08-28 15:34:32 -07:00
Deb Adair
1bb7d339e0
[DOCS] Skeleton for the sql plugin docs.
...
Original commit: elastic/x-pack-elasticsearch@f41ff1c993
2017-08-28 11:41:43 -07:00
Jim Ferenczi
27d8b4c79c
Remove the _all metadata field ( elastic/x-pack-elasticsearch#2356 )
...
This change removes the `_all` metadata field. This field is deprecated in 6
and cannot be activated for indices created in 6 so it can be safely removed in
the next major version (e.g. 7).
Relates https://github.com/elastic/elasticsearch/pull/26356
Original commit: elastic/x-pack-elasticsearch@a47133c94e
2017-08-28 13:01:27 +02:00
Michael Basnight
e18f04f3eb
Revert "Use shaded rest client dependencies" ( elastic/x-pack-elasticsearch#2352 )
...
This reverts commit elastic/x-pack-elasticsearch@8605560232 .
Relates elastic/elasticsearch#26367
Original commit: elastic/x-pack-elasticsearch@e4cd960504
2017-08-25 14:13:16 -05:00
Albert Zaharovits
026729e911
TOKEN_SERVICE_ENABLED_SETTING enabled if HTTP_SSL_ENABLED ( elastic/x-pack-elasticsearch#2321 )
...
`authc.token.enabled` is true unless `http.ssl.enabled` is `false` and `http.enabled` is `true`.
* TokenService default enabled if HTTP_ENABLED == false
* Fixed tests that need TokenService explicitly enabled
* [DOC] Default value for `xpack.security.authc.token.enabled`
Original commit: elastic/x-pack-elasticsearch@bd154d16eb
2017-08-23 13:21:30 +03:00
David Roberts
ea94ef3aa9
[ML] Update docs for change to default model memory limit ( elastic/x-pack-elasticsearch#2308 )
...
This is the doc change for elastic/x-pack-elasticsearch#2300
Original commit: elastic/x-pack-elasticsearch@acd683d06a
2017-08-21 16:51:30 +01:00
Lisa Cawley
702c192c35
[DOCS] Fix model_plot_config in ML create job API ( elastic/x-pack-elasticsearch#2316 )
...
Original commit: elastic/x-pack-elasticsearch@2ef32e52cd
2017-08-18 15:06:24 -07:00
Lisa Cawley
17b4720df7
[DOCS] Add missing ML create job API options ( elastic/x-pack-elasticsearch#2268 )
...
* [DOCS] Add missing ML create job API options
* [DOCS] Small fixes in ML create job API
Original commit: elastic/x-pack-elasticsearch@369bd5bfbb
2017-08-18 13:00:15 -07:00
Lisa Cawley
d76969a431
[DOCS] Update example for default model memory limit ( elastic/x-pack-elasticsearch#2312 )
...
Original commit: elastic/x-pack-elasticsearch@815d63d1bf
2017-08-18 11:29:08 -07:00
Lisa Cawley
8e7bd27186
[DOCS] Describe severity threshold and interval in anomaly table ( elastic/x-pack-elasticsearch#2266 )
...
* [DOCS] Describe severity threshold and interval in anomaly table
* [DOCS] Describe aggregation in anomaly table
* [DOCS] Fixed capitalization in ML getting started
Original commit: elastic/x-pack-elasticsearch@d4224c9fe8
2017-08-17 12:56:58 -07:00
Lisa Cawley
e97b6dcc47
[DOCS] Add job groups to ML create/update job APIs ( elastic/x-pack-elasticsearch#2290 )
...
* [DOCS] Add job groups to ML create/update job APIs
* [DOCS] Fix ML update job API example
* [DOCS] Address feedback for ML create/update job APIs
Original commit: elastic/x-pack-elasticsearch@0e7bb47342
2017-08-17 12:52:29 -07:00
Lisa Cawley
29fc38b0e2
[DOCS] Add xpack.ml.max_open_jobs setting ( elastic/x-pack-elasticsearch#2303 )
...
Original commit: elastic/x-pack-elasticsearch@9b82043c34
2017-08-17 12:23:34 -07:00
Deb Adair
4ed7b5473c
[DOCS] Changed to link specifically to 6.0 branch.
...
Original commit: elastic/x-pack-elasticsearch@247fd4b909
2017-08-16 15:43:00 -07:00
Deb Adair
6aac2b9f11
[DOCS] Fixed hardcoded link to ES ref.
...
Original commit: elastic/x-pack-elasticsearch@045561b93d
2017-08-16 14:25:16 -07:00
Lisa Cawley
2abf36dd2c
[DOCS] Add custom URL instructions ( elastic/x-pack-elasticsearch#2215 )
...
* [DOCS] Add custom URL instructions
* [DOCS] Update custom URL examples
* [DOCS] Add example for custom URL
* [DOCS] Add ML category terms custom URL example
* [DOCS] Add tip for pop-up ML custom URLs
* [DOCS] Address feedback about ML custom URLs
* [DOCS] Clarify impact of interval on custom URL
Original commit: elastic/x-pack-elasticsearch@eee192226f
2017-08-15 10:32:11 -07:00
Jason Tedor
f3a7d46698
Rename CONF_DIR to ES_PATH_CONF
...
This commit is following upstream Elasticsearch which has renamed the
environment variable used to specify a custom configuration directory
from CONF_DIR to ES_PATH_CONF.
Relates elastic/x-pack-elasticsearch#2261
Original commit: elastic/x-pack-elasticsearch@9ae29941e5
2017-08-15 06:19:39 +09:00
Lisa Cawley
ea05ddd513
[DOCS] Fix principal access_granted attribute ( elastic/x-pack-elasticsearch#2257 )
...
Original commit: elastic/x-pack-elasticsearch@9c33afce9f
2017-08-11 16:53:21 -07:00
lcawley
e2f7081693
[DOCS] Add abbreviated titles
...
Original commit: elastic/x-pack-elasticsearch@a4cf8a363f
2017-08-11 10:00:35 -07:00
lcawley
8d9dc6ff65
[DOCS] Clarify title for X-Pack install
...
Original commit: elastic/x-pack-elasticsearch@9712bbd1d5
2017-08-11 09:15:20 -07:00
David Roberts
cb3f3d2d04
[ML] Switch from max_running_jobs to xpack.ml.max_open_jobs ( elastic/x-pack-elasticsearch#2232 )
...
This change makes 2 improvements to the max_running_jobs setting:
1. Namespaces it by adding the xpack.ml. prefix
2. Renames "running" to "open", because the "running" terminology
is not used elsewhere
The old max_running_jobs setting is used as a fallback if the new
xpack.ml.max_open_jobs setting is not specified. max_running_jobs
is deprecated and (to ease backporting in the short term) will be
removed from 7.0 in a different PR closer to release of 7.0.
Relates elastic/x-pack-elasticsearch#2185
Original commit: elastic/x-pack-elasticsearch@18c539f9bb
2017-08-11 09:00:33 +01:00
Lisa Cawley
cc7c9aeddb
[DOCS] Remove redundant Logstash security page ( elastic/x-pack-elasticsearch#2239 )
...
Original commit: elastic/x-pack-elasticsearch@8f66e85fb0
2017-08-10 15:31:41 -07:00
Lisa Cawley
e500fba354
[DOCS] Update links to Kibana security ( elastic/x-pack-elasticsearch#2235 )
...
Original commit: elastic/x-pack-elasticsearch@88f29b3321
2017-08-10 12:56:03 -07:00
Lisa Cawley
1066a6f877
[DOCS] Add loopback to X-Pack install info ( elastic/x-pack-elasticsearch#2237 )
...
Original commit: elastic/x-pack-elasticsearch@8c105818e2
2017-08-10 12:37:14 -07:00
lcawley
8c7828413d
[DOCS] Fix typo
...
Original commit: elastic/x-pack-elasticsearch@03c2f708be
2017-08-10 09:20:57 -07:00
Lisa Cawley
a03fa9dd45
[DOCS] Change indexes to indices ( elastic/x-pack-elasticsearch#2231 )
...
Original commit: elastic/x-pack-elasticsearch@1c2d24848e
2017-08-10 09:13:53 -07:00
David Kyle
c4910098b0
[Docs] Change indexes -> indices in datafeed config example ( elastic/x-pack-elasticsearch#2227 )
...
Original commit: elastic/x-pack-elasticsearch@7ddd36360e
2017-08-10 16:22:59 +01:00
lcawley
1840e952af
[DOCS] Remove outdated SSL info
...
Original commit: elastic/x-pack-elasticsearch@aeddc6dd5b
2017-08-09 10:11:57 -07:00
Lisa Cawley
0d79c80a8f
[DOCS] Add user setup to X-Pack install info ( elastic/x-pack-elasticsearch#2189 )
...
* [DOCS] Add user setup to X-Pack install info
* [DOCS] Add TSL steps to X-Pack install
* [DOCS] Clarify SSL settings in Xpack install
Original commit: elastic/x-pack-elasticsearch@eee37729ff
2017-08-09 10:05:43 -07:00
Lisa Cawley
1bb3ad38c7
[DOCS] Update APIs for multiple jobs or datafeeds ( elastic/x-pack-elasticsearch#2105 )
...
* [DOCS] Update APIs for multiple jobs or datafeeds
* [DOCS] Fix syntax diagrams for ML stop/close APIs
* [DOCS] Removed TBD authorization for ML APIs
Original commit: elastic/x-pack-elasticsearch@1a9137a5a7
2017-08-09 08:30:21 -07:00
Lisa Cawley
ccf0b6f2ed
[DOCS] Fix typo ( elastic/x-pack-elasticsearch#2211 )
...
Original commit: elastic/x-pack-elasticsearch@6efb78c1b2
2017-08-08 12:52:52 -07:00
Alexander Reelsen
cff3418e96
Tests: Only restart watcher on watcher tests
...
In order to not restart watcher on every test, this checks
if this is a watcher test and only restarts watcher in that case.
In addition this also checks if watcher is not marked as started.
as otherwise restarting does not make sense. Lastly, this waits until
watcher is marked as started before proceeding.
Original commit: elastic/x-pack-elasticsearch@a8d72f3ebb
2017-08-08 14:28:44 +02:00
Luca Cavanna
b530da945d
Adapt to yaml test client upstream changes ( elastic/x-pack-elasticsearch#2172 )
...
Original commit: elastic/x-pack-elasticsearch@d984f71801
2017-08-07 11:02:25 +02:00
Lisa Cawley
a6a76f8d2a
[DOCS] Clarify xpack.security.enabled info ( elastic/x-pack-elasticsearch#2166 )
...
Original commit: elastic/x-pack-elasticsearch@140e330973
2017-08-04 08:59:50 -07:00
Lisa Cawley
a8fc1255be
[DOCS] Update ml.enabled description ( elastic/x-pack-elasticsearch#2148 )
...
Original commit: elastic/x-pack-elasticsearch@8a32f0a66f
2017-08-02 10:32:24 -07:00
Lisa Cawley
bf92450fc4
[DOCS] Update multivariate_by_fields ( elastic/x-pack-elasticsearch#2147 )
...
Original commit: elastic/x-pack-elasticsearch@a26025ac5e
2017-08-02 08:25:46 -07:00