Lisa Cawley
712e740761
[DOCS] Added sysgenkey command and watcher encryption settings ( elastic/x-pack-elasticsearch#3043 )
...
* [DOCS] Added sysgenkey command and watcher settings
* [DOCS] Added data encryption task for Watcher
* [DOCS] Addressed feedback about watcher encryption
Original commit: elastic/x-pack-elasticsearch@edb1fccbfb
2017-11-20 08:44:43 -08:00
lcawley
5ec688a931
[DOCS] Removed beta warning from ML tutorial
...
Original commit: elastic/x-pack-elasticsearch@38d480fe06
2017-11-20 07:22:59 -08:00
David Kyle
040be7da9d
[DOCS][TESTS] Don’t randomise content type for docs tests. ( elastic/x-pack-elasticsearch#3058 )
...
Original commit: elastic/x-pack-elasticsearch@7617901ff8
2017-11-20 13:32:14 +00:00
lcawley
32d0c1b0c7
[DOCS] Re-enabled code snippet testing
...
Original commit: elastic/x-pack-elasticsearch@31fd4c3668
2017-11-17 13:40:46 -08:00
Nik Everett
b8e082107f
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@bbc72c0368
2017-11-17 12:05:47 -05:00
lcawley
7ae8f1cd9b
[DOCS] Added sysgenkey command and watcher settings
...
Original commit: elastic/x-pack-elasticsearch@8e0b2027a6
2017-11-16 15:40:51 -08:00
lcawley
43a2572e7d
[DOCS] Fixed typo in over_field_name
...
Original commit: elastic/x-pack-elasticsearch@c366d43448
2017-11-16 14:45:44 -08:00
Lisa Cawley
37c29a4006
[DOCS] Add categorization limitation ( elastic/x-pack-elasticsearch#3022 )
...
Original commit: elastic/x-pack-elasticsearch@387d7cf939
2017-11-16 10:05:11 -08:00
Igor Motov
193bc5f2b5
Merge remote-tracking branch 'elastic/master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@34a6dde04e
2017-11-15 20:31:22 -05:00
lcawley
9c0110678e
[DOCS] Updated link to X-Pack breaking changes
...
Original commit: elastic/x-pack-elasticsearch@931bc10498
2017-11-15 16:39:05 -08:00
lcawley
ff54c4190a
[DOCS] Fixed links to X-Pack Kibana release notes
...
Original commit: elastic/x-pack-elasticsearch@57159e6bc6
2017-11-15 15:28:44 -08:00
Igor Motov
8a1dd59178
Merge remote-tracking branch 'elastic/master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@4805de1874
2017-11-15 17:27:45 -05:00
Lisa Cawley
f8497dc943
[DOCS] Added flow diagram for installation ( elastic/x-pack-elasticsearch#3020 )
...
Original commit: elastic/x-pack-elasticsearch@c7c39d9724
2017-11-15 09:08:48 -08:00
lcawley
0eee69b6d3
[DOCS] Added flow diagram for installation
...
Original commit: elastic/x-pack-elasticsearch@048ac11a17
2017-11-15 08:27:12 -08:00
David Kyle
afec0fd6c9
[ML] [DOCS] Clean up ML jobs after each docs test ( elastic/x-pack-elasticsearch#2825 )
...
Original commit: elastic/x-pack-elasticsearch@5ec4a4a752
2017-11-15 09:45:57 +00:00
Lisa Cawley
245543d5cf
[DOCS] Add upgrade details about stopping ML ( elastic/x-pack-elasticsearch#2982 )
...
* [DOCS] Add upgrade details about stopping ML
* [DOCS] Addressed feedback about stopping all ML
Original commit: elastic/x-pack-elasticsearch@1897390edc
2017-11-14 18:04:21 -08:00
Costin Leau
94d0a2d1ee
Polishing for handling subtleties in the JDBC behavior: ( elastic/x-pack-elasticsearch#2967 )
...
1. decouple JdbcDriver from other classes to not trigger static
initialization (this happens through JDBC service discovery)
2. reduce visibility of JdbcDriver#close so only on jar unloading it
gets triggered
3. mark 3 methods introduced in Jdbc 4.1 as unsupported (their semantics
are somewhat weird)
4. Move versioning info in one class
5. Hook Version class in both JDBC entry points to perform cp sanity
checks
6. Remove JdbcDataSource#close (DebugLog are closed when the Driver gets
unloaded by the DriverManager) as there can be multiple instances of DS
but only one for Driver known by the DriverManager
Replace Strings with constants
Properly set TZ in security tests as well
JdbcDataSource is more defensive with its internal properties
JdbcConfiguration password parameter is aligned with JDBC DriverManager
Remove usage of JdbcConnection API
Removed JdbcConnection#setTimeZone - this encourages folks to use our
private API which would tie us down.
It is somewhat limiting for folks but it has less downsides overall and
does not trip debugging (which adds a proxy unaware of this method).
Update docs
Add JdbcDataSource into the Jdbc suite
Original commit: elastic/x-pack-elasticsearch@c713665d53
2017-11-15 00:29:41 +02:00
Nik Everett
1a434636fe
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@4c504025ce
2017-11-14 14:30:12 -05:00
Dimitrios Liappis
a89bfe84ba
[DOCS] Split long lines in Docker TLS getting-started snippet
...
and add warning for Windows users not using
PowerShell (e.g. `cmd.exe`) to remove the `\` character and join
lines.
Also fix trailing whitespace character in link back to `docker.asciidoc`.
Relates elastic/x-pack-elasticsearch#2999
Original commit: elastic/x-pack-elasticsearch@fe1c5dbc11
2017-11-14 14:25:52 +02:00
Igor Motov
ea0e58f971
SQL: introduce setting to disable SQL ( elastic/x-pack-elasticsearch#2966 )
...
Adds xpack.sql.enabled setting to provide ability to disable SQL on elasticsearch nodes.
relates elastic/x-pack-elasticsearch#2872
Original commit: elastic/x-pack-elasticsearch@d13b72e9ea
2017-11-13 15:10:47 -05:00
Igor Motov
774f423d9e
Merge remote-tracking branch 'elastic/master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@79f79ea1c2
2017-11-13 15:09:35 -05:00
Dimitrios Liappis
00ccac9203
[DOCS] Fix wrapped lines in code blocks of TLS getting started guide
...
Relates elastic/x-pack-elasticsearch#2970
Original commit: elastic/x-pack-elasticsearch@a279e57270
2017-11-13 20:00:35 +02:00
Lisa Cawley
244cfa7181
[DOCS] Added link to TLS docker content ( elastic/x-pack-elasticsearch#2959 )
...
Original commit: elastic/x-pack-elasticsearch@686836c62c
2017-11-10 14:08:46 -08:00
Lisa Cawley
d0f767a20a
[DOCS] Move docker files to x-pack repo ( elastic/x-pack-elasticsearch#2942 )
...
Original commit: elastic/x-pack-elasticsearch@b4e518b178
2017-11-10 09:39:17 -08:00
Lisa Cawley
fb769be92e
[DOCS] Added TLS configuration info for Docker ( elastic/x-pack-elasticsearch#2939 )
...
* [DOCS] Add docker TLS configuration info
* [DOCS] Updated layout of TLS docker page
* [DOCS] Clean up docker TLS pages
* [DOCS] Changed nesting of TLS docker info
* [DOCS] More small updates to TLS docker page
Original commit: elastic/x-pack-elasticsearch@2b0504632a
2017-11-10 09:33:56 -08:00
Nik Everett
b2285ae66e
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@b9d07ccd0f
2017-11-10 09:34:10 -05:00
Alexander Reelsen
a90cd81f99
Docs: Fix broken watcher example using multi line strings
...
Original commit: elastic/x-pack-elasticsearch@7398be67c4
2017-11-10 10:06:47 +01:00
lcawley
b5cb814b32
[DOCS] Add security configuration section
...
Original commit: elastic/x-pack-elasticsearch@ccae9a84a9
2017-11-09 14:28:56 -08:00
Lisa Cawley
0c10d82f78
[DOCS] Added setup folder ( elastic/x-pack-elasticsearch#2943 )
...
Original commit: elastic/x-pack-elasticsearch@cc7027c7ec
2017-11-09 12:32:21 -08:00
Costin Leau
af453a3fa4
Update docs structure
...
Original commit: elastic/x-pack-elasticsearch@78277df7fb
2017-11-09 18:45:49 +02:00
Costin Leau
c48d2b14dc
Define structure for docs and improve grammar
...
The keywords inside SqlBase are now sorted alphabetically - much easier
to read and update the docs
Original commit: elastic/x-pack-elasticsearch@5aa89c5950
2017-11-09 17:49:10 +02:00
Alexander Reelsen
4d265868b8
Docs: Improve watcher action condition docs ( elastic/x-pack-elasticsearch#2909 )
...
The action condition feature was carefully hidden in an example.
This commit creates an own paragraph to highlight this feature better.
Original commit: elastic/x-pack-elasticsearch@006318787b
2017-11-09 16:13:56 +01:00
Igor Motov
a72879acb2
Merge remote-tracking branch 'elastic/master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@f3b4897936
2017-11-08 11:01:45 -05:00
lcawley
7fe8bf3080
[DOCS] Fixed broken link to Logstash monitoring
...
Original commit: elastic/x-pack-elasticsearch@1f64dd6637
2017-11-06 22:45:24 -08:00
Nik Everett
562117a7b7
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@c8368be422
2017-11-03 16:16:50 -04:00
lcawley
e492f3c654
[DOCS] Rename X-Pack settings page
...
Original commit: elastic/x-pack-elasticsearch@f2101c5974
2017-11-03 12:20:31 -07:00
lcawley
58dd5b748b
[DOCS] Single-source X-Pack Settings
...
Original commit: elastic/x-pack-elasticsearch@9c0f0b0479
2017-11-03 10:36:03 -07:00
Lisa Cawley
9cd40747e9
[DOCS] Add X-Pack license settings ( elastic/x-pack-elasticsearch#2833 )
...
Original commit: elastic/x-pack-elasticsearch@6bab830682
2017-11-03 09:27:20 -07:00
lcawley
1a28f57e0d
[DOCS] Added link to product compatibility matrix
...
Original commit: elastic/x-pack-elasticsearch@19f04e486f
2017-11-02 11:45:16 -07:00
Lisa Cawley
7e91fc3feb
[DOCS] Fixed typo in Watcher email actions ( elastic/x-pack-elasticsearch#2829 )
...
Original commit: elastic/x-pack-elasticsearch@1468a76b6d
2017-11-02 09:55:51 -07:00
Lisa Cawley
8888922af8
[DOCS] Fixed email action typo in watcher ( elastic/x-pack-elasticsearch#2849 )
...
Original commit: elastic/x-pack-elasticsearch@80795a0c07
2017-11-02 09:29:20 -07:00
Lisa Cawley
aa41f27d93
[DOCS] Added X-Pack monitoring to Elasticsearch Reference ( elastic/x-pack-elasticsearch#2831 )
...
Original commit: elastic/x-pack-elasticsearch@123738556e
2017-11-02 09:25:10 -07:00
Lisa Cawley
2bc0d8698d
[DOCS] Add SSL info to setup-passwords ( elastic/x-pack-elasticsearch#2734 )
...
* [DOCS] Add SSL info to setup-passwords
* [DOCS] Addressed feedback in setup-passwords
* [DOCS] Added link to setup-passwords troubleshooting page
Original commit: elastic/x-pack-elasticsearch@2bf820c303
2017-11-02 08:22:48 -07:00
Nik Everett
28dc53ac5e
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@ad5707a44f
2017-11-02 00:14:51 -04:00
lcawley
61864c3a67
[DOCS] Added troubleshooting for setup-passwords command
...
Original commit: elastic/x-pack-elasticsearch@6196c1e2bf
2017-11-01 09:35:53 -07:00
Lisa Cawley
da3d9dcf69
[DOCS] Added hide_settings to security settings ( elastic/x-pack-elasticsearch#2801 )
...
* [DOCS] Added hide_settings to security settings
* [DOCS] Addressed feedback about hide_settings
Original commit: elastic/x-pack-elasticsearch@6a6d394c71
2017-11-01 09:21:11 -07:00
lcawley
b8aefcc1e7
[DOCS] Added testresponse substitution to avoid gradle issues
...
Original commit: elastic/x-pack-elasticsearch@531579a626
2017-11-01 08:25:46 -07:00
David Kyle
fe21003341
[DOCS] Mute failing test snippet
...
Original commit: elastic/x-pack-elasticsearch@0a2a90bbed
2017-11-01 11:05:17 +00:00
Nik Everett
b0dc14f639
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@7af47176fc
2017-10-30 13:50:33 -04:00
Nik Everett
d933b1b48b
Initial docs for SQL ( elastic/x-pack-elasticsearch#2810 )
...
Adds docs for the REST API, translate API, the CLI, and JDBC.
Next we need to add more example queries and documentation for our
extensions.
Original commit: elastic/x-pack-elasticsearch@ed6d1360d2
2017-10-30 17:23:27 +00:00
Lisa Cawley
f69f6cd341
[DOCS] Enabled code snippet testing for datafeed APIs ( elastic/x-pack-elasticsearch#2811 )
...
* [DOCS] Enabled code snippet testing for put datafeed API
* [DOCS] Addressed gradle errors in put datafeed API
* [DOCS] Added job creation test to build.gradle
Original commit: elastic/x-pack-elasticsearch@3548d920c7
2017-10-30 07:54:33 -07:00
Martijn van Groningen
9a1c103bb2
security: Fail search request if profile is used and DLS is active.
...
Original commit: elastic/x-pack-elasticsearch@b83536460d
2017-10-30 09:12:27 +01:00
Dimitris Athanasiou
c7e94b3b4c
[ML] Enable overall buckets aggregation at a custom bucket span ( elastic/x-pack-elasticsearch#2782 )
...
For the purpose of getting this API consumed by our UI, returning
overall buckets that match the job's largest `bucket_span` can
result in too much data. The UI only ever displays a few buckets
in the swimlane. Their span depends on the time range selected and
the screen resolution, but it will only ever be a relatively
low number.
This PR adds the ability to aggregate overall buckets in a user
specified `bucket_span`. That `bucket_span` may be equal or
greater to the largest job's `bucket_span`. The `overall_score`
of the result overall buckets is the max score of the
corresponding overall buckets with a span equal to the job's
largest `bucket_span`.
The implementation is now chunking the bucket requests
as otherwise the aggregation would fail when too many buckets
are matching.
Original commit: elastic/x-pack-elasticsearch@981f7a40e5
2017-10-27 11:14:13 +01:00
Lisa Cawley
215f289a8c
[DOCS] Reformatted security troubleshooting pages ( elastic/x-pack-elasticsearch#2799 )
...
Original commit: elastic/x-pack-elasticsearch@ec9969ec7a
2017-10-26 13:56:57 -07:00
Lisa Cawley
61bfa39331
[DOCS] Added setup-passwords command parameters ( elastic/x-pack-elasticsearch#2735 )
...
* [DOCS] Added setup-passwords command parameters
* [DOCS] Addressed feedback in setup-passwords command
Original commit: elastic/x-pack-elasticsearch@5401994c56
2017-10-26 08:28:32 -07:00
Nik Everett
52d9de1de7
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@dd027d9ca5
2017-10-26 09:51:04 -04:00
Martijn van Groningen
62215f1fae
security: Fail request if suggesters are used and DLS is active.
...
Original commit: elastic/x-pack-elasticsearch@056c735e77
2017-10-26 08:02:31 +02:00
lcawley
615de68711
[DOCS] Added xpack.watcher.history.cleaner_service_enabled
...
Original commit: elastic/x-pack-elasticsearch@ceead2a1c2
2017-10-25 16:35:20 -07:00
Lisa Cawley
c67ec73cb5
[DOCS] Add xpack.ml.max_model_memory_limit ( elastic/x-pack-elasticsearch#2787 )
...
* [DOCS] Add xpack.ml.max.model_memory_limit
* [DOCS] Addressed feedback on model limit setting
Original commit: elastic/x-pack-elasticsearch@77a10bfe0e
2017-10-25 09:15:19 -07:00
Lisa Cawley
73e819b0bd
[DOCS] Add secure versions of SSL passphrases ( elastic/x-pack-elasticsearch#2478 )
...
* [DOCS] Add secure versions of SSL passphrases
* [DOCS] Add secure xpack settings
* [DOCS] Clarify type of keystore
* [DOCS] Added secure settings to security page
* [DOCS] Clarify X-Pack secure settings
* [DOCS] Reformat secure X-Pack settings
Original commit: elastic/x-pack-elasticsearch@efe043fb67
2017-10-24 16:38:37 +01:00
Lisa Cawley
3a6870f0dc
[DOCS] Added SSL settings to X-Pack installation ( elastic/x-pack-elasticsearch#2733 )
...
Original commit: elastic/x-pack-elasticsearch@c88cce763a
2017-10-24 08:34:07 -07:00
Alexander Reelsen
b76c85e7fd
Docs: Change port to be an integer in htttp input docs
...
Original commit: elastic/x-pack-elasticsearch@768ec54e03
2017-10-19 13:53:24 +02:00
Nik Everett
65f2b9fe01
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@9fc67cbfee
2017-10-18 10:27:19 -04:00
Lisa Cawley
84b00995e3
[DOCS] Removed ML GA limitation ( elastic/x-pack-elasticsearch#2751 )
...
Original commit: elastic/x-pack-elasticsearch@30aeb0d269
2017-10-13 16:52:40 +01:00
Nik Everett
99fea5f448
Merge branch 'master' into feature/sql
...
Original commit: elastic/x-pack-elasticsearch@d521ecda35
2017-10-13 10:39:28 -04:00
David Roberts
10cc0088e4
[DOCS] Make clearer that xpack.xyz.enabled settings are node settings ( elastic/x-pack-elasticsearch#2731 )
...
The discussion in elastic/x-pack-elasticsearch#2697 shows that this was not clear before.
relates elastic/x-pack-elasticsearch#2697
Original commit: elastic/x-pack-elasticsearch@87553faa2c
2017-10-13 09:22:21 +01:00
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