Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This document is intended as an example to show how to setup MongoDB on an external Linux server for use with Qlik Alerting. This is intended as an alternative to installing MongoDB on the same machine as Qlik Alerting.
The reasons you may choose to do this are:
This document is based on:
If you already have an existing MongoDB cluster that you wish to use with Qlik Alerting then follow the later steps which cover the changes to the configuration in Qlik Alerting.
Step 1 - Provision a linux server and install MongoDB
Step 2 - Configure MongoDB to allow access from your Qlik Alerting server (only)
Step 3 - Setup a user in MongoDB for Qlik Alerting to use to securely access the Qlik Alerting database only.
db.createUser({ user: "mongo-root", pwd: "yourPassword", roles: [ { role: "root", db: "admin" } ] } )
Step 4 - Configure Qlik Alerting to use the external MongoDB database
NOTE: you can install Qlik Alerting without having the Mongo or Redis databases locally installed. You should not try the registration steps before resetting the connection to the external databases.
You should now be able to register (new install) or login (existing install) using this new external database.
Additional guides for information