-
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
Allow grouping by column content in table view #636
Comments
You can click on any field name in the field list to the left to quickly get counts of the top values for a field. Accomplishing this in a more comprehensive manner would require field collapsing. Here's the elasticsearch issue for it: elastic/elasticsearch#256 |
The issue elastic/elasticsearch#256 has been fixed. Can we re-open this again? We would love to group our logs by request and scroll through a user's activity, with messages per request grouped together. |
Closes https://github.com/elastic/kibana-canvas/issues/606 When creating a new asset, check to see if an existing asset has the same type and content. If it does, simply use the existing asset, do not create a new one. This is best seen in the image upload, where uploading a duplicate image will no longer create the asset, it'll simply use the id of the existing asset. ![may-29-2018 11-07-56](https://user-images.githubusercontent.com/404731/40679798-07fb5094-6339-11e8-9618-0ffaa98fa0c5.gif)
* [Uptime] Certificate expiration threshold settings (#63682) * update settings * added cert form * update settings * update types * update test * updated tests * updated snapshots * up snapshots Co-authored-by: Elastic Machine <[email protected]>
It would be really nice to quickly see accumulated and counted view of the columns in the table view, this lets one quickly get top entries of various things.
The accumulation can be done in the front based on the lines it has already got and store them with the content as a a key in a hash.
The text was updated successfully, but these errors were encountered: