Kibana: Difference between revisions

From ArchWiki
(add category)
(Nothing notable to merge in the destination page, making this a redirect)
Tag: New redirect
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Database management systems]]
#REDIRECT [[Elasticsearch#Usage]]
[[ja:Kibana]]
[[zh-hans:Kibana]]
{{Merge|Elasticsearch|Kibana is part of Elastic Search. This page is a little short to have its own page.}}
 
== Installation ==
[[Install]] the {{Pkg|kibana}} package.
 
== Running ==
[[Start/enable]] {{ic|kibana.service}}.
 
== Configuration ==
By default {{ic|kibana}} does not specify a port or bind address.
The main Kibana configuration file is located at {{ic|/etc/kibana/kibana.yml}}.
 
At a minimum uncomment the following lines:
{{hc|/etc/kibana/kibana.yml|2=
<nowiki>
server.port: 5601
server.host: "localhost"
elasticsearch.hosts: ["http://localhost:9200"]
</nowiki>
}}
Once the changes are saved [[Restart]] the {{ic|kibana.service}}
 
== Usage ==
Access the interface on http://localhost:5601

Latest revision as of 09:13, 24 July 2022