-
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
[Infra UI] Custom Field Grouping for Waffle Map #28949
Conversation
Pinging @elastic/infrastructure-ui |
💔 Build Failed |
Awesome, this is exactly what I had in mind in #26331 (comment), thank you, @simianhacker ! |
This is great @simianhacker 😍, just a few comments:
Would love @makwarth opinion on this PR |
💔 Build Failed |
Looks like I beat you to this
Just push a fix that serializes custom options to the URL so they persist between reloads
I agree I think what we have now makes a nice MVP that we can extend into the future to serialize custom fields to Kibana. We might want to do that via the Settings UI that @weltenwort is working on. |
💚 Build Succeeded |
Few comments:
|
++ on what @makwarth proposes, I think that should be super quick for the user, I like that |
@makwarth I made the changes to the order and form: Update: Holy crap those images are huge! |
💔 Build Failed |
@simianhacker I actually meant something like this :-) |
💚 Build Succeeded |
💚 Build Succeeded |
FYI... @makwarth and I discussed it and we are going to defer adding the custom fill pull down directly in the context menu till later since it will require more work. We would like to get this in as a quick win. |
💚 Build Succeeded |
On IE11 /Windows 10 (in Browserstack), clicking the The grouping can still be removed by selecting it from the dropdown again. If this is easily fixable this would be nice to have. Other than that, looks great 👍 |
@skh Let me see if there is a quick fix for that IE bug. I'm pretty sure that's been there the whole time. If it's more than a one line fix I will open a seperate PR. |
💚 Build Succeeded |
* [Infra UI] Add Support for Grouping By Custom Field * fixiing typescript errors * Serializing custom options to url so they persist accross reloads * Fixing more errors * removing label; moving custom field to top of menu * fixing typescript error * Adding intl formatMessage to strings
* [Infra UI] Add Support for Grouping By Custom Field * fixiing typescript errors * Serializing custom options to url so they persist accross reloads * Fixing more errors * removing label; moving custom field to top of menu * fixing typescript error * Adding intl formatMessage to strings
This PR closes #26331 by adding support for grouping by a custom field in the waffle map. Currently the custom field doesn't persist beyond the current session, this is a good first start. We can look into way to persist these "adhoc" fields in the future.
Here is a closer look at the form for the custom fields