Fixes #226 by adding support to the Loki configuration to send log data from additional ELANs to the Loki on the coordinator.
The main change is the automation in finna-action, which changes the setup on the remote ELAN to disable Loki and replace it with a Promtail instance configured with loki_push_api. In addition to this, miscellaneous other updates add support for forwarding messages with a hostname label set appropriately (prior support already set the zvm_name label for messages such as VMEVENT and console that originate from z/VM).
Fixes #226 by adding support to the Loki configuration to send log data from additional ELANs to the Loki on the coordinator.
The main change is the automation in finna-action, which changes the setup on the remote ELAN to disable Loki and replace it with a Promtail instance configured with
loki_push_api
. In addition to this, miscellaneous other updates add support for forwarding messages with ahostname
label set appropriately (prior support already set thezvm_name
label for messages such as VMEVENT and console that originate from z/VM).