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

goaccess-close-visitors #2572

Open
ismailunsall opened this issue Oct 25, 2023 · 9 comments
Open

goaccess-close-visitors #2572

ismailunsall opened this issue Oct 25, 2023 · 9 comments

Comments

@ismailunsall
Copy link

"Hello, I would like to use the GoAccess tool to display only the 'Hits' panel in the graph and hide the 'Visitors' panel. How can I modify my GoAccess command to achieve this?

my command; cat log_file | docker run --rm -i -e LANG=en_US.utf8 allinurl/goaccess -a -o html
--log-format='%h [%dT%t.%^] "%m %U" %s %Dms'
--date-format='%Y-%m-%d'
--time-format='%T'
--ignore-panel='REQUESTS_STATIC'
--ignore-panel='BROWSERS'
--ignore-panel='OS'
--ignore-panel='REFERRING_SITES'
--ignore-panel='NOT_FOUND'
--no-ip-validation - > report_output

@Urvika-gola
Copy link
Contributor

Displaying only the "Hits" in the "UNIQUE VISITORS PER DAY - INCLUDING SPIDERS
HITS HAVING THE SAME IP, DATE AND AGENT ARE A UNIQUE VISIT." Panel's Graph is something that would be helpful to me as well..

@ismailunsall
Copy link
Author

It seems that there isn't a GoAccess command to remove the bars inside the graphs. I'm not exactly sure what to do.

@allinurl
Copy link
Owner

To clarify, are you seeking to eliminate the visitors column or panel? Removing the column is not feasible, but may I inquire about your objective in concealing this column? If your goal is to hide the panel, you can achieve this by using the --ignore-panel=VISITORS option.

@Urvika-gola
Copy link
Contributor

I would like to eliminate the visitor data from the graph, while retaining the hit counts. (Concealing the visitor column will not help me because it doesn't change the graph, and I don't want to hide the VISITORS panel because I still want to see the graph about number of hits.

In my case, the visitor IPs in my logs (due to preprocessing) consistently reflect the proxy IP, so the visitor line (marked in red) in the graph has a constant x value = 1. It would be really helpful if the graph could only show the number of Hits per day, or an option to toggle between the visitor and hits data in the graph.

@allinurl
Copy link
Owner

Got it. Keep an eye out because this has already been implemented for the upcoming release of v2.0.

@Urvika-gola
Copy link
Contributor

awesome, thanks a lot!

@allinurl
Copy link
Owner

@Urvika-gola np, happy to help.

@ismailunsall
Copy link
Author

@allinurl The goal is to analyze only the data related to "hits" for our reports. Since we don't have a large number of visitors in our reports, we want it to be easier to read and analyze, so we would like to remove the "visitors" bars if possible.
Screenshot from 2023-10-27 10-33-51
instance graph

@allinurl
Copy link
Owner

@ismailunsall, a quick method is to hover over the "hits" legend below to dim those bars. But, as I mentioned earlier, keep an eye out for version 2; it's on the horizon!

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

3 participants