elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.76k stars 8.16k forks source link

[Bug]- Threat intel view errors when an object value is provided #176511

Open michaelolo24 opened 7 months ago

michaelolo24 commented 7 months ago

Kibana version: 8.12, but potentially exists in all previous versions as well

Description of the problem including expected versus actual behavior:

When viewing threat intelligence response that return data in the shape of an array of objects, the data fails to render properly in the EnrichmentAccordionGroup and throws the below error

image

Steps to reproduce:

  1. Using dev tools, load an alert with threat intelligence data and add the field: "threat.indicator.geo.location": [ { "coordinates": [1, -1], "type": "Point" } ]
  2. Visit the alerts page and open the flyout for the given alert
  3. If the expandable flyout, Expand the flyout and click on the threat intelligence tab, otherwise just click on the Threat Intel tab.
  4. The page should error out

Errors in browser console (if relevant):

image

Provide logs and/or server output (if relevant):

Describe the feature:

elasticmachine commented 7 months ago

Pinging @elastic/security-solution (Team: SecuritySolution)

gui-elastic commented 7 months ago

Are any workarounds available??

eriroley commented 7 months ago

Are any workarounds available??

I"m told "no" but that I should be following this for workarounds/fixes when they are released