From 3755a9911ecb05886577095f2b8cc8b9e4066a3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Thu, 9 Jan 2020 20:30:15 +0000 Subject: Release of DTail v1.0.0 --- samples/dtail.json.sample | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 samples/dtail.json.sample (limited to 'samples/dtail.json.sample') diff --git a/samples/dtail.json.sample b/samples/dtail.json.sample new file mode 100644 index 0000000..99c0a73 --- /dev/null +++ b/samples/dtail.json.sample @@ -0,0 +1,38 @@ +{ + "Client": {}, + "Server": { + "SSHBindAddress": "0.0.0.0", + "MaxConcurrentCats": 2, + "MaxConcurrentTails": 50, + "MaxConnections": 50, + "MapreduceLogFormat" : "default", + "HostKeyFile" : "cache/ssh_host_key", + "HostKeyBits" : 2048, + "Permissions": { + "Default": [ + "^/.*$" + ], + "Users": { + "pbuetow": [ + "^/.*$" + ], + "jblake": [ + "^/tmp/foo.log$", + "^/.*$", + "!^/tmp/bar.log$" + ] + } + } + }, + "Common": { + "LogDir" : "log", + "CacheDir" : "cache", + "LogStrategy": "daily", + "SSHPort": 2222, + "DebugEnable": false, + "PPerfEnable": false, + "PPerfPort": 6060, + "PPerfBindAddress": "0.0.0.0", + "ExperimentalFeaturesEnable": false + } +} -- cgit v1.2.3