Coder Social home page Coder Social logo

Comments (3)

jsubirat avatar jsubirat commented on September 4, 2024

Hi @JPrice904 , thank you for informing us of this. Are you perhaps overriding the fluentBit.config.inputs value in values.yml? The INPUT block that we now generate use the multiline.parser instead of parser, which accepts multiple parsers and attempts each one in order. This ensures that the parsing is done even if the value of fluentBit.criEnabled is wrong. But if you override the fluentBit.config.inputs block and are still using parser instead of multiline.parser, you'll face the problem you described in the ticket.

from helm-charts.

jsubirat avatar jsubirat commented on September 4, 2024

Hi @JPrice904 , we proceed to close this ticket due to inactivity. Please come back to us if you experience any other issue. Thanks a lot for your feedback!

from helm-charts.

khauser avatar khauser commented on September 4, 2024

Hi @jsubirat,

I do have the same problem and I already tried using extraInputs, but that doesn't help. Logs are still not parsed after update to nri-bundle 5.0.46.

Here is our newrelic yaml file:

global:
  lowDataMode: true
newrelic-infrastructure:
  privileged: true

ksm:
  enabled: true
  podAnnotations:
    fluentbit.io/exclude: "true"
kubeEvents:
  enabled: true
  podAnnotations:
    fluentbit.io/exclude: "true"
newrelic-prometheus-agent:
  enabled: true
  podAnnotations:
    fluentbit.io/exclude: "true"
  lowDataMode: true
  config:
    kubernetes:
      integrations_filter:
        enabled: false
logging:
  enabled: true
newrelic-logging:
  podAnnotations:
    fluentbit.io/exclude: "true"
  lowDataMode: true
  fluentBit:
    criEnabled: true
    k8sLoggingExclude: "On"
    config:
      extraInputs: |
        [INPUT]
            Name              tail
            Tag               kube.*
            Path              ${PATH}
            Exclude_Path      /var/log/containers/*_kube-system_*.log, /var/log/containers/*_flux-system_*.log, /var/log/containers/*_newrelic_*.log
            Parser            ${LOG_PARSER}
            DB                ${FB_DB}
            Mem_Buf_Limit     7MB
            Skip_Long_Lines   On
            Refresh_Interval  10
            Buffer_Chunk_Size 64k
            Buffer_Max_Size   64k

What could be the problem here?

Best,
Karsten

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.