This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
elastic:kibanaonlinux [2023/03/09 20:42] – olaf | elastic:kibanaonlinux [2024/10/20 14:41] (current) – Updated location of node since Kibana 8.15 olaf | ||
---|---|---|---|
Line 184: | Line 184: | ||
</ | </ | ||
- | Allow Kibana to use HTTPS default port (443): | + | Allow Kibana to use HTTPS default port (443) ... |
+ | |||
+ | Up to Kibana 8.14.x: | ||
<code bash> | <code bash> | ||
setcap cap_net_bind_service=+epi / | setcap cap_net_bind_service=+epi / | ||
Line 191: | Line 193: | ||
setcap cap_net_bind_service=+epi / | setcap cap_net_bind_service=+epi / | ||
</ | </ | ||
+ | |||
+ | Since Kibana 8.15: | ||
+ | <code bash> | ||
+ | setcap cap_net_bind_service=+epi / | ||
+ | setcap cap_net_bind_service=+epi / | ||
+ | setcap cap_net_bind_service=+epi / | ||
+ | setcap cap_net_bind_service=+epi / | ||
+ | </ | ||
+ | |||
+ | |||
Install Kibana as service and start it | Install Kibana as service and start it |