In the logs I see that connection from both icinga2 nodes to mysql and redis databases are ok:
mqde01icinga2cl02 icingadb[8373]: Starting Icinga DB daemon (v1.2.0)
mqde01icinga2cl02 icingadb[8373]: Connecting to database at 'mqde01icinga02:0'
mqde01icinga2cl02 icingadb[8373]: Connecting to Redis at 'localhost:6380'
mqde01icinga2cl02 icingadb[8373]: Waiting for Icinga 2 to write into Redis, please make sure you have started Icinga 2 and the Icinga DB feature is enabled
mqde01icinga2cl01 icingadb[99262]: Starting Icinga DB daemon (v1.2.0)
mqde01icinga2cl01 icingadb[99262]: Connecting to database at 'mqde01icinga02:0'
mqde01icinga2cl01 icingadb[99262]: Connecting to Redis at 'localhost:6380'
mqde01icinga2cl01 icingadb[99262]: Waiting for Icinga 2 to write into Redis, please make sure you have started Icinga 2 and the Icinga DB feature is enabled
Waiting for Icinga 2 to write into Redis, please make sure you have started Icinga 2 and the Icinga DB feature is enabled
This Icinga DB message indicates that it does not receive any information from Redis. To make it work, you have to configure the Redis as an IcingaDB object in your Icinga 2: Object Types - Icinga 2
Btw, the second master from your icinga2 feature list does not have “icingadb” enabled.
Furthermore, in your Icinga Web configuration screenshot, both the Primary and Secondary Icinga Master are having the same Redis Host configured. You might wanna alter the second one.
After enabling the Icinga DB feature in Icinga 2, the feature configuration should be symlinked to /etc/icinga2/features-enabled/icingadb.conf. The file should contain an initial IcingaDB feature configuration, which you might need to alter. Afterwards, restart Icinga 2.
Note that the Redis port in the Icinga ecosystem is 6380, which is not the Redis default port. However, if you are using the icingadb-redis package, there is nothing to reconfigure there.
Please also consult the Icinga 2 log for Icinga DB- or Redis-related error messages.