kibana/docs/setup/install/targz-running.asciidoc
2018-07-03 11:30:08 -07:00

12 lines
351 B
Plaintext

==== Running Kibana 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*.