-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lm-logs): fix timed out message from concat plugin causing data l…
…oss (#131) Use labes to reuse the route for common processing on logs
- Loading branch information
1 parent
e3ce836
commit 16ad0f7
Showing
6 changed files
with
100 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
apiVersion: v2 | ||
description: A Helm chart for sending k8s logs to Logic Monitor | ||
name: lm-logs | ||
icon: https://logicmonitor.github.io/helm-charts/lm_logo.png | ||
version: 0.4.0 | ||
version: 0.5.1 | ||
maintainers: | ||
- email: [email protected] | ||
name: LogicMonitor | ||
appVersion: 1.0.5 | ||
icon: https://logicmonitor.github.io/helm-charts/lm_logo.png | ||
appVersion: 1.1.0 | ||
home: https://logicmonitor.github.io/helm-charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM fluent/fluentd-kubernetes-daemonset:v1.16-debian-forward-1 | ||
USER root | ||
RUN gem install fluent-plugin-lm-logs -v 1.0.5 | ||
RUN gem install fluent-plugin-lm-logs -v 1.1.0 | ||
RUN gem install fluent-plugin-multi-format-parser -v 1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters