Giter Club home page Giter Club logo

Comments (4)

on2air avatar on2air commented on July 19, 2024

thoughts?

from fluent-plugin-papertrail.

cmrust avatar cmrust commented on July 19, 2024

I don't work on this project anymore, but can try to help. I'll assume you're using the associated fluentd-deployment project to deploy this to Kubernetes and that you do not have a need for sourcing logs from systemd and want to disable this.

If so, remove this line from your ConfigMap in Kubernetes: https://github.com/solarwinds/fluentd-deployment/blob/master/kubernetes/fluentd-daemonset-papertrail.yaml#L80

...which will skip loading the following file that manages the systemd sources and filters: https://github.com/solarwinds/fluentd-deployment/blob/master/docker/conf/systemd.conf

Good luck.

from fluent-plugin-papertrail.

on2air avatar on2air commented on July 19, 2024

awesome, thanks @cmrust . that works to remove the warning. i don't know if I want to remove logging of systemd logs, do I? I just wanted to suppress that warning that happens 2x per second.

from fluent-plugin-papertrail.

cmrust avatar cmrust commented on July 19, 2024

With that error, it would appear that you are missing at least some of the logs that you're trying to pull. You need to ssh to one of the worker nodes itself and use a tool like journalctl to review the kubelet and docker paths specified in the systemd.conf linked above, if you do indeed have systemd logging on the host machines you've chosen. That last part can vary wildly by OS.

In order to ensure you're collecting everything you want, you may need to customize that systemd.conf (or some other logging rules to capture wherever your daemon logs are going), and then get that new conf loaded into the pod either with a volume mount or by repackaging your own fluentd docker image.

from fluent-plugin-papertrail.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.