Skip to content
Taraka16 edited this page May 1, 2016 · 1 revision

Disabling Logging:

In neonion/settings/default.py change the value of USER_LOGGING_ENABLED into False in order to prevent user logging. This action will remove the Kibana-button from Neonion homepage.

Adjusting Kibana:

In neonion/settings/default.py change the value of KIBANA_URL from 'http://127.0.0.1:5601' into 'http://SERVER-ADDRESS:5601'.

Clone this wiki locally