mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Backports PR #9690 **Commit 1:** [tribe] Init docs * Original sha:42e59dbbe8
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-28T17:23:21Z **Commit 2:** [docs] Init es client section * Original sha:92ee7e12a5
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2016-12-29T17:15:55Z **Commit 3:** [docs] Link to client api, move client library docs to core development section * Original sha:deafe5a435
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T20:27:56Z **Commit 4:** [docs] Add tribe server settings * Original sha:a5c322912e
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T20:51:35Z **Commit 5:** [tribe] Link to elasticsearch tribe docs * Original sha:d94ff6f934
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T20:56:40Z **Commit 6:** [tribe] Document which nodes server configuration points towards * Original sha:ecfff93ae6
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T21:14:47Z **Commit 7:** [docs] Add index link to elasticsearch clients section * Original sha:a0e92c3a22
* Authored by Jonathan Budzenski <jon@jbudz.me> on 2017-01-11T22:22:14Z
63 lines
1.8 KiB
Text
63 lines
1.8 KiB
Text
[[setup]]
|
|
= Set Up Kibana
|
|
|
|
[partintro]
|
|
--
|
|
This section includes information on how to setup Kibana and get it running,
|
|
including:
|
|
|
|
* Downloading
|
|
* Installing
|
|
* Starting
|
|
* Configuring
|
|
* Upgrading
|
|
|
|
[[supported-platforms]]
|
|
[float]
|
|
== Supported platforms
|
|
|
|
Packages of Kibana are provided for and tested against Linux, Darwin, and
|
|
Windows. Since Kibana runs on Node.js, we include the necessary Node.js
|
|
binaries for these platforms. Running Kibana against a separately maintained
|
|
version of Node.js is not supported.
|
|
|
|
[float]
|
|
[[elasticsearch-version]]
|
|
== Elasticsearch version
|
|
|
|
Kibana should be configured to run against an Elasticsearch node of the same
|
|
version. This is the officially supported configuration.
|
|
|
|
Running different major version releases of Kibana and Elasticsearch (e.g.
|
|
Kibana 5.x and Elasticsearch 2.x) is not supported, nor is running a minor
|
|
version of Kibana that is newer than the version of Elasticsearch (e.g. Kibana
|
|
5.1 and Elasticsearch 5.0).
|
|
|
|
Running a minor version of Elasticsearch that is higher than Kibana will
|
|
generally work in order to faciliate an upgrade process where Elasticsearch
|
|
is upgraded first (e.g. Kibana 5.0 and Elasticsearch 5.1). In this
|
|
configuration, a warning will be logged on Kibana server startup, so it's only
|
|
meant to be temporary until Kibana is upgraded to the same version as
|
|
Elasticsearch.
|
|
|
|
Running different patch version releases of Kibana and Elasticsearch (e.g.
|
|
Kibana 5.0.0 and Elasticsearch 5.0.1) is generally supported, though we
|
|
encourage users to run the same versions of Kibana and Elasticsearch down to
|
|
the patch version.
|
|
--
|
|
|
|
include::setup/install.asciidoc[]
|
|
|
|
include::setup/settings.asciidoc[]
|
|
|
|
include::setup/docker.asciidoc[]
|
|
|
|
include::setup/access.asciidoc[]
|
|
|
|
include::setup/connect-to-elasticsearch.asciidoc[]
|
|
|
|
include::setup/tribe.asciidoc[]
|
|
|
|
include::setup/production.asciidoc[]
|
|
|
|
include::setup/upgrade.asciidoc[]
|