Elastiflow Installation in Azure

Hello

Our cloud team is attempting to install Elastiflow in Azure, using the instructions provided, however they are receiving the following errors. Would anyone know the cause and are there any Azure specific instructions.

Thank you

Harvey

Hi Harvey,

That looks like the output from journalctl -xeu flowcoll.service or a similar journalctl command. Unfortunately, in the screenshot, the output is truncated. I would suggest that they use:

journalctl -xeu flowcoll.service > /tmp/flowjournal.txt

… and then open the /tmp/flowjournal.txt and see the full output.

Alternatively, they could enable logging in the flowcoll.yml file … EF_LOGGER_FILE_LOG_ENABLE: “true” … and then see what is logged in the log file. If logging is already enabled the default location for the log file is /var/log/elastiflow/flowcoll/flowcoll.log.

Hope this helps.

Regards,

Dexter