Open
Description
"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
Activity
Urvika-gola commentedon Oct 25, 2023
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 commentedon Oct 26, 2023
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 commentedon Oct 26, 2023
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 commentedon Oct 26, 2023
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 commentedon Oct 26, 2023
Got it. Keep an eye out because this has already been implemented for the upcoming release of v2.0.
Urvika-gola commentedon Oct 26, 2023
awesome, thanks a lot!
allinurl commentedon Oct 27, 2023
@Urvika-gola np, happy to help.
ismailunsall commentedon Oct 27, 2023
@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.

instance graph
allinurl commentedon Oct 27, 2023
@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!