-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.config.json
More file actions
29 lines (29 loc) · 809 Bytes
/
sample.config.json
File metadata and controls
29 lines (29 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"author":"Me",
"gDriveFolderId":"FolderIdFromURL",
"sites":
[
{
"plugin":"goaccess",
"domain":"mydomain.com",
"accessLog":"/var/log/webserver/mylog.access.log.1",
"processedFile":"/srv/logs/mydomain.com.json",
"sieveSettings":
{
"filterInternalHits":true
}
}
],
"plugins":
{
"goaccess":
{
"logFormat": "COMBINED",
"ignoreCrawlers": true,
"ignoreQueryString": true,
"excludeIP": ["127.0.0.1", "::1"],
"includePanel": [],
"excludePanel": ["REQUESTS", "REQUESTS_STATIC", "NOT_FOUND", "HOSTS", "OS", "VISIT_TIMES", "STATUS_CODES", "REMOTE_USER", "GEO_LOCATION"]
}
}
}