Skip to content
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

Closed
timconradinc opened this issue May 3, 2013 · 3 comments
Closed

List View Enhancements #64

timconradinc opened this issue May 3, 2013 · 3 comments

Comments

@timconradinc
Copy link

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.

@cdeszaq
Copy link

cdeszaq commented Jun 20, 2013

👍 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!

faxm0dem pushed a commit to ccin2p3/kibana that referenced this issue Feb 17, 2014
…k-fix

driver: Fix a memory leak in log_driver_free()
@rushi
Copy link

rushi commented Feb 19, 2014

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

screen_shot_2014-02-19_at_4_07_15_pm-8

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

@rashidkpc
Copy link
Contributor

I've added a feature called "Short dots" to Kibana 4 that shortens fields like this. It is disabled by default but can be enabled under advanced settings.

screen shot 2014-10-06 at 4 57 55 pm

spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
spalger pushed a commit to spalger/kibana that referenced this issue Mar 3, 2016
upgrade the app icon used in app switcher
harper-carroll referenced this issue in harper-carroll/kibana Jul 11, 2016
lizozom pushed a commit to lizozom/kibana that referenced this issue Nov 6, 2019
lizozom pushed a commit that referenced this issue Nov 10, 2019
* closes #44349, as well as SDH issue #64

* added tests to cover fix

* eslint

* Fixed test import
lizozom pushed a commit to lizozom/kibana that referenced this issue Nov 10, 2019
* closes elastic#44349, as well as SDH issue elastic#64

* added tests to cover fix

* eslint

* Fixed test import
lizozom pushed a commit that referenced this issue Nov 10, 2019
* closes #44349, as well as SDH issue #64

* added tests to cover fix

* eslint

* Fixed test import
kqualters-elastic pushed a commit to kqualters-elastic/kibana that referenced this issue Mar 8, 2022
rockdaboot pushed a commit that referenced this issue Jul 4, 2022
* 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
rockdaboot pushed a commit that referenced this issue Jul 4, 2022
* 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
rockdaboot pushed a commit that referenced this issue Jul 5, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@rushi @cdeszaq @rashidkpc @timconradinc and others