-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
List View Enhancements #64
Comments
👍 Feature 1 is like a field alias, and feature 2 is like extra info for a field. Being able to have these would be quite nice! |
…k-fix driver: Fix a memory leak in log_driver_free()
I'm working on the ability to have an alias for a column name. This should help to shorten field names or better explain display field names. They way I've done it so far is to have a popover show up when you click on the column name. You type the alias name in the popover and it's reflected in the table column header. Pretty much like how aliases work in the query panel Edit: This is for the table panel only. It won't show the alias when you expand the table row however -- but that is an easy change |
upgrade the app icon used in app switcher
add type for appliactions
* closes elastic#44349, as well as SDH issue elastic#64 * added tests to cover fix * eslint * Fixed test import
* Refactor grouping metadata by stacktraces * Collate stacktrace events same as flamegraph * Transform raw aggregation result We now use the same TopN histogram bucket format used by prodfiler. * Return no hits when querying stacktrace events * Simplify topN query for stacktrace events * Reduce query time by avoiding unneeded searches * Refactor out query for stacktraces * Refactor out queries for frames and executables * Convert Elastic response to stackframe metadata * Search for frames and executables in parallel * Add default value for contexts * Add types for function parameters * Fix compiler warnings and failing tests
* Refactor grouping metadata by stacktraces * Collate stacktrace events same as flamegraph * Transform raw aggregation result We now use the same TopN histogram bucket format used by prodfiler. * Return no hits when querying stacktrace events * Simplify topN query for stacktrace events * Reduce query time by avoiding unneeded searches * Refactor out query for stacktraces * Refactor out queries for frames and executables * Convert Elastic response to stackframe metadata * Search for frames and executables in parallel * Add default value for contexts * Add types for function parameters * Fix compiler warnings and failing tests
* Refactor grouping metadata by stacktraces * Collate stacktrace events same as flamegraph * Transform raw aggregation result We now use the same TopN histogram bucket format used by prodfiler. * Return no hits when querying stacktrace events * Simplify topN query for stacktrace events * Reduce query time by avoiding unneeded searches * Refactor out query for stacktraces * Refactor out queries for frames and executables * Convert Elastic response to stackframe metadata * Search for frames and executables in parallel * Add default value for contexts * Add types for function parameters * Fix compiler warnings and failing tests
The ability to use a shorter name for the column name - I have @fields.SomeReallyLongFieldName and it's a binary 0/1 value. It'd be nice to be able to make a shorter view there so it doesn't take up so much space.
The ability to on mouseover overlay another field of data. As an example, I have an ip address in one field and the resolved hostname in another. I'd like to make it so if you mouse over the IP address, you can view the hostname or vice versa.
The text was updated successfully, but these errors were encountered: