mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Changed xrefs to cross doc links to enable GS mini-book builds.
This commit is contained in:
parent
b7d9310c69
commit
aae537915a
10 changed files with 18 additions and 15 deletions
|
@ -8,12 +8,12 @@ This tutorial shows you how to:
|
|||
|
||||
* Load a sample data set into Elasticsearch
|
||||
* Define an index pattern
|
||||
* Explore the sample data with <<discover, Discover>>
|
||||
* Set up <<visualize,_visualizations_>> of the sample data
|
||||
* Assemble visualizations into a <<dashboard,Dashboard>>
|
||||
* Explore the sample data with {kibana-ref}/discover.html[Discover]
|
||||
* Set up {kibana-ref}/visualize.html[_visualizations_] of the sample data
|
||||
* Assemble visualizations into a {kibana-ref}/dashboard.html[Dashboard]
|
||||
|
||||
Before you begin, make sure you've <<install, installed Kibana>> and established
|
||||
a <<connect-to-elasticsearch, connection to Elasticsearch>>.
|
||||
a {kibana-ref}/connect-to-elasticsearch.html[connection to Elasticsearch].
|
||||
|
||||
You might also be interested in these video tutorials:
|
||||
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
Now that you have a handle on the basics, you're ready to start exploring
|
||||
your own data with Kibana.
|
||||
|
||||
* See <<discover, Discover>> for more information about searching and filtering
|
||||
* See {kibana-ref}/discover.html[Discover] for more information about searching and filtering
|
||||
your data.
|
||||
* See <<visualize, Visualize>> for information about all of the visualization
|
||||
* See {kibana-ref}/visualize.html[Visualize] for information about all of the visualization
|
||||
types Kibana has to offer.
|
||||
* See <<management, Management>> for information about configuring Kibana
|
||||
* See {kibana-ref}/management.html[Management] for information about configuring Kibana
|
||||
and managing your saved objects.
|
||||
* See <<console-kibana, Console>> for information about the interactive
|
||||
* See {kibana-ref}/console-kibana.html[Console] for information about the interactive
|
||||
console UI you can use to submit REST requests to Elasticsearch.
|
||||
|
|
|
@ -11,6 +11,7 @@ release-state can be: released | prerelease | unreleased
|
|||
|
||||
:docker-image: docker.elastic.co/kibana/kibana:{version}
|
||||
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/
|
||||
:kibana-ref: https://www.elastic.co/guide/en/kibana/{branch}
|
||||
:xpack-ref: https://www.elastic.co/guide/en/x-pack/current/
|
||||
:repo: https://github.com/elastic/kibana/
|
||||
:issue: {repo}issues/
|
||||
|
|
|
@ -34,7 +34,8 @@ endif::[]
|
|||
=== Configuring Kibana on Docker
|
||||
|
||||
The Docker image provides several methods for configuring Kibana. The conventional
|
||||
approach is to provide a `kibana.yml` file as described in <<settings>>, but it's
|
||||
approach is to provide a `kibana.yml` file as described in {kibana-ref}/settings.html[Configuring
|
||||
Kibana], but it's
|
||||
also possible to use environment variables to define settings.
|
||||
|
||||
[[docker-bind-mount-config]]
|
||||
|
|
|
@ -38,7 +38,7 @@ with https://www.elastic.co/products/x-pack[X-Pack] pre-installed and is
|
|||
available from the Elastic
|
||||
Docker registry.
|
||||
+
|
||||
<<docker>>
|
||||
{kibana-ref}/docker.html[Running Kibana on Docker]
|
||||
|
||||
IMPORTANT: If your Elasticsearch installation is protected by {xpack-ref}/xpack-security.html[X-Pack Security]
|
||||
see {xpack-ref}/kibana.html[Using Kibana with X-Pack Security] for additional setup
|
||||
|
|
|
@ -149,7 +149,7 @@ include::systemd.asciidoc[]
|
|||
|
||||
Kibana loads its configuration from the `/etc/kibana/kibana.yml`
|
||||
file by default. The format of this config file is explained in
|
||||
<<settings>>.
|
||||
{kibana-ref}/settings.html[Configuring Kibana].
|
||||
|
||||
[[deb-layout]]
|
||||
==== Directory layout of Debian package
|
||||
|
|
|
@ -141,7 +141,7 @@ include::systemd.asciidoc[]
|
|||
|
||||
Kibana loads its configuration from the `/etc/kibana/kibana.yml`
|
||||
file by default. The format of this config file is explained in
|
||||
<<settings>>.
|
||||
{kibana-ref}/settings.html[Configuring Kibana].
|
||||
|
||||
[[rpm-layout]]
|
||||
==== Directory layout of RPM
|
||||
|
|
|
@ -83,7 +83,7 @@ standard output (`stdout`), and can be stopped by pressing `Ctrl-C`.
|
|||
|
||||
Kibana loads its configuration from the `$KIBANA_HOME/config/kibana.yml`
|
||||
file by default. The format of this config file is explained in
|
||||
<<settings>>.
|
||||
{kibana-ref}/settings.html[Configuring Kibana].
|
||||
|
||||
|
||||
[[targz-layout]]
|
||||
|
|
|
@ -52,7 +52,7 @@ and can be stopped by pressing `Ctrl-C`.
|
|||
|
||||
Kibana loads its configuration from the `$KIBANA_HOME/config/kibana.yml`
|
||||
file by default. The format of this config file is explained in
|
||||
<<settings>>.
|
||||
{kibana-ref}/settings.html[Configuring Kibana].
|
||||
|
||||
[[windows-layout]]
|
||||
==== Directory layout of `.zip` archive
|
||||
|
|
|
@ -26,7 +26,8 @@ When configured to use a tribe node, actions that modify Kibana's state will be
|
|||
will retrieve data from the node at `elasticsearch.tribe.url`. It's acceptable to use a node for `elasticsearch.url` that is part of one of the clusters that
|
||||
a tribe node is pointing to.
|
||||
|
||||
The full list of configurations can be found at <<settings>>.
|
||||
The full list of configurations can be found at {kibana-ref}/settings.html[Configuring
|
||||
Kibana].
|
||||
|
||||
[float]
|
||||
[[tribe-limitations]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue