3 Oct 2023 |
| @temp4096:matrix.org left the room. | 09:48:29 |
sbonafe | pepov any suggestions? | 14:53:06 |
pepov | you should be able to do that with either https://docs.fluentd.org/filter/record_transformer or https://github.com/repeatedly/fluent-plugin-record-modifier. both are available in a flow under:
filters:
record_transformer:
or
filters:
record_modifier: | 15:01:16 |
jeremych | Quick question - i'm upgrading to the new multi-tenant model but we have a dedicated set of fluentbit/fluentd per tenant, so no central fluentbit | 15:26:57 |
jeremych | do I still need the loggingroute resource for this architecture? | 15:27:05 |
jeremych | i currently use a clusterflow --> clusteroutput which I template per tenant | 15:27:16 |
jeremych | I believe the clusterflow doesn't have namespace labelselectors still? | 15:27:31 |
5 Oct 2023 |
| zeroge_00437 joined the room. | 07:36:48 |
| playmtl joined the room. | 10:59:35 |
playmtl | hello hello 😉 | 10:59:50 |
pepov | welcome! | 11:01:20 |
playmtl | thanks for the invite | 11:01:30 |
jeremych | pepov Is there any way to configure the container security context for the node exporter container? | 14:39:18 |
jeremych | i've configured security.securityContext.allowPrivilegeEscalation: false in my logging resource | 14:39:42 |
jeremych | however that doesn't seem to propagate to the node-exporter container | 14:39:51 |
jeremych | every other container (config reloader, etc.) are fine | 14:39:58 |
pepov | which version of the operator you are using? | 14:42:26 |
jeremych | newest 4.4.0 | 14:46:06 |
jeremych | https://github.com/kube-logging/logging-operator/issues/1319#issuecomment-1749052836 | 14:46:07 |
pepov | I've created a PR and linked to the issue. Don't you need securitycontext applied to the init containers as well? | 15:23:39 |
jeremych | Yes please - I believe those work atm | 15:34:41 |
jeremych | thank you for the quick turnaround | 15:34:50 |
jeremych | I think it should apply to all containers | 15:35:08 |
| waweic joined the room. | 22:13:11 |
6 Oct 2023 |
| nasgartam joined the room. | 08:49:42 |
| chris_44001 joined the room. | 14:07:09 |
| 24367dfa joined the room. | 14:59:14 |
9 Oct 2023 |
f.stoeber | Maybe a quick question, maybe a feature request: Is there a reason the FluentdSpec does not have a field to configure a PDB for the Fluentd Statefulset? | 13:50:18 |
pepov | It has never been requested, but nothing against it I can think of. I guess for statefulsets it's less common to use a PDB but I'm not sure. | 18:53:49 |
10 Oct 2023 |
f.stoeber | Thank you. In my opinion, it would be a good improvement regarding stability and QoS. I will create a feature request for that on GitHub to make it transparent. | 08:29:56 |