Our devs [Thanks, guys!!] released hotfix for this before new ELS version launch (which will have that covered by default). It's available on our repo for download: https://energylogserver.com/repo/hotfix/alerts-2.8.0.zip (username is in your license file .info
).
Move this file to ELS UI server, where alert service is running. Place it in /tmp
directory.
Execute following command from linux console to apply this fix:
sudo -u kibana /usr/share/kibana/bin/opensearch-dashboards-plugin remove alerts && sudo -u kibana /usr/share/kibana/bin/opensearch-dashboards-plugin install file:///tmp/alerts-2.8.0.zip
After that you restart GUI service systemctl restart kibana
and it should be working.
My tests: