Skip to content

Commit

Permalink
Updated goaccess output
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Jul 15, 2024
1 parent 6a7bbbb commit a7497af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion extract_goaccess_metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FULL_REPORT_FILE="$OSCAR_LOGS_DIR/oscar.log"
mkdir -p $OSCAR_LOGS_DIR

# Log format for goaccess
LOG_FORMAT='%^ %^ %^ %h - - [%d:%t] %~ %m %U %^ %s %b %R %u %^'
LOG_FORMAT='%^ %^ %^ %h - - [%d:%t] %~ %m %U %^ %s %^ %R %^ %^'

metrics(){
oscar_logfile="oscar_execlog_"
Expand Down
14 changes: 7 additions & 7 deletions goaccess.conf
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ 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":"bright","perPage":5,"layout":"horizontal","showTables":true,"visitors":{"plot":{"chartType":"bar"}}}
html-prefs {"theme":"dark blue","perPage":5,"layout":"horizontal","showTables":true,"visitors":{"plot":{"chartType":"null"}}}

# Set HTML report page title and header.
#
#html-report-title My Awesome Web Stats
html-report-title OSCAR Metrics

# Format JSON output using tabs and newlines.
#
Expand Down Expand Up @@ -502,14 +502,14 @@ crawlers-only false
#ignore-panel VISITORS
#ignore-panel REQUESTS
#ignore-panel REQUESTS_STATIC
#ignore-panel NOT_FOUND
ignore-panel NOT_FOUND
#ignore-panel HOSTS
#ignore-panel OS
#ignore-panel BROWSERS
#ignore-panel VISIT_TIMES
ignore-panel OS
ignore-panel BROWSERS
ignore-panel VISIT_TIMES
#ignore-panel VIRTUAL_HOSTS
ignore-panel REFERRERS
#ignore-panel REFERRING_SITES
ignore-panel REFERRING_SITES
ignore-panel KEYPHRASES
#ignore-panel STATUS_CODES
#ignore-panel REMOTE_USER
Expand Down

0 comments on commit a7497af

Please sign in to comment.