Skip to content

Commit a27dc13

Browse files
Merge branch '7.x' into backport/7.x/pr-58604
2 parents f3f3d58 + d007b0a commit a27dc13

256 files changed

Lines changed: 6650 additions & 2351 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
389 KB
Loading
50.3 KB
Loading
427 KB
Loading

docs/redirects.asciidoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This page was deleted. See <<xpack-graph>> and <<xpack-ml>>.
5959
[role="exclude",id="xpack-dashboard-only-mode"]
6060
== Dashboard-only mode
6161

62-
Using the `kibana_dashboard_only_user` role is deprecated.
62+
Using the `kibana_dashboard_only_user` role is deprecated.
6363
Use <<kibana-feature-privileges,feature privileges>> instead.
6464

6565
[role="exclude",id="pdf-layout-modes"]
@@ -72,4 +72,12 @@ This page has moved. Please see <<reporting-getting-started>>.
7272

7373
This page has moved. Please see <<reporting-getting-started>>.
7474

75+
[role="exclude",id="add-sample-data"]
76+
== Add sample data
7577

78+
This page has moved. Please see <<get-data-in>>.
79+
80+
[role="exclude",id="tilemap"]
81+
== Coordinate map
82+
83+
This page has moved. Please see <<coordinate-map>>.

docs/setup/settings.asciidoc

Lines changed: 64 additions & 65 deletions
Large diffs are not rendered by default.

docs/user/getting-started.asciidoc

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,65 @@
11
[[getting-started]]
2-
= Getting Started
2+
= Get started
33

44
[partintro]
55
--
66

7-
You’re new to Kibana and want to give it a try. {kib} has sample data sets and
8-
tutorials to help you get started.
7+
Ready to try out {kib} and see what it can do? To quickest way to get started with {kib} is to set up on Cloud, then add a sample data set that helps you get a handle on the full range of {kib} features.
98

109
[float]
11-
=== Sample data
10+
[[cloud-set-up]]
11+
== Set up on Cloud
1212

13-
You can use the <<add-sample-data, sample data
14-
sets>> to take {kib} for a test ride without having
15-
to go through the process of loading data yourself. With one click,
16-
you can install a sample data set and start interacting with
17-
{kib} visualizations in seconds. You can access the sample data
18-
from the {kib} home page.
13+
To access {kib} in a single click, run our hosted Elasticsearch Service on Elastic Cloud.
1914

20-
[float]
15+
. Log into the link:https://cloud.elastic.co/[Elasticsearch Service Console].
16+
If you need an account, register for a link:https://www.elastic.co/cloud/elasticsearch-service/signup[free 14-day trial].
17+
18+
. Click *Create deployment*, then give your deployment a name.
2119

22-
=== Add data tutorials
23-
{kib} has built-in *Add Data* tutorials to help you set up
24-
data flows in the Elastic Stack. These tutorials are available
25-
from the Kibana home page. In *Add Data to Kibana*, find the data type
26-
you’re interested in, and click its button to view a list of available tutorials.
20+
. To use the default options, click *Create deployment*. You can modify the other deployment options, but the default options are great to get started.
21+
22+
Be sure to copy down the password for the `elastic` user and Cloud ID information. You'll need that later.
2723

2824
[float]
29-
=== Hands-on experience
25+
[[get-data-in]]
26+
== Get data into {kib}
27+
28+
The easiest way to get data into {kib} is to add a sample data set.
29+
30+
{kib} has several sample data sets that you can use before loading your own data:
31+
32+
* *Sample eCommerce orders* includes visualizations for tracking product-related information,
33+
such as cost, revenue, and price.
34+
35+
* *Sample flight data* includes visualizations for monitoring flight routes.
3036

31-
The following tutorials walk you through searching, analyzing,
32-
and visualizing data.
37+
* *Sample web logs* includes visualizations for monitoring website traffic.
3338

34-
* <<tutorial-sample-data, Explore Kibana using sample data>>. You'll
35-
learn to filter and query data, edit visualizations, and interact with dashboards.
39+
To use the sample data sets:
3640

37-
* <<tutorial-build-dashboard, Build your own dashboard>>. You'll manually load a data set and build
38-
your own visualizations and dashboard.
41+
. Go to the {kib} home page.
42+
43+
. Click *Load a data set and a {kib} dashboard*.
44+
45+
. Click *View data* and view the prepackaged dashboards, maps, and more.
46+
47+
[role="screenshot"]
48+
image::images/add-sample-data.png[]
49+
50+
NOTE: The timestamps in the sample data sets are relative to when they are installed.
51+
If you uninstall and reinstall a data set, the timestamps change to reflect the most recent installation.
3952

4053
[float]
41-
=== Before you begin
54+
[[getting-started-next-steps]]
55+
== Next steps
4256

43-
Make sure you've <<install, installed Kibana>> and established
44-
a <<connect-to-elasticsearch, connection to Elasticsearch>>.
57+
* To get a hands-on experience creating visualizations, follow the <<tutorial-sample-data, add sample data>> tutorial.
4558

46-
If you are running our hosted Elasticsearch Service on Elastic Cloud, you access Kibana with a single click. (You can {ess-trial}[sign up for a free trial] and start exploring data in minutes.)
59+
* If you're ready to load an actual data set and build a dashboard, follow the <<tutorial-build-dashboard, build your own dashboard>> tutorial.
4760

4861
--
4962

50-
include::{kib-repo-dir}/getting-started/add-sample-data.asciidoc[]
51-
5263
include::{kib-repo-dir}/getting-started/tutorial-sample-data.asciidoc[]
5364

5465
include::{kib-repo-dir}/getting-started/tutorial-full-experience.asciidoc[]
@@ -60,4 +71,3 @@ include::{kib-repo-dir}/getting-started/tutorial-discovering.asciidoc[]
6071
include::{kib-repo-dir}/getting-started/tutorial-visualizing.asciidoc[]
6172

6273
include::{kib-repo-dir}/getting-started/tutorial-dashboard.asciidoc[]
63-

docs/user/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
include::introduction.asciidoc[]
22

3+
include::getting-started.asciidoc[]
4+
35
include::setup.asciidoc[]
46

57
include::monitoring/configuring-monitoring.asciidoc[]
68

79
include::security/securing-kibana.asciidoc[]
810

9-
include::getting-started.asciidoc[]
10-
1111
include::discover.asciidoc[]
1212

1313
include::visualize.asciidoc[]

docs/user/monitoring/elasticsearch-details.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ the <<cluster-overview-page, Overview>>, <<nodes-page, Nodes>>,
1414
[role="screenshot"]
1515
image::user/monitoring/images/monitoring-elasticsearch.jpg["Monitoring clusters"]
1616

17-
See also {ref}/es-monitoring.html[Monitoring {es}].
17+
See also {ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
1818

1919
[float]
2020
[[cluster-overview-page]]

docs/user/visualize.asciidoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ data sets.
4545
[horizontal]
4646
<<maps,Elastic Maps>>:: The most powerful way of visualizing map data in {kib}.
4747

48-
<<tilemap,Coordinate map>>:: Displays points on a map using a geohash aggregation.
48+
<<visualize-maps,Coordinate map>>:: Displays points on a map using a geohash aggregation.
4949

50-
<<regionmap,Region map>>:: Merge any structured map data onto a shape.
50+
<<visualize-maps,Region map>>:: Merge any structured map data onto a shape.
5151

52-
<<heatmap,Heat map>>:: Display shaded cells within a matrix.
52+
<<visualize-maps,Heat map>>:: Display shaded cells within a matrix.
5353

5454
* *<<for-dashboard,Dashboard tools>>*
5555
[horizontal]
@@ -136,8 +136,6 @@ include::{kib-repo-dir}/visualize/tsvb.asciidoc[]
136136
include::{kib-repo-dir}/visualize/timelion.asciidoc[]
137137

138138
include::{kib-repo-dir}/visualize/tilemap.asciidoc[]
139-
include::{kib-repo-dir}/visualize/regionmap.asciidoc[]
140-
include::{kib-repo-dir}/visualize/heatmap.asciidoc[]
141139

142140
include::{kib-repo-dir}/visualize/for-dashboard.asciidoc[]
143141

docs/visualize/heatmap.asciidoc

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)