-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
FLS restricted fields should not be visible #8192
Comments
Yeah, Kibana will definitely need a valid field list from Elasticsearch to accomplish this. |
If the user creating the index pattern doesn't have access to the field via FLS, they're no longer showing up. |
This was reported again with #34334, and I've re-opened the original issue as it applies to all consumers of index patterns. |
Pinging @elastic/kibana-app-arch |
Pinging @elastic/kibana-security |
A discuss user has reported that this is an issue in the KQL autocomplete and filter bar UI as well. |
No longer needed as field list is no longer cached - #82223 - will be released in 7.11 |
@mattkime that's fantastic, thanks for your work on this! |
Woo-hoo! Thanks @mattkime |
Kibana version:
4.6
Elasticsearch version:
2.4
In the screenshot here, the logged in user doesn’t have access to the “password” field due to an FLS restriction. This is not friendly, since no visualization can really be created by using this field.
May end up being resolved by #6498 if Elasticsearch can somehow provide a more accurate mapping for the logged in user.
Screenshot:
Corresponding FLS Sample:
The text was updated successfully, but these errors were encountered: