Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

text fields do not show its value preview under filter #136

Open
enotspe opened this issue Aug 17, 2024 · 3 comments
Open

text fields do not show its value preview under filter #136

enotspe opened this issue Aug 17, 2024 · 3 comments

Comments

@enotspe
Copy link

enotspe commented Aug 17, 2024

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

@enotspe
Copy link
Author

enotspe commented Aug 17, 2024

destination.ip is type: ip
destination.mac is type: text

type: u64 fields do not show its value preview either

@fmassot
Copy link
Contributor

fmassot commented Aug 18, 2024

thanks @enotspe for the feedback. Can you check that destination.map is a fast field?

@enotspe
Copy link
Author

enotspe commented Aug 18, 2024

It is indeed a fast field.

I have tried raw and default tokenizer.

It does not preview numeric fields either, type: u64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants