kibana/docs/setup.asciidoc

53 lines
1.4 KiB
Plaintext
Raw Normal View History

[[setup]]
= Setup Kibana
2015-01-23 23:37:26 +01:00
[partintro]
--
This section includes information on how to setup Kibana and get it running,
including:
2015-02-17 21:06:32 +01:00
* Downloading
* Installing
* Starting
* Configuring
* Upgrading
[[supported-platforms]]
2015-02-14 20:20:30 +01:00
[float]
== Supported platforms
2015-01-23 23:37:26 +01:00
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.
2015-01-23 23:37:26 +01:00
2015-02-14 20:20:30 +01:00
[float]
[[elasticsearch-version]]
== Elasticsearch version
2015-01-23 23:37:26 +01:00
Kibana should be configured to run against an Elasticsearch node of the same
version.
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 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/access.asciidoc[]
include::setup/connect-to-elasticsearch.asciidoc[]
include::setup/production.asciidoc[]
include::setup/upgrade.asciidoc[]