Two questions about viewer


Author
Message
Eric Ferro
Eric Ferro
Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)
Group: Forum Members
Posts: 8, Visits: 12
Hello

We are evaluating your viewer and we like it but we have two things we would like to know if we can resolve them.

When grouping by thread, threads are not ordered by date using more recent (for ascending order) of the lines composing the thread even if order using date column. It seems that thread are only order alphabatically.

Second is it possible that when a grouped thread is collapsed to display the informations of the first line composing the thread (like message, level etc ....)
Something like that:


Thanks


Replies
LogViewPlus Support
LogViewPlus Support
Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)
Group: Moderators
Posts: 1.2K, Visits: 4.3K
Hi Eric,

I have been able to recreate this behaviour on my end and can confirm that the grid can only sort group columns by the group name. 

Unfortunately, I don't think we will be able to change this behaviour as it seems to be built into the third-party grid that we are using.

What is it that you are trying to do?  Maybe there is another way to achieve the same goal? 

Thanks,

Toby
Eric Ferro
Eric Ferro
Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)
Group: Forum Members
Posts: 8, Visits: 12
Hi

We are using Thread to group logs on scope level that is we have in a thread all logs matching a scope call (rest api call).
We want to be able to show the list grouped by scope and the fact groups cannot be sorted by date is not usable to analyze logs.

Here is an example

Inside each group you have the logs matching this rest call.


LogViewPlus Support
LogViewPlus Support
Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)
Group: Moderators
Posts: 1.2K, Visits: 4.3K
What if we could create a set of Thread Filters ordered by date?  One way to do this would be to create the list of filters using a SQL statement.

Would that help?
Edited 2 Years Ago by LogViewPlus Support
Eric Ferro
Eric Ferro
Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)
Group: Forum Members
Posts: 8, Visits: 12
Hi

I cannot say. Tell me what to do so i can verify it matches the need.

But honestly, thread in logs are common and not being able to display them in date ordering in a logs analyzer is a real missing feature in my opinion.
LogViewPlus Support
LogViewPlus Support
Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)
Group: Moderators
Posts: 1.2K, Visits: 4.3K
Threads are shown in date order by default.  What you are trying to do here is group thread activity while sorting the groups by characteristics of data within a group.  This is a new suggestion for us.  Above I suggested a new feature rather than something you could try right now.  Sorry this was not clear.

I was thinking we could create thread filters in a specified order.  This approach would give users a great deal of flexibility in how filters are created.

For example, you could write a query like:  select Thread from CurrentView order by Timestamp.  Each Thread returned by the query would indicate a new filter to be created.

This suggestion works with filters rather than groups.  This fits better into the model of how LogViewPlus works with data.

Groups in LogViewPlus are more about getting familiar with a dataset.  This is why they are ordered alphabetically and display a record count.  Groups do not feed into other LogViewPlus actions such as sub filters or reports.
Eric Ferro
Eric Ferro
Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)
Group: Forum Members
Posts: 8, Visits: 12
Hi again

We find a workaround.
As i said previously we add an external command in your tool (to process file before opening it) that change threads to include message of first line of each thread to make the threads grouping more readable.

We tune this tool to add a prefix in each thread to force the alphabetically order to follor the date order.
Like this:


The number {xx} is linked to date time Smile
This work. Not in the beauty of the art but it works.

We still have an issue that ordering of collapsed thread is ONLY in ascending order (that is here in ascending date) and nothing else.
But at least this makes the job Smile






Eric Ferro
Eric Ferro
Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)Junior Member (77 reputation)
Group: Forum Members
Posts: 8, Visits: 12
Hi again

To come back to your filter story above, do you have any recommendation to have a view, using sql filters, to group lines by Thread but ordered by date ?

Thanks
LogViewPlus Support
LogViewPlus Support
Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)Supreme Being (12K reputation)
Group: Moderators
Posts: 1.2K, Visits: 4.3K
Glad to hear you found a solution Eric - thanks for letting me know!

I am still trying to think of ways to create an ordered list of filters.  I think the best way to work this into the application would be to create a new rule type.  Something like 'Create filters from SQL statement'.  This may be something we could look into for the next release.
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Eric Ferro - 2 Years Ago
LogViewPlus Support - 2 Years Ago
Eric Ferro - 2 Years Ago
LogViewPlus Support - 2 Years Ago
Eric Ferro - 2 Years Ago
Eric Ferro - 2 Years Ago
LogViewPlus Support - 2 Years Ago
Eric Ferro - 2 Years Ago
                         What if we could create a set of Thread Filters ordered by date? One...
LogViewPlus Support - 2 Years Ago
                             Hi I cannot say. Tell me what to do so i can verify it matches the...
Eric Ferro - 2 Years Ago
                                 Threads are shown in date order by default. What you are trying to do...
LogViewPlus Support - 2 Years Ago
                                 Hi again We find a workaround. As i said previously we add an...
Eric Ferro - 2 Years Ago
                                     Hi again To come back to your filter story above, do you have any...
Eric Ferro - 2 Years Ago
                                         Glad to hear you found a solution Eric - thanks for letting me know!...
LogViewPlus Support - 2 Years Ago

Similar Topics

Login

Explore
Messages
Mentions
Search