You could disable elastic search post-installation using the following steps:
1. From the AEN server node, open /opt/wakari/wakari-server/etc/wakari/config.json
in an editor and add:
"SEARCH_ENABLED": false
2. Restart AEN Server using the following command:
sudo service wakari-server restart
3. Then disable Elasticsearch:
sudo service elasticsearch stop