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

Stats panel: Make formats more flexible. #1480

Closed
wants to merge 1 commit into from
Closed

Stats panel: Make formats more flexible. #1480

wants to merge 1 commit into from

Conversation

jmacmahon
Copy link

  • Adds capability to change the formatting individually for modes.
    E.g. 'count' shouldn't be displayed in bytes, rather it should just
    be a natural number.
  • Implementation: define individual formatting functions for each mode
    and patch up the angular template as needed.
  • (Closes format of the count column in the stats panel #1285.)

Signed-off-by: Joe MacMahon [email protected]

* Adds capability to change the formatting individually for modes.
  E.g. 'count' shouldn't be displayed in bytes, rather it should just
  be a natural number.
* Implementation: define individual formatting functions for each mode
  and patch up the angular template as needed.
* (Closes #1285.)

Signed-off-by: Joe MacMahon <[email protected]>
@w33ble w33ble closed this Oct 6, 2014
@spalger
Copy link
Contributor

spalger commented Oct 6, 2014

Woops! Sorry about that! We recently replaced the master branch with Kibana 4. This action force closed all of the old pull requests against master. We will be reviewing these on a case-by-case basis and creating new tickets as necessary.

The good news is that many long requested features can be found in Kibana 4, and we're being entirely open about our roadmap. Check out the roadmap tickets (which we're still filling in) here.

If you're looking for the old Kibana 3 code you can find it here.

@w33ble
Copy link
Contributor

w33ble commented Oct 8, 2014

We're stopping development on Kibana 3 and focusing on Kibana 4 going forward. We've already implemented some field formatter functionality there, which should solve this, but please open a new issue if you find that it does not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

format of the count column in the stats panel
3 participants