nomad-vector-logger icon indicating copy to clipboard operation
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.

Results 4 nomad-vector-logger issues
Sort by recently updated
recently updated
newest added

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...

enhancement
good first issue

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...