Skip to content

goaccess-close-visitors #2572

Open
Open
@ismailunsall

Description

@ismailunsall

"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

Urvika-gola commented on Oct 25, 2023

@Urvika-gola
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

ismailunsall commented on Oct 26, 2023

@ismailunsall
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

allinurl commented on Oct 26, 2023

@allinurl
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

Urvika-gola commented on Oct 26, 2023

@Urvika-gola
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

allinurl commented on Oct 26, 2023

@allinurl
Owner

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

Urvika-gola

Urvika-gola commented on Oct 26, 2023

@Urvika-gola
Contributor

awesome, thanks a lot!

allinurl

allinurl commented on Oct 27, 2023

@allinurl
Owner

@Urvika-gola np, happy to help.

ismailunsall

ismailunsall commented on Oct 27, 2023

@ismailunsall
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

allinurl commented on Oct 27, 2023

@allinurl
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @allinurl@Urvika-gola@ismailunsall

        Issue actions

          goaccess-close-visitors · Issue #2572 · allinurl/goaccess