Commit graph

107 commits

Author SHA1 Message Date
Lisa Cawley
41d9e8e252
[6.6] [DOCS] Fixes broken links (#51634) (#51929) 2019-11-29 18:20:52 -08:00
Nik Everett
6d0cd72b23 Docs: Fix settings deprecation warnings
Asciidoctor requires a slightly different syntax. This makes it happy.
2019-10-18 13:08:25 -04:00
Nik Everett
7bad4a2e62 Docs: Fix upgrade table
Asciidoctor is a bit more picky about the format of the column
specifiers.
2019-10-17 17:51:05 -04:00
tehmoon
a916fe53a2 Fix variable name typo (#31269) 2019-06-27 16:53:48 -07:00
Sarah Hersh
c8b9126d51 adds logging.json setting 2019-04-18 11:06:15 -04:00
Sarah Hersh
90923831fb replace deprecated timezone 2019-03-19 13:18:56 -04:00
Lisa Cawley
9873f05f6a [DOCS] Deprecate SSL settings (#29990) 2019-02-04 15:05:18 -08:00
Lisa Cawley
a7aa8dc50e [DOCS] Deprecate elasticsearch.url (#29982) 2019-02-04 13:06:45 -08:00
Josh Dover
f6ce6e5fa4
Revert "Show old elasticsearch url config in docker docs (#28929)" (#28930)
This reverts commit 1f08d3f4f6.
2019-01-18 09:23:07 -06:00
Josh Dover
1f08d3f4f6
Show old elasticsearch url config in docker docs (#28929) 2019-01-17 10:26:40 -06:00
Lisa Cawley
fc699c1d4e [DOCS] Updates X-Pack terminology (#28208) 2019-01-08 09:16:17 -08:00
Jonathan Budzenski
1275b79c68
[6.x] Support for multiple Elasticsearch nodes and sniffing (#21928) (#27431)
* Support for multiple Elasticsearch nodes and sniffing (#21928)

* Node sniffing

* update monitoring

* cleaning

* remove tests

* rewrite tests using the proxy

* fix monitoring mocha tests

* fix payload

* return full error

* default interval false

* add sniff settings to monitoring

* add docs for sniff settings

* re-add index search integration test

* catch parse error

* capital

* fix merge

* hapi upgrade

* return

* pass by prefix

* rm empty test fille

* split error handling

* fix merge

* update recent elasticsearch.url references

* prettier vs eslint

* transport.request, include query params

* mega comment

* revert elasticsearchUrl

* safe hosts

* more docs es.url references

* remove unused ml/esServerUrl

* log if both set

* tribe test

* update remaining url references
2018-12-18 19:16:04 -06:00
Chris Koehnke
d3b88c28f6 Docs: Add note about oss repositories for deb/rpm (#26475)
* Docs: Add note about oss repositories for deb/rpm

Add documentation on the `oss-*` yum and apt repositories.

* Specify kibana-oss package name
2018-12-05 10:05:18 -05:00
Court Ewing
acea94c7e3
[DOCS] Saved object migrations (#25558) (#25620)
* Add a note about index migrations to the kibana setup docs

* Tewak the migrations asciidocs for clarity

* docs: refine saved object migration details

Breaking down the migration process into sections helps people find
and link to relevant information more easily.

The focus is on ongoing maintenance of Kibana, whereas the initial new
experience in 6.5.0 is treated as a note of clarification.

Error handling should be expanded in the future to include details about
specific known error cases.
2018-11-13 18:42:35 -05:00
Brandon Kobel
ec26adf621
Adding option to always present the certificate when connecting to ES (#24304) (#24401)
* Adding option to always present the certificate when connecting to ES

* Updating docs

* Adding some more tests

* Adding alwaysPresentCertificate option to monitoring
2018-10-23 11:12:24 -07:00
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