Commit graph

92 commits

Author SHA1 Message Date
Tim Roes 2cb1f3e9db
Remove last mentions of spy panels (#23527) (#23533) 2018-09-26 19:08:12 +02:00
Jonathan Budzenski b8ad4cec73
[config] logging.useUTC -> logging.timezone (#21561) (#22697)
* [config] logging.useUTC -> logging.timezone

* docs

* [env] exit if starting as root

* fix import path

* add link and timezone example

* Revert "[env] exit if starting as root"

This reverts commit f6e9090833a5180fe360a9ff54543c37c0ca3a58.
2018-09-05 12:02:19 -05:00
Marius Dragomir 9f2c0da95c
Add clarification for server.ssl.supportedProtocols setting (#22244) (#22263)
* Add clarification for server.ssl.supportedProtocols setting

Added clarification that the setting has to be an array. With the current wording you can assume that you can just add it as a simple string.

* Update settings.asciidoc
2018-08-23 18:06:30 +03:00
DeDe Morton 8b4475821d
[Docs] Light edit to docker content (#21622) 2018-08-08 10:58:36 -07:00
gchaps 0a61ab778e [DOCS] GS: Added note about hosted Kibana (#21037) 2018-07-23 12:46:19 -07:00
gchaps b8494d8594
[DOCS] Add info to 6.x upgrade doc (#20987) 2018-07-19 14:27:49 -07:00
Clinton Gormley 7d1b3d6fb8 Docs: Updated styling of cloud link in installation 2018-07-13 16:04:53 +02:00
Clinton Gormley 6dbb5a1f34 Docs: Added cloud link to install docs 2018-07-11 20:25:44 +02:00
Lisa Cawley 2d3e66d575 [DOCS] Removes alternative docker pull example (#20624) 2018-07-11 09:06:52 -07:00
Lisa Cawley a08520eb84 [DOCS] Adds config file location (#20421) 2018-07-03 13:36:32 -07:00
Lisa Cawley 3ca54d06fd [DOCS] Starting and stopping Kibana (#20354) 2018-07-03 11:35:20 -07:00
CJ Cenizal 830e0806db
Revert "Feature/align map config settings (#19450) (#20283)" (#20286)
This reverts commit c3afa57fa4.
2018-06-28 06:10:34 -07:00
CJ Cenizal c3afa57fa4
Feature/align map config settings (#19450) (#20283)
* Update config schema to allow map.tilemap & map.regionmap

* Inject map.regionmap & map.tilemap. Fall back to top-level config declarations if needed

* Warn user on use of legacy map config vals

* Don't create default map objects for deprecated entries. Add notes indicating top-level objects are deprecated

* Update map references in docs

* Shuffle map configurations in docs to be grouped together
2018-06-27 20:39:50 -07:00
Lisa Cawley e75423e020 [DOCS] Clarified X-Pack features in trial (#20271) 2018-06-27 12:00:04 -07:00
Toby McLaughlin 3661ea9601 [DOCS] Update Docker config steps for open X-Pack (#19486) 2018-06-04 10:38:25 +10:00
lcawl cc943e31b6 [DOCS] Fixes link to X-Pack settings 2018-05-31 11:17:55 -07:00
Lisa Cawley 88eed510c1 [DOCS] Moves setup folder to docs (#19525) 2018-05-29 22:52:34 -07:00
Nathan Reese fbcc6962fe
merge conflict (#19519) 2018-05-29 16:24:36 -06:00
Deb Adair e89c3bb564 [DOCS] Fixed broken xref. 2018-05-22 13:57:59 -07:00
debadair 01f9080742 [DOCS] Added float/anchor tags to explicitly define page names (#19288) 2018-05-22 13:57:30 -07:00
Lisa Cawley f3f6d1d910 [DOCS] Clarifies encrypting communications in Kibana (#19155) 2018-05-22 10:55:05 -07:00
Lisa Cawley 63e168c1da [DOCS] Cleans up X-Pack references in Kibana User Guide (#19150) 2018-05-17 09:33:32 -07:00
Kelly Murphy c3e41894f9
[Docs] Kibana settings anchors for ECE (6.x) (#17376)
* Reference anchors for links

* Cloud phrasing

* Reviewer feedback
2018-05-02 12:23:15 -05:00
Fabien Baligand 0a4f4f664d
add doc for environment variable injection (#17833) 2018-04-25 17:20:23 -05:00
Lisa Cawley cb4567e776 [DOCS] Adds new installation package details (#17781) 2018-04-25 01:05:01 -07:00
Brandon Kobel 05206963ea
Revert "Support PKCS#12 encoded certificates (#17261)" (#17801) (#17802)
* Revert "Support PKCS#12 encoded certificates (#17261)"

This reverts commit de91bd0f09.

* Fixing tests
2018-04-19 14:41:49 -04:00
gchaps 8c10e9d1e0
[DOCS] In Vega, fixes broken links and adds vega.enableExternalUrls (#17646) (#17661) 2018-04-11 11:10:41 -07:00
Larry Gregory e2aa793729
[6.x] Support PKCS#12 encoded certificates (#17261) (#17546)
* [6.x] Backport Support PKCS#12 Certificates
2018-04-05 19:48:20 -04:00
Tim Sullivan 40bfe83317
Add /api/status endpoint to docs, fixes #16690 (#16798) (#17560)
* Add /api/status endpoint to docs, fixes #16690

* Remove period from note
2018-04-04 16:55:12 -07:00
Matt Bargar 9ff0f70953
Bring back shard timeout (#17420) (#17529)
It is not very useful to have:

* shardTimeout disabled if requestTimeout is enabled (means infinite es overruns)
* shardTimeout > requestTimeout if both enabled (means finite es overruns)
* shardTimeout < requestTimeout if both enabled (means partial results from es?)

The only option that really makes sense is to have shardTimeout === requestTimeout, so that's what I've done here.
2018-04-04 13:05:47 -04:00
Jonathan Budzenski e2d8541eb5
[docs] sha1 -> sha512 (#17478) 2018-04-03 10:15:03 -05:00
Tyler Smalley 1d01980ddb Fixes issue with Keystore's stdin option (#15221)
Fixes issue preventing stdin option from being used
Using create to overwrite should reset keystore
2018-03-29 08:05:56 -07:00
Thomas Neirynck 9f803a6590
Add missing EMS-param to docs (#17372) (#17398) 2018-03-26 14:19:42 -04:00
Lisa Cawley f908027350 [DOCS] Added monitoring upgrade details (#17138) 2018-03-14 13:21:14 -07:00
Glen Smith 8ebcb3c65d
Clarify how settings are applied once in keystore (#16902) 2018-03-12 16:41:55 -05:00
Maxime Veber efb5db0e08
Fix wrong link to kibana docker repository (#16570) 2018-03-08 10:50:59 -06:00
Spencer ae0358a17a
[server/rewriteBasePath] Support rewriting basePath requests (#16724) (#16814)
* [server/rewriteBasePath] add option to enable basePath rewriting

* [server/rewriteBasePath/docs] end sentences with periods

* [server/rewriteBasePath] simplify Joi schema a smidge

* [server/rewriteBasePath] rename test file to match source

* [server/rewriteBasePath] initialize server in before/after hooks

* [server/rewriteBasePath] rephrase deprecation warning

* [server/config/schema] verify that non-strings are not accepted for basePath

* [server/config/schema] toss a trailing comma in there
2018-02-19 14:43:40 -07:00
Matt Bargar b3b0a5d7ce
fix command 2018-02-16 11:21:13 -05:00
archana 12a7dc4143 [Docs] Append more explanation to Configuring Kibana (#15615)
* [docs] uniform colons

* [docs] Add more text about elasticsearch.ssl settings

* [docs] Add more text about elasticsearch.ssl.verificationMode setting

* [docs] spelling error

* [docs] clarify wording
2018-01-23 10:53:39 -06:00
Spencer c2a611b956
[6.x] [docs/logging] document useUTC flag (#16018) (#16019) 2018-01-12 10:40:24 -07:00
Thomas Neirynck 1e2a8300f3
Region map settings clarifications (#14893) (#15421) (#15428)
* Region map settings clarifications (#14893)

Improve documentation.

This also includes some additions to clarify the new includeElasticMapsService setting.

It also fully qualify all parameter names.
2017-12-05 16:08:34 -05:00
Peter Pisljar 37682b7074
Improve Region Maps for use without network connection (#15056) (#15074)
* enable turning on/off of warnings

* add tooltip

* add server setting so users can opt out of connecting to the EMS service

* replace WMS options with custom directive, so we can reuse it in region maps

* add wms settings form to Region Map

* no need to recreate map after leaflet upgrade

* add WMS map to region map

* linting issues

* fix rebase

* improve wording

* add global config

* fix typo
2017-11-21 09:08:03 +01:00
Tyler Smalley 3dff020add Adds keystore for securely storing settings (#14714)
Introduces bin/kibana-keystore providing create, list, add, and remove actions.

Settings stored within the keystore will be loaded at runtime.

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2017-11-13 10:25:33 -08:00
Toby McLaughlin ee65a42e11 [docs] Dehyphenate "open-source" in Docker docs (#14835) 2017-11-08 16:33:24 +11:00
Toby McLaughlin f2cd26ae73 Docker docs v6 (#14683)
Update Docker docs for 6.0.0 and image flavours

* Use Compose v2 in Docker examples

* Use US spelling in Docker docs

* Link to www.docker.elastic.co in docs
2017-11-02 15:41:27 +11:00
Thomas Neirynck 13fbbcf410 Improve docs on spatial reference requirements (#14422) 2017-10-11 15:35:20 -04:00
Tyler Smalley 3987888988 [docs] Updates Connect to ES to reflect Index Pattern wizzard (#13918) 2017-09-25 20:19:32 -07:00
Jonathan Budzenski 4890a68eec
[docs] Sort settings page (#13514)
* [docs] Sort settings page

* Fix path.data
2017-09-12 13:03:45 -05:00
archana 4f86b1fe95 Updates to Upgrade Kibana docs for 6.x+ (#13897) 2017-09-11 10:40:36 -05:00
Jonathan Budzenski d68383578e
[docs] Add path.data to setup instructions (#13513)
* [docs] Add path.data to setup instructions

* [docs] Add path.data to rpm and deb table
2017-08-31 10:18:18 -05:00