summaryrefslogtreecommitdiff
path: root/docker/dtail.json
diff options
context:
space:
mode:
authorPaul Buetow <35781042+pbuetow@users.noreply.github.com>2020-12-29 09:48:56 +0000
committerGitHub <noreply@github.com>2020-12-29 09:48:56 +0000
commit0fe3c8708634cc59d61bf47bd909ef0111f0d56a (patch)
treec9f0dfa884927079de309b68c48224f4b0f00d0d /docker/dtail.json
parent495e9f38220a6d448b15882a235e7a9c21f21d18 (diff)
parent0099a7ab9e1d28300c69c3b50b4ebe1cde9a8cbc (diff)
Merge pull request #20 from snonux/develop
Make CGo dependencies optional (e.g. Linux ACL support)
Diffstat (limited to 'docker/dtail.json')
-rw-r--r--docker/dtail.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/docker/dtail.json b/docker/dtail.json
new file mode 100644
index 0000000..d923101
--- /dev/null
+++ b/docker/dtail.json
@@ -0,0 +1,39 @@
+{
+ "Client": {},
+ "Server": {
+ "SSHBindAddress": "0.0.0.0",
+ "MaxConcurrentCats": 2,
+ "MaxConcurrentTails": 50,
+ "MaxConnections": 50,
+ "MapreduceLogFormat" : "default",
+ "HostKeyFile" : "cache/ssh_host_key",
+ "HostKeyBits" : 2048,
+ "Permissions": {
+ "Default": [
+ "readfiles:^/.*$",
+ "runcommands:^/.*$"
+ ],
+ "Users": {
+ "pbuetow": [
+ "readfiles:^/.*$",
+ "runcommands:^/.*$"
+ ],
+ "jblake": [
+ "readfiles:^/tmp/foo.log$",
+ "readfiles:^/.*$",
+ "readfiles:!^/tmp/bar.log$",
+ "runcommands:!^/.*$"
+ ]
+ }
+ }
+ },
+ "Common": {
+ "LogDir" : "/var/log/dserver",
+ "CacheDir" : "cache",
+ "TmpDir" : "tmp",
+ "LogStrategy": "daily",
+ "SSHPort": 2222,
+ "DebugEnable": true,
+ "ExperimentalFeaturesEnable": false
+ }
+}