kibana/docs/setup/install/targz-running.asciidoc
gchaps 9caf354378
[DOCS] Edits titles in Setup section for consistency (#68451) (#68590)
* [DOCS] Fixes titles in Setup section for consistency

* [DOCS] Fixes to titles and orders of docs in Set up
2020-06-08 16:15:20 -07:00

12 lines
346 B
Plaintext

==== Run {kib} from the command line
Kibana can be started from the command line as follows:
[source,sh]
--------------------------------------------
./bin/kibana
--------------------------------------------
By default, Kibana runs in the foreground, prints its logs to the
standard output (`stdout`), and can be stopped by pressing *Ctrl-C*.