quickwit-datasource icon indicating copy to clipboard operation
quickwit-datasource copied to clipboard

rendering fields has a funky behaivor for object fields in Explore

Open enotspe opened this issue 1 year ago • 0 comments

as seen in the image below, not all documents have values been displayed for fields on the table

image

If we take second row, it may seem that it only has source.ip: 49.232.244.108 and session.id: 4836129 and no values for fgt.srcip and fgt.sessionid. However, that is impossible because source.ip is a copy of fgt.srcip and session.id is a copy of fgt.sessionid

If we filter just that document we see that it does have both fgt.srcip and fgt.sessionid, but json is not expanded on view like other object fields.

image

We can use fgt.srcip and fgt.sessionid for search and the search works, but it does not expand the json either

image

The behavior is random, running the query again and again and I get a different display everytime. Sometimes it expands some fields, sometimes others image

all fields shown image

enotspe avatar Aug 17 '24 22:08 enotspe