We've successfully got logs flowing into our Grafana instance, but there's still some additional parsing of fields that we could add to the logs themselves to make it easier to read through and understand the logs in Grafana.
The Fly log-shipper uses Vector to handle the log events, which uses Vector Remap Language (VRL) to parse out the text from the actual log content into JSON fields in the log event.
Tasks:
We've successfully got logs flowing into our Grafana instance, but there's still some additional parsing of fields that we could add to the logs themselves to make it easier to read through and understand the logs in Grafana.
The Fly log-shipper uses Vector to handle the log events, which uses Vector Remap Language (VRL) to parse out the text from the actual log content into JSON fields in the log event.
Tasks:
logback. xml(EfileProxyServer/proxyserver/src/main/resources/logback.xml
Line 5 in d5a8dc9