NGA archive conversion - Deployment of multiple systems
All settings configured in the NGA migration panel such as the mapping of value archives and RAIMA alerts to NGA groups as well as the group and storage settings are saved in a YAML file.
Optionally, it is possible to provide a template YAML file for the NGA archive conversion which must be located in: <proj path>/dplist/. YAML fields with value '~' are place holders and will be filled according to the actual project settings on startup of the archive conversion panel.
- The fields groups_count, group_dp, alert_group must always contain a value. Otherwise the panel ignores the setting for the value archive data point.
YAML File
_ValueArchive_0:
groups_count: 1
group_dp: EVENT
group_name: ~
display_name: ~
backend: ~
retention_period:
factor: ~
interval: ~
alert_group: 0
- The settings from the assigned value archive are used.
- If you define a group containing place holders '~' as done in the figure above, the group will be marked yellow in the NGA archive conversion panel and the place holder fields are filled based on the project setting.
Example
- Use a YAML file from a different project and update only the following part
group_dp:
Changed YAML file
_ValueArchive_0: groups_count: 1 group_dp: NGA_G_taken_from_project group_name: ~ display_name: ~ backend: ~ retention_period: factor: ~ interval: ~ alert_group: 0
- The result after reopening the panel:
- The segment duration and retention period are taken from the settings of the value archive 3.
- The Group Name and Group Name in DB are derived from the field "group_dp" in the YAML file.