summaryrefslogtreecommitdiff
path: root/dat
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-11 01:38:50 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-11 01:38:50 +0200
commit1dce950dcfecda445892d340d61e29cccf662983 (patch)
tree0b0988760d1b5e71daa36b5c1fd55e1e29b29331 /dat
parentimproved log output for forwarder (diff)
added support IP address anonymization
Diffstat (limited to 'dat')
-rw-r--r--dat/sample-web.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/dat/sample-web.json b/dat/sample-web.json
index c6cc573..4497496 100644
--- a/dat/sample-web.json
+++ b/dat/sample-web.json
@@ -3,7 +3,15 @@
"hostname": "localhost",
"tags": ["suppa", "toll"],
"version": 2,
- "data": {"bytes-sent": 1519, "client-count": 0},
+ "data": {
+ "bytes-sent": 1519,
+ "client-count": 0,
+ "clients": [
+ {"ip": "85.238.166.201", "bytes-sent": 413535, "user-agent": "blah"},
+ {"ip": "85.238.166.205", "bytes-sent": 1234, "user-agent": "foo"},
+ {"ip": "192.168.0.1", "bytes-sent": 325345, "user-agent": "bar"}
+ ]
+ },
"start-time": "2013-10-21T12:30:00Z",
"duration-ms": 300000
}