The data source is MongoDB. I have a field that is an array of JSON objects. It shows as an array of maps in a Table. I tried to set the Cell Type to JSON View but it doesnt help.
The events fields displays as an array of maps like this in the Table in Grafana :
[map[ event_dt : 2024-10-01 event_server: 10.3.40.123] map[ event_dt : 2024-10-02 event_server: 10.1.50.212 ] ]
Hi @yosiasz
I don’t want it flattened. I want the whole Events field to be rendered as a JSON value. Flattening it will create noise as there can be a lot of fields of occasional value to users.