Hi, I’m building log server to collect from network equipment syslog events, like Cisco, Juniper, Huawei and Nokia.
I want to enrich this events with more information like: based in hostname add static lables like: vendor name, software version, model.
Or in cases where one event like ldp peer down, add hostname of peer ip. Link down interfaces events add description information of physical interface.
Brief: I want to have lookups files and Alloy pipeline stage load this files or reload when file is updated.
Alloy and Loki is a good option for this?