quickwit-oss / quickwit-datasource

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

Customize display of a log line in the explore view #22

Closed fmassot closed 7 months ago

fmassot commented 10 months ago

Currently, it's possible to define a field to display a log line in the explore view.

It's not very flexible, and it would be nice to be able to customize it a bit more. We need to define some spec (and probably look at the last evolutions in Grafana explore view)

message-field-name-for-log-line
fmassot commented 8 months ago

We could let the user define a list of fields separated by commas in the "Message field name" parameter. We could also let the user override this at query time in the explore view in the logs options.

what do you think @idrissneumann ?

Screenshot from 2023-12-28 00-30-48

fmassot commented 7 months ago

I added a quick and dirty solution in #69, we could iterate on it with user feedback