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

Multifield not fully Usable #677

Closed
potter0815 opened this issue Nov 8, 2013 · 1 comment
Closed

Multifield not fully Usable #677

potter0815 opened this issue Nov 8, 2013 · 1 comment

Comments

@potter0815
Copy link

When having an multi_field in my index, the non default Value is not shown/selectable in the fields selector of the Table Panel. It's also not shown/suggested when typing the fieldname.
The only way to use it in a Panel is, to know that the type is a multi_field and use typed navigation.(i.e. "@iislog.csuseragent.as_keyword") manually.

Example from Mapping:
"@iislog" : {
"properties" : {
"csuseragent" : {
"type" : "multi_field",
"fields" : {
"csuseragent" : {
"type" : "string"
},
"as_keyword" : {
"type" : "string",
"analyzer" : "keyword",
"include_in_all" : false
}
}
...
}}}

@rashidkpc
Copy link
Contributor

Multi field now shows in typeahead, however showing the multi-field values in the table will not be supported, the table is really only for viewing _source fields.

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

3 participants
@potter0815 @rashidkpc and others