quickwit-oss / quickwit-oss/quickwit-datasource

text fields do not show its value preview under filter

Open
#136 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
76
Forks
44
PR merge metrics
No merged PRs in 30d

Description

text fields not displaying values

I think that what it is going on is that the plugin is considering the field mapping as 'text' in the context of Elasticsearch, where there is a distinguish between 'text' and 'keyword' types.

I guess that for the values to be previewed the quickwit-datasource plugin expects 'keyword' type

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the missing value preview shown in the issue image, then trace the filter handling in the Grafana data-source plugin and compare how Elasticsearch text and keyword mappings are treated. Confirm the behavior with a text-mapped field and a keyword-mapped field; done means applicable text-field values are previewed under the filter.

Written by the indexing model from the issue text.

Assessment

Tech stack
grafana, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.