Saving of opnevidu logs and elastic search password

how can we save the openvidu logs in seperate folder and can we set the elastic password with “symbols”?

Example password : tkgkd+!gh?/t^gth

  1. To save Openvidu logs in other folder, execute in background a command like this
sudo su
cd /opt/openvidu
./openvidu logs -f > /tmp/logs.txt

In this case this will redirect logs to /tmp/logs.txt. Use your desired directory.

As an additional comment, you have logs sent to elasticsearch. You can search for them in Kibana.

  1. It is not possible at the moment to use passwords with symbols. The password pass through a lot of scripts and to avoid issues with these scripts, we’ve decided to only accept alphanumeric passwords. I recommend to you to use a longer password which increase security at the same level as the use symbols.

Regards,
Carlos