Is there any syntax that I can add to this search string to cause the chart(table) output to be sorted by the second column ("Count") in descending order instead of the output automatically being sorted by the first column ("urldomain") in ascending order?
Unfortunately at the moment this functionality is not present in Logscape, however, Charts functionality in general are being looked at in an upcoming release so it is possible this will be added then.
Thanks so much for responding. Any idea when the next release might be? Is there a consistent release schedule or do releases just occur whenever new fixes / features are completed?
P.S.
It would be VERY helpful to me if this feature was added...
Dan,
it looks like 2.5.2 will be available early next week. 2.5.1 has an issue which means we are providing an incremental update and fix. it will include a sort(1,asc) function which allows you to choose the column and sort and whether it is ascending or descending.
Will the new sort(1,asc) function support multi-column sorts? Will it work to sort replay events also?
Is it possible to do a multi-column groupby without concatenating the columns together into one column, such that I could have "IPAddress" and "urldomain" and "Count" as 3 seperate columns instead of concatenating IPAddress+urldomain and then be able to sort (1, asc, 3, desc)?