Skip to content

Commit 0a38a53

Browse files
authored
Merge pull request #14325 from mburke5678/logging-kibana-console
Logging new topic for Kibana interface
2 parents 2e6a9c8 + d4536f9 commit 0a38a53

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

_topic_map.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,8 @@ Topics:
482482
File: efk-logging
483483
- Name: Deploying cluster logging
484484
File: efk-logging-deploy
485+
- Name: Viewing the Kibana interface
486+
File: efk-logging-kibana-interface
485487
- Name: Changing cluster logging management state
486488
File: efk-logging-management
487489
- Name: Configuring cluster logging
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:context: efk-logging-kibana-interface
2+
[id="efk-logging-kibana-interface"]
3+
= Viewing the Kibana interface
4+
include::modules/common-attributes.adoc[]
5+
6+
toc::[]
7+
8+
The cluster logging installation deploys the Kibana interface.
9+
10+
11+
// The following include statements pull in the module files that comprise
12+
// the assembly. Include any combination of concept, procedure, or reference
13+
// modules required to cover the user story. You can also include other
14+
// assemblies.
15+
16+
include::modules/efk-logging-kibana-interface-launch.adoc[leveloffset=+1]
17+
18+
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * logging/efk-logging-kibana-interface.adoc
4+
5+
[id="efk-logging-kibana-interface-launch-{context}"]
6+
= Launching Kibana
7+
8+
Kibana interface is a browser-based console to query, discover, and visualize your logs through histograms, line graphs,
9+
pie charts, heat maps, built-in geospatial support, and other visualizations.
10+
11+
.Procedure
12+
13+
To launch the Kibana:
14+
15+
. In the {product-title} console, click *Monitoring* -> *Logging*.
16+
17+
. Log in using the same credentials you use to log into the {product-title} console.
18+
+
19+
The Kibana interface launches. You can now:
20+
+
21+
* Search and browse your data using the Discover page.
22+
* Chart and map your data using the Visualize page.
23+
* Create and view custom dashboards using the Dashboard page.
24+
+
25+
Use and configuration of the Kibana interface is beyond the scope of this documentation. For more information,
26+
on using the interface, see the link:https://www.elastic.co/guide/en/kibana/5.6/connect-to-elasticsearch.html[Kibana documentation].

0 commit comments

Comments
 (0)