diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-01-09 20:30:15 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-01-09 20:30:15 +0000 |
| commit | 3755a9911ecb05886577095f2b8cc8b9e4066a3a (patch) | |
| tree | 86e24bc466986cb5c9c6d167a918e6064defeafc /samples/dtail.json.sample | |
Release of DTail v1.0.0v1.0.0
Diffstat (limited to 'samples/dtail.json.sample')
| -rw-r--r-- | samples/dtail.json.sample | 38 |
1 files changed, 38 insertions, 0 deletions
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 + } +} |
