From 1dce950dcfecda445892d340d61e29cccf662983 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 11 May 2017 01:38:50 +0200 Subject: added support IP address anonymization --- dat/sample-web.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'dat') 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 } -- cgit v1.2.3