-
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
[Lens] Allow users to not render suggestions #85518
Comments
Pinging @elastic/kibana-app (Team:KibanaApp) |
My preference is to do this in local storage by adding a new button to "collapse suggestions". Collapsed suggestions would not render or fetch data. This also has some benefits for users on small devices by taking less screen space. I prefer this option over an advanced setting because advanced settings are hard to discover. |
This sounds good to me as a first step @wylieconlon |
I see this moved to 8.1. Just wanted to mention the lens suggestions become more of a problem in 7.14 with formulas available and more lens options. I'm trying out a formula right now on a data table where I can't get Kibana to return because its waiting for one suggestion (the over time suggestion) The visualization works without a problem on a dashboard, but when I edit the visualization kibana freezes waiting for one suggestion. When I narrowed the time window or reduced the formulas then I was able to edit the visualization. |
@Karrade7 when using formula, as workaround for this type of issues, you could expand the Formula's editor and that would ignore the suggestions - at least during editing. |
Thanks. I hadn't thought of that.
…On Mon, Aug 23, 2021, 2:24 AM Marco Liberati ***@***.***> wrote:
@Karrade7 <https://github.com/Karrade7> when using formula, as workaround
for this type of issues, you could expand the Formula's editor and that
would ignore the suggestions - at least during editing.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#85518 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOYEMJLAIXKUYYIS7P7KNDT6IAVBANCNFSM4UUVAN3Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
design idea: put a carrot next to "Suggestions" and make the whole thing clickable |
Suggestions are relatively expensive because there are one or multiple separate requests dispatched on each state change for each suggestion.
In some environments it's beneficial for the user to turn off these additional queries.
Open questions
The text was updated successfully, but these errors were encountered: