Skip to content

How to parse the nginx logs only into csv without summarizing it? #2876

@Norlandz

Description

@Norlandz

If I run

    goaccess --log-format='%h %u [%d:%t %z] "%r" %s %b "%R" "%U"' \
      --date-format='%d/%b/%Y' \
      --time-format='%H:%M:%S' \
      --output csv <"$logfile" >"$outfile"

It only gives me a summary.

But I want the logs be parsed properly so I can feed it into a python pandas and analyze it myself.

PS:
GoAccess is limited that:
I cannot filter and zoom in a specific time range;
I cannot view or filter a specific ip on what files or url it accessed;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions