Skip to content

Commit

Permalink
Added custom config to html output
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Jul 15, 2024
1 parent a7497af commit 00b3887
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions goaccess.conf
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ hl-header true
# The parser will only parse the value next to `html-prefs` (single line)
# It allows the ability to customize each panel plot. See example below.
#
html-prefs {"theme":"dark blue","perPage":5,"layout":"horizontal","showTables":true,"visitors":{"plot":{"chartType":"null"}}}
html-prefs {"theme":"dark purple","perPage":5,"layout":"horizontal","showTables":true,"requests":{"title":"Inference requests","plot":{"chartType":"bar"}},"hosts":{"title":"Reached countries","plot":{"chartType":"null"}}}

# Set HTML report page title and header.
#
Expand Down Expand Up @@ -499,19 +499,20 @@ crawlers-only false

# Ignore parsing and displaying the given panel.
#
#ignore-panel VISITORS
ignore-panel VISITORS
#ignore-panel REQUESTS
#ignore-panel REQUESTS_STATIC
ignore-panel REQUESTS_STATIC
ignore-panel NOT_FOUND
#ignore-panel HOSTS
ignore-panel OS
ignore-panel ASN
ignore-panel BROWSERS
ignore-panel VISIT_TIMES
#ignore-panel VIRTUAL_HOSTS
ignore-panel REFERRERS
ignore-panel REFERRING_SITES
ignore-panel KEYPHRASES
#ignore-panel STATUS_CODES
ignore-panel STATUS_CODES
#ignore-panel REMOTE_USER
#ignore-panel CACHE_STATUS
#ignore-panel GEO_LOCATION
Expand Down

0 comments on commit 00b3887

Please sign in to comment.