quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
41 stars 10 forks source link

rendering fields has a funky behaivor for object fields in Explore #137

Open enotspe opened 4 weeks ago

enotspe commented 4 weeks ago

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