This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| elastic:run_kibana_on_standard_ports [2023/05/31 21:36] – added warning for updates olaf | elastic:run_kibana_on_standard_ports [2024/10/20 14:14] (current) – update with changes to 8.15 olaf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Let Kibana run on standard ports (HTTP :80 or HTTPS :443) ===== | + | ===== Let Kibana |
| Without changing the default configuration, | Without changing the default configuration, | ||
| Line 20: | Line 20: | ||
| setcap cap_net_bind_service=+epi / | setcap cap_net_bind_service=+epi / | ||
| setcap cap_net_bind_service=+epi / | setcap cap_net_bind_service=+epi / | ||
| - | setcap cap_net_bind_service=+epi / | + | # Before version 8.15 |
| + | # setcap cap_net_bind_service=+epi / | ||
| + | # Since version 8.15 | ||
| + | setcap cap_net_bind_service=+epi / | ||
| </ | </ | ||