nomad-vector-logger
nomad-vector-logger copied to clipboard
A daemon which continuously watches jobs running in a Nomad cluster and templates out a Vector configuration file which can be used to collect application logs enriched with Nomad metadata.
For now, nomad-vector-logger exposes the following task's attributes, which are then available in templates - Namespace - Job - Group - Task - ID - Node It'd be great to...
Hi @mr-karan, First, thanks for taking the time to build this! I've found it to be quite useful. I run a lot of batch jobs via Nomad and the logging...
Use List Node Allocations to directly get allocations by node ID rather than getting AllocationListStub and then querying for individual Allocation. Also eliminates the if block to check whether the...