Commit Graph

14 Commits (34564b71f53a9ba3ff07bed91c52250c50aad653)

Author SHA1 Message Date
Jacob Payne d2accb9915 cleaned up logic around systemdLogPath 2021-08-23 13:58:32 -07:00
Jacob Payne 490b962264
Fix/issue 33472 (#1411)
* fixed kubelog format for rke2

* make charts
2021-08-16 16:18:01 -07:00
Dan Bason 8286d741fb Add path key to openrc logs 2021-07-07 09:58:48 +12:00
Jacob Payne f9e7b6487a
added rke2 kubelet log (#1330)
* added rke2 kubelet log

* make charts
2021-07-02 12:11:36 -07:00
Jacob Payne ec545acc75
Fix/issue 3917 (#1302)
* added custom parsers for rke2

* make charts
2021-07-01 14:33:19 -07:00
Dan Bason 0b01c2e595
Make Strip_Underscores fluentbit config optional 2021-07-01 11:58:17 +12:00
Nick Gerace d9295e7c00 Force convert non-string buffer values for Logging 3.10.0
Force convert non-string buffer values for Logging 3.10.0. Remove
packageVersion 0 version of the chart.
2021-06-09 17:38:21 -04:00
Nick Gerace d8d38e6082 Update logging to 3.10.0 and convert fluent-bit buffer fields to string 2021-06-08 17:49:10 -04:00
Jacob Payne f91fac2cf7
fix/issue 32993 (#1248)
* use journald to consume k3s logs

* make charts
2021-06-08 14:03:17 -07:00
Jacob Payne ba4492b7d4
Fix/issue 33092 (#1254)
* removed rke2 containers logging and added some extra settings to the fluentbit configmap

* charts
2021-06-08 13:54:27 -07:00
dbason 4e6c09f559
Add support for the kube audit log to v2 logging (#1223)
* Add logging for kube-audit

* Generate charts for d274040a
2021-05-25 17:23:13 -07:00
Nick Gerace c9bf5990b0 Fix windows prefix path for logging 2021-05-19 20:17:39 -04:00
Arvind Iyengar 1107be9199
Checkout current packages from dev-v2.6-source
```bash
git fetch upstream
git checkout upstream/dev-v2.6-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

This overwrites the previous changes based on stuff currently in dev-v2.6-source today.
2021-05-17 15:34:49 -07:00
Arvind Iyengar 551327b14e
Checkout current packages from dev-v2.5-source
```bash
git fetch upstream
git checkout upstream/dev-v2.5-source -- packages; git reset HEAD; git checkout -- packages/README.md
```
2021-05-17 15:30:27 -07:00