Commit graph

42 commits

Author SHA1 Message Date
Johnny Lim b6153fa302 Fix extracted Kibana directory names in doc (#13658) 2017-08-29 09:28:22 -07:00
Johnny Lim 8cceb73710 Use "curl -O" for Darwin (#13602) 2017-08-22 17:49:15 -07:00
Lisa Cawley 3a07e5c8c0 [DOCS] Update links to Kibana security (#13456) 2017-08-10 14:14:34 -07:00
Jonathan Budzenski 99a991b783 [docs] Add docker-compose version to example (#13006) 2017-08-01 15:47:21 +10:00
Court Ewing 7a918f17d2 Configurable custom response headers for server (#13045)
* Configurable custom response headers for server

The server.customResponseHeaders configuration allows users to configure
custom headers to send on all responses to the client from anywhere in
the Kibana server.

This can be useful for setting headers like x-frame-options when you
don't want people embedding even Kibana dashboards in an iframe.

* Consistent header overriding and explicit unknown
2017-07-21 18:35:02 -04:00
Toby McLaughlin 11cc609aaa [docs] Generalize docs for Docker env vars (#11581)
The documentation for setting Kibana options with environment variables under
Docker was brittle and difficult to maintain. Rather than list every option,
this change describes the method by which they are defined, thus avoiding the
need to edit the docs in multiple places when a new option is introduced.
2017-07-19 09:35:13 -05:00
Deb Adair aae537915a [DOCS] Changed xrefs to cross doc links to enable GS mini-book builds. 2017-07-18 14:43:38 -07:00
Kim Joar Bekkelund 2af99de42c Add docs about 'redirectHttpFromPort' setting (#12708) 2017-07-16 22:40:18 +02:00
Thomas Neirynck 58ef02c908 Display regionmap attribution (#12647)
This adds the attribution strings of vector data files to the map. It also enables the map to allow for individual attribution strings from each individual layer, so attribution gets updated correctly when adding/removing layers.
2017-07-13 18:15:56 -04:00
Court Ewing 580e0d2964 docs: setting up cross cluster search (#12599)
There isn't a whole lot to say about cross cluster search support in
Kibana other than how to set it up, which is by design.
2017-07-05 17:18:55 -04:00
Thomas Neirynck bcd9e7dc22 Add region map documentation and rename references from tile map to coordinate map (#12370) 2017-06-29 23:49:26 -04:00
Lisa Cawley e21a133e00 [DOCS] Update Kibana Guide to use shared attributes (#12505)
* [DOCS] Update Kibana Guide to use shared attributes

* [DOCS] Add docs repository path
2017-06-27 10:13:42 -07:00
Deb Adair 6c7ec91e92 [DOCS] Fixed broken cross doc links. 2017-06-26 17:57:42 -07:00
Court Ewing c57a775060 build: remove 32 bit builds (#11941)
All builds are now 64 bit, which is what we want to support from 6.0
onward.
2017-05-25 16:15:25 -04:00
debadair 2587c859da [DOCS] Changed settings table formatting to vertical to fix overlap. 2017-05-09 11:12:04 -07:00
debadair fcf1f5089a [DOCS] Fixed cross doc link issues. 2017-04-26 21:45:31 -07:00
Tyler Smalley 006fae00f7 Fetches control group resource information (#10402)
Adds control group data to status API and kbnServer.metrics
2017-04-11 10:20:30 -07:00
Brandon Kobel f398dd2368 Fixing docs reference from elasticsearch.ssl.cert to certificate (#11037)
* Fixing docs reference from elasticsearch.ssl.cert to certificate

* Fixing elasticsearch.tribe.ssl doc sections
2017-04-07 07:59:10 -04:00
Toby McLaughlin e32656777e [docs] XPACK_SECURTY_ENABLED env var for Docker (#10608) 2017-03-01 09:12:08 -05:00
Toby McLaughlin 3df84ee3e9 Document xpack.monitoring.ui.container.elasticsearch.enabled for Docker (#10498) 2017-02-24 10:32:01 -05:00
Toby McLaughlin 92d9e470bb Document Monitoring settings under Docker (#10497) 2017-02-23 20:52:47 -05:00
jasper a8989cc2ee docs: Fixes key for Tribe's requestTimeout (#10525)
Backports PR #10503

**Commit 1:**
Update doc

Include elasticsearch.tribe.requestTimeout setting

* Original sha: 5a01e24695
* Authored by Nikhil Patel <niks999@gmail.com> on 2017-02-22T11:17:01Z
* Committed by GitHub <noreply@github.com> on 2017-02-22T11:17:01Z
2017-02-22 20:08:30 -08:00
Lukas Ciszewski f41be52b3f Update documentation on coordinator node usage (#9960)
* Update production.asciidoc

* Update production.asciidoc

Reorder configuration guide and mention config files.

* Update production.asciidoc

Fix typo.
2017-02-13 17:18:13 -05:00
Brandon Kobel 4662635087 Removing the server.ssl.clientAuthentication setting (#10253)
Removes the server.ssl.clientAuthentication setting, and we'll reevaluate adding this back in when addressing PKI.
2017-02-09 07:09:43 -05:00
Brandon Kobel 5a4263835d Modifying SSL settings to be consistent with the stack (#9823)
This introduces the following new settings:
- server.ssl.enabled
- server.ssl.keyPassphrase
- server.ssl.certificateAuthorities
- server.ssl.clientAuthentication
- server.ssl.supportedProtocols
- elasticsearch.ssl.keyPassphrase


and deprecates the following:
- server.ssl.cert -> server.ssl.certificate
- elasticsearch.ssl.ca -> elasticsearch.ssl.certificateAuthorities
- elasticsearch.ssl.cert -> elasticsearch.ssl.certificate
- elasticsearch.ssl.verify -> elasticsearch.ssl.verificationMode
- console.proxyConfig
2017-01-25 10:58:56 -05:00
Thomas Neirynck 2ed90d9a8b Update manifest endpoint to new staging server (#9972)
points to staging version of v2 tile server
2017-01-20 13:29:01 -05:00
Jonathan Budzenski 840df9a231 Tribe docs (#9690)
* [tribe] Init docs

* [docs] Init es client section

* [docs] Link to client api, move client library docs to core development section

* [docs] Add tribe server settings

* [tribe] Link to elasticsearch tribe docs

* [tribe] Document which nodes server configuration points towards

* [docs] Add index link to elasticsearch clients section
2017-01-12 16:34:01 -06:00
Toby McLaughlin d5b46184aa docs: X-Pack settings via ENV under Docker (#9518) 2016-12-21 14:06:41 -05:00
Arthur e14c3fcf20 Update connect-to-elasticsearch.asciidoc (#9361)
Update documentation to show how to select an index as default.
2016-12-06 08:01:23 -05:00
Matt Bargar 4ef3b68409 Add docs on all available console server config options (#9288) 2016-11-30 17:56:05 -05:00
Pablo Sanchez 4cc4ddf22e Update client node for Coordinating only node (#9178)
Since client node doesn't exist anymore, this should be replace by the coordinating only node.
2016-11-29 13:17:31 -05:00
a22d236d91 docs: Remove "v" from version in Docker docs 2016-11-16 13:53:56 +11:00
Jonathan Budzenski b0e0b6a5bf [docs] Add console.enabled to server settings. Closes #9031 (#9036) 2016-11-15 15:32:14 -05:00
Gabriel Moskovicz cfd81a3084 Added server.defaultRoute (#9075)
* Added server.defaultRoute

* Update settings.asciidoc
2016-11-15 13:41:55 -05:00
Toby McLaughlin 431e803492 Docs: Fix bad link to {es-ref/docker.html} 2016-11-14 15:50:07 +11:00
Toby McLaughlin da0506e4ae Docs: Using the Docker image (#9060) 2016-11-14 13:43:03 +11:00
gmarnin 19db0a95fe Fixed Kinana typo (#8901) 2016-11-01 11:17:46 -07:00
Court Ewing 1518862df1 docs: 64/32 bit manual install steps for deb/rpm
Both rpm and deb packages are created per architecture, so the docs need
to reflect that.
2016-10-25 21:43:03 -04:00
Court Ewing 95cb943e08 docs: Fix inconsistencies in setup docs
The configuration headers are now consistent across targz/zip/deb/rpm,
and KIBANA_HOME variables are used consistently as well.
2016-10-25 14:23:26 -04:00
Court Ewing ccc2c7737e docs: More comprehensive upgrade docs for 5.0+
These changes include all three known upgrade scenarios:

1. New installation (K3 -> K5)
2. Standard upgrade (K4.2 -> K5)
3. Standard upgrade with reindex (K4.1 -> K5)
2016-10-25 12:24:24 -04:00
Court Ewing 51b1121244 docs: Fix prerelease links for deb/rpm packages
These were accidentally swapped in the reorganization.
2016-10-25 09:49:42 -04:00
Court Ewing 8895ae110f docs: Overhaul of doc structure for 5.0+ (#8821)
This overhaul of the docs structure puts Kibana's documentation more
inline with the structure that is used in Elasticsearch. This will help
us better organize the docs going forward as more docs are added.

This also includes a few necessary content changes for 5.0.
2016-10-24 21:41:32 -04:00