Uploaded image for project: 'OpenShift Logging'
  1. OpenShift Logging
  2. LOG-4019

[release-5.7] fluentd multiline exception plugin fails to detect JS client exception

    XMLWordPrintable

Details

    • False
    • None
    • False
    • NEW
    • VERIFIED
    • Before this update, Fluentd not matching some JS exception, where Error not ending with colon(:). With this update, Fluentd will match such exception successfully
    • Bug Fix

    Description

      Description of problem:

      fluentd multiline exception plugin fails to detect JS client exception

      Version-Release number of selected component (if applicable):

      fluentd 1.14.6

      How reproducible:

      Always

      Steps to Reproduce:

      setup fluentd as collector and configure CLF to detect multiline exception detection.

      prepare an appilcation which generates following log lines

       

      Error    
          at bls (<anonymous>:3:9)    
          at <anonymous>:6:4    
          at a_function_name            
          at Object.InjectedScript._evaluateOn (http://<anonymous>/file.js?foo=bar:875:140)    
          at Object.InjectedScript.evaluate (<anonymous>) 

       

       

      Actual results:

      The output gets each exception line as a separate output line

      Expected results:

      The exception should be combined into one output iine.

      Additional info:

      Attachments

        Activity

          People

            vparfono Vitalii Parfonov
            vimalkum@redhat.com Vimal Kumar
            Qiaoling Tang Qiaoling Tang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: