UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
Installing Elasticsearch 7.9.3 and Kibana 7.9.3, requires executing the following commands:
- Elasticsearch 7.9.03
Code Block |
---|
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.9.3-amd64.deb sudo dpkg -i elasticsearch-7.9.3-amd64.deb |
- Kibana 7.9.03
Anchor kibana kibana
Code Block |
---|
wget https://artifacts.elastic.co/downloads/kibana/kibana-7.9.3-amd64.deb sudo dpkg -i kibana-7.9.3-amd64.deb |
...