quickwit-oss / quickwit-oss/quickwit-datasource
text fields do not show its value preview under filter
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 76
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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