mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[DOCS] Added float/anchor tags to explicitly define page names (#19288)
This commit is contained in:
parent
a9e3ca9f1c
commit
d6b7e6243d
6 changed files with 39 additions and 8 deletions
|
@ -32,7 +32,7 @@ pattern the context is based on.
|
|||
|
||||
While not required, it is recommended to only
|
||||
use fields which have {ref}/doc-values.html[doc values] enabled to achieve
|
||||
good performance and avoid unnecessary {ref}/modules-fielddata.html[field
|
||||
good performance and avoid unnecessary {ref}/modules-fielddata.html[field
|
||||
data] usage. Common examples for suitable fields include log line numbers,
|
||||
monotonically increasing counters and high-precision timestamps.
|
||||
--
|
||||
|
@ -43,6 +43,8 @@ NOTE: The number of documents displayed by default can be configured
|
|||
via the `context:defaultSize` setting in <<advanced-options, *Management >
|
||||
Advanced Settings*>>.
|
||||
|
||||
[float]
|
||||
[[change-context-size]]
|
||||
=== Changing the Context Size
|
||||
|
||||
You can change the number documents displayed before and after the anchor
|
||||
|
@ -66,6 +68,8 @@ NOTE: The default number of documents loaded with each button click can be
|
|||
configured via the `context:step` setting in <<advanced-options, *Management >
|
||||
Advanced Settings*>>.
|
||||
|
||||
[float]
|
||||
[[filter-context]]
|
||||
=== Filtering the Context
|
||||
|
||||
Depending on how the documents are partitioned into index patterns, the context
|
||||
|
|
|
@ -15,7 +15,7 @@ The Kibana plugin interfaces are in a state of constant development. We cannot
|
|||
==============================================
|
||||
--
|
||||
|
||||
[[_installing_plugins]]
|
||||
[[install-plugin]]
|
||||
== Installing Plugins
|
||||
|
||||
Use the following command to install a plugin:
|
||||
|
@ -82,6 +82,7 @@ You can specify the environment variable directly when installing plugins:
|
|||
$ http_proxy="http://proxy.local:4242" bin/kibana-plugin install <package name or URL>
|
||||
|
||||
|
||||
[[update-remove-plugin]]
|
||||
== Updating & Removing Plugins
|
||||
|
||||
To update a plugin, remove the current version and reinstall the plugin.
|
||||
|
@ -95,6 +96,7 @@ You can also remove a plugin manually by deleting the plugin's subdirectory unde
|
|||
|
||||
NOTE: Removing a plugin will result in an "optimize" run which will delay the next start of Kibana.
|
||||
|
||||
[[disable-plugin]]
|
||||
== Disabling Plugins
|
||||
|
||||
Use the following command to disable a plugin:
|
||||
|
@ -108,6 +110,7 @@ NOTE: Disabling or enabling a plugin will result in an "optimize" run which will
|
|||
|
||||
<1> You can find a plugin's plugin ID as the value of the `name` property in the plugin's `package.json` file.
|
||||
|
||||
[[configure-plugin-manager]]
|
||||
== Configuring the Plugin Manager
|
||||
|
||||
By default, the plugin manager provides you with feedback on the status of the activity you've asked the plugin manager
|
||||
|
|
|
@ -7,6 +7,8 @@ A list of all published Docker images and tags can be found at
|
|||
https://www.docker.elastic.co[www.docker.elastic.co]. The source code can be
|
||||
found on https://github.com/elastic/kibana-docker/tree/{branch}[GitHub].
|
||||
|
||||
[float]
|
||||
[[image-type]]
|
||||
=== Image types
|
||||
|
||||
The images are available in two different configurations or "flavors". The
|
||||
|
@ -18,6 +20,8 @@ NOTE: https://www.elastic.co/guide/en/x-pack/current/index.html[X-Pack] is
|
|||
pre-installed in the default image. With X-Pack installed, Kibana expects to
|
||||
connect to an Elasticsearch cluster that is also running X-Pack.
|
||||
|
||||
[float]
|
||||
[[pull-image]]
|
||||
=== Pulling the image
|
||||
Obtaining Kibana for Docker is as simple as issuing a +docker pull+ command
|
||||
against the Elastic Docker registry.
|
||||
|
@ -41,6 +45,8 @@ docker pull {docker-repo}-oss:{version}
|
|||
|
||||
endif::[]
|
||||
|
||||
[float]
|
||||
[[configuring-kibana-docker]]
|
||||
=== Configuring Kibana on Docker
|
||||
|
||||
The Docker images provide several methods for configuring Kibana. The
|
||||
|
@ -48,7 +54,8 @@ conventional 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]]
|
||||
[float]
|
||||
[[bind-mount-config]]
|
||||
==== Bind-mounted configuration
|
||||
|
||||
One way to configure Kibana on Docker is to provide `kibana.yml` via bind-mounting.
|
||||
|
@ -64,7 +71,8 @@ services:
|
|||
- ./kibana.yml:/usr/share/kibana/config/kibana.yml
|
||||
--------------------------------------------
|
||||
|
||||
[[docker-env-config]]
|
||||
[float]
|
||||
[[environment-variable-config]]
|
||||
==== Environment variable configuration
|
||||
|
||||
Under Docker, Kibana can be configured via environment variables. When
|
||||
|
@ -105,6 +113,8 @@ services:
|
|||
Since environment variables are translated to CLI arguments, they take
|
||||
precedence over settings configured in `kibana.yml`.
|
||||
|
||||
[float]
|
||||
[[docker-defaults]]
|
||||
==== Docker defaults
|
||||
The following settings have different default values when using the Docker
|
||||
images:
|
||||
|
|
|
@ -7,10 +7,14 @@ NOTE: By default, Kibana uses the https://www.elastic.co/elastic-maps-service[El
|
|||
to display map tiles. To use other tile service providers, configure the <<tilemap-settings,tilemap settings>>
|
||||
in `kibana.yml`.
|
||||
|
||||
[float]
|
||||
[[configuration]]
|
||||
=== Configuration
|
||||
|
||||
[float]
|
||||
==== Data
|
||||
|
||||
[float]
|
||||
===== Metrics
|
||||
|
||||
The default _metrics_ aggregation for a coordinate map is the *Count* aggregation. You can select any of the following
|
||||
|
@ -31,6 +35,7 @@ the number of unique values in a field. Select a field from the drop-down.
|
|||
|
||||
Enter a string in the *Custom Label* field to change the display label.
|
||||
|
||||
[float]
|
||||
===== Buckets
|
||||
|
||||
Coordinate maps use the {ref}/search-aggregations-bucket-geohashgrid-aggregation.html[_geohash_] aggregation. Select a field, typically coordinates, from the
|
||||
|
@ -66,6 +71,7 @@ NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you
|
|||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
[float]
|
||||
==== Options
|
||||
|
||||
|
||||
|
@ -98,8 +104,7 @@ After changing options, click the *Apply changes* button to update your visuali
|
|||
changes* button to keep your visualization in its current state.
|
||||
|
||||
[float]
|
||||
[[navigating-map]]
|
||||
|
||||
[[navigate-map]]
|
||||
=== Navigating the Map
|
||||
|
||||
Once your tilemap visualization is ready, you can explore the map in several ways:
|
||||
|
|
|
@ -10,6 +10,7 @@ aggregations and pipeline aggregations to display complex data in a meaningful w
|
|||
|
||||
image:images/tsvb-screenshot.png["Time Series Visual Builder Interface"]
|
||||
|
||||
[[time-series-visualizations]]
|
||||
=== Featured Visualizations
|
||||
|
||||
Time Series Visual Build comes with 5 different visualization types. You can
|
||||
|
@ -64,7 +65,7 @@ template syntax to customize the Markdown with data based on a set of series.
|
|||
|
||||
image:images/tsvb-markdown.png["Markdown Visualization"]
|
||||
|
||||
|
||||
[[time-series-interface]]
|
||||
=== Interface Overview
|
||||
|
||||
The user interface for each visualization is compose of a "Data" tab and "Panel
|
||||
|
|
|
@ -33,11 +33,14 @@ NOTE: In Elasticsearch releases 1.4.3 and later, this functionality requires you
|
|||
|
||||
The availability of these options varies depending on the aggregation you choose.
|
||||
|
||||
[float]
|
||||
[[metrics-axes]]
|
||||
=== Metrics & Axes
|
||||
|
||||
Select the *Metrics & Axes* tab to change the way each individual metric is shown on the chart.
|
||||
The data series are styled in the _Metrics_ section, while the axes are styled in the X and Y axis sections.
|
||||
|
||||
[float]
|
||||
==== Metrics
|
||||
Modify how each metric from the Data panel is visualized on the chart.
|
||||
|
||||
|
@ -46,6 +49,7 @@ Modify how each metric from the Data panel is visualized on the chart.
|
|||
*Value Axis*:: choose the axis you want to plot this data too (the properties of each are configured under Y-axes).
|
||||
*Line mode*:: should the outline of lines or bars appear *smooth*, *straight*, or *stepped*.
|
||||
|
||||
[float]
|
||||
==== Y-axis
|
||||
|
||||
Style all the Y-axes of the chart.
|
||||
|
@ -61,6 +65,7 @@ Style all the Y-axes of the chart.
|
|||
this box to change both upper and lower bounds to match the values returned in the data.
|
||||
*Custom Extents*:::: You can define custom minimum and maximum for each axis
|
||||
|
||||
[float]
|
||||
==== X-Axis
|
||||
|
||||
*Position*:: position of the X-Axis (*left* or *right* for horizontal charts, and *top* or *bottom* for vertical charts).
|
||||
|
@ -70,16 +75,19 @@ Style all the Y-axes of the chart.
|
|||
*Labels - Rotate*:::: You can enter the number in degrees for how much you want to rotate labels
|
||||
*Labels - Truncate*:::: You can enter the size in pixels to which the label is truncated
|
||||
|
||||
|
||||
[float]
|
||||
[[panel-settings]]
|
||||
=== Panel Settings
|
||||
|
||||
These are options that apply to the entire chart and not just the individual data series.
|
||||
|
||||
[float]
|
||||
==== Common options
|
||||
*Legend Position*:: Move your legend to the *left*, *right*, *top* or *bottom*
|
||||
*Show Tooltip*:: Enables or disables the display of tooltip on hovering over chart objects
|
||||
*Current Time Marker*:: Show a line indicating the current time
|
||||
|
||||
[float]
|
||||
==== Grid options
|
||||
You can enable grid on the chart. By default grid is displayed on the category axis only.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue