Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ecamp3-logging: strip prefix "{datetime} std(out|err) F " in fluentd #5378

Merged
merged 2 commits into from
Jul 28, 2024

Commits on Jun 16, 2024

  1. ecamp3-logging: strip prefix "{datetime} stdout F " in fluentd

    Before this was done by fluent-bit automatically with
    the tail clusterinput, when the container engine was set to containerd.
    Since fluent-operator helm chart 2.8.0, this does not work anymore.
    -> Thus we do it with fluentd.
    
    After stripping this prefix, we can do the json parsing.
    BacLuc committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    26699df View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. ecamp3-logging: also strip stderr of log messages

    This allows us to also parse the messages
    of Caddy as json.
    BacLuc committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    bf9f3b8 View commit details
    Browse the repository at this point in the history