Any workaround for kibana error "Object in arrays are not well supported"

Hi..,

Do we have any kind of workaround for kibana error :"Object in arrays are not well supported"

Capture

Object array is as follow :

System.processors {
"name": "Intel(R) Core(TM) i5-2310 CPU @ 2.90GHz",
"cores": 4,
"logical_processors": 4
},{
"name": "Intel(R) Core(TM) i7-2310 CPU @ 2.90GHz",
"cores": 8,
"logical_processors": 8
}

Thanks,
Sagar S.

Hmm, it depends. Are you trying to visualize on it? Flattening prior to ingesting is one option, although admittedly that would be strange.

Here's a related issue filed in the repo https://github.com/elastic/kibana/issues/3333

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.