Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utilitywarehouse/system-log-management
- Owner: utilitywarehouse
- Created: 2021-10-08T13:52:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T14:17:40.000Z (11 months ago)
- Last Synced: 2024-04-15T00:04:36.656Z (9 months ago)
- Topics: uw-owner-system
- Language: HCL
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?