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

sort on host #50

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment
Open

sort on host #50

GoogleCodeExporter opened this issue Mar 15, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

hi, 

first of all, thanks for the awsome logstalgia software!

i have the following problem (or better: challenge!).
i have a server that hosts multiple domains.
I have an access log with the last parameter beeing the hostname. (so for 
instance for a request on the the URL 
https://www.google.nl/search?q=logstalgia, the last parameter is google.nl)

I now have a different paddle for every unique value in this field.

I would like to know if it's possible to sort the requests according to the 
information in this last parameter, so that i wont have categories CSS, Script, 
Images and Misc but the categories that represent the different hostnames, with 
the files that are requested for this hostnames under each categorie. ( so in 
the example i would have a categorie "google.nl", where the request for 
/search?q=logstalgia is put below)

Is this possible? And if so, can you please point me in the right directory?

Original issue reported on code.google.com by [email protected] on 27 May 2013 at 2:29

@GoogleCodeExporter
Copy link
Author

I don't believe this is possible at the moment.

You can however have a different paddle for each host using --paddle-mode vhost 
or --paddle-mode pid. The 'pid' mode (badly named) creates a different paddle 
based on the contents of the first non standard field after the rest of the log 
entry, so that may work for you.

The next version will add labels next to the paddles by default, so you can 
tell what they represent.

Original comment by [email protected] on 28 May 2013 at 3:36

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

1 participant