ITISFoundation / osparc-ops-environments

osparc operations
MIT License
3 stars 6 forks source link

Fix graylog dashboard #360

Closed YuryHrytsuk closed 1 year ago

YuryHrytsuk commented 1 year ago

Currently, we configure dashboards in 2 ways:

  1. we delete all dashboards using Dashboard API and we install a dashboard from dashboard.yml file via Dashboard API
  2. we install content pack which containts arbitrary number of dashboards

It causes lost dashboards from content pack since every time we reconfigure graylog, we delete all dashboards while we do not install content pack again (i.e. we do not reinstall dashboards from content pack)

Desired result:

YuryHrytsuk commented 1 year ago

Fixed by the PR above