Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/utilitywarehouse/system-log-management


https://github.com/utilitywarehouse/system-log-management

uw-owner-system

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# system-log-management

# Global log metadata

Labels that all logs should have. Contain relevant metadata.

Set by the forwarder:

- log_cluster: id of the cluster where the log is produced
- log_hostname: id of the machine where the log is produced
- log_machinerole: role of the machine where the log is produced
- log_source: kind or type of log (kube, systemd, audit...)

Legacy labels:

- origin: should be the same as log_cluster, but this one is inferred by the aggregator instead of set by the forwarder

# Do we need to set this label at the forwarder now as we're getting rid of the fluentd aggregator?