summaryrefslogtreecommitdiff
path: root/samples/dtail.json.sample
diff options
context:
space:
mode:
Diffstat (limited to 'samples/dtail.json.sample')
-rw-r--r--samples/dtail.json.sample38
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
+ }
+}