Chronograf: Add option to specify sort order for Default Sort Field

Created on 16 May 2018  路  17Comments  路  Source: influxdata/chronograf

Chronograf 1.5

  • Without an option to specify the sort order for Default Sort Field, users cannot create a Top N ranking, sorted from higher to lower.

Note: IFQL only has an ORDER BY time DESC clause that is limited to timestamps. Also, by default, InfluxDB returns results in ascending time order.

enhancement epilegends_blitz

Most helpful comment

I am using the latest stable TICK stack, and I have the same issue as @vogler. It seems like ORDER BY time DESC does not work at all for table visualisations on Chronograf.

All 17 comments

Is this doable (in any way) by now? I wanted to have the latest events at the top of some table. ORDER BY time DESC doesn't change anything.
Even if I reverse the order in the UI, it changes back to ASC with the next update (cf. #4828).

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Bump.
Is there something speaking against this? Seems like a small thing.

I am using the latest stable TICK stack, and I have the same issue as @vogler. It seems like ORDER BY time DESC does not work at all for table visualisations on Chronograf.

+1 it would be really useful to have ORDER BY time DESC working in a Chronograf table.

+1, would be very nice to have.

+1, thanks!

It would be great if this feature existed. ORDER BY time DESC is doing nothing on a Chronograf table.

+1 Yes, I would like this.

Any update? We really need this feature...

This would indeed be a welcome feature.

I want to use this order option. 馃憤

How is this not a thing already?

Workaround for tables:
I've resorted to adding an extra field that's the inverse of the one I want to sort by, sorting by that one, and hiding it.

@achilleas-k you did with time field?

@achilleas-k you did with time field?

No, I do it with a table of values (CPU load).

Was this page helpful?
0 / 5 - 0 ratings