FAtal Error

While parsing bro smtp logs I am seeing the below errors. I only get this error when visualizing the data in kibana with data from the to/from/subject fields.

The data and visualizations display fine but after a few seconds I get the below error. It typicall happens when I hover above a value.

Uncaught Error: Syntax error, unrecognized expression: [data-label=""NAME" "] (http://kibana.csp/bundles/commons.bundle.js?v=9693:19289)
Version: 4.4.1
Build: 9693
Error: Uncaught Error: Syntax error, unrecognized expression: [data-label=""NAME" "] (http://kibana.csp/bundles/commons.bundle.js?v=9693:19289)
    at window.onerror (http://kibana.csp/bundles/commons.bundle.js?v=9693:64768:25)

Thanks in advance

Could you provide a screenshot of the visualization before this error occurs, and after the error occurs? This seems like a potential bug. Are you using custom axis labels? If so, what are you using for your custom axis label?

I apologize for the late response. please see the attached pics. I had to whiteout a bit of the content.

bump

Any thoughts on the error. It happen when I hover the mouse above the visualization

Hey, sorry for the delayed response. What browser/OS are you using? Thanks!

Windows 8 and 10 with chrome

And which visualization are you hovering over to cause the error? The pie chart? Thanks!

Yes either pie chart

Looks like this is a known issue: https://github.com/elastic/kibana/issues/6137

There is already a fix, and it's scheduled to be released in 4.4.2.

Thank you