Giter Site home page Giter Site logo

Comments (2)

jsubirat avatar jsubirat commented on July 16, 2024 1

Hi @WilliamABradley , a new feature has been added to add additional attributes in this PR: #609

You can now achieve it with the following config in values.yml:

fluentBit:
  config:
    extraFilters: |
      # Include any custom attributes in the FILTER below
      [FILTER]
          Name            record_modifier
          Match           *
          Record          customAttributeName1 customAttributeValue1
          Record          customAttributeName2 customAttributeValue2

With regards to the ability to specify additional parsers, could you please describe what would be the use case you'd be targeting? Normally, your logs would follow either the docker or the cri format. If you would like to then parse them as, say, nginx logs, you'd need to define a parser filter to intercept only the logs coming from an Nginx pod, and then apply that parser to them. But to do this, you'd need to rewrite its tag first so that only the Nginx logs are intercepted by this filter.

from helm-charts.

jsubirat avatar jsubirat commented on July 16, 2024

Hi @WilliamABradley , many thanks for your feature request. We'll evaluate it and get back to you. I'm currently moving all the pending issues from our soon-to-be-deprecated kubernetes-logging repository. I assume that this ticket is a replica of this one. Please let me know if that's not the case. Thank you very much in advance.

from helm-charts.

Related Issues (20)

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.