From a938a7bd6ec74022609bd002ef238131bce97e8b Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Wed, 14 Aug 2024 10:41:47 +0100 Subject: [PATCH] feat: update logging configuration for dummy, uptime, and media-centre modules --- modules/dummy/jobspec.json | 12 +----------- modules/media-centre/jobspec.json | 12 +----------- modules/uptime/jobspec.json | 12 +----------- 3 files changed, 3 insertions(+), 33 deletions(-) diff --git a/modules/dummy/jobspec.json b/modules/dummy/jobspec.json index 527e161..ba1f007 100644 --- a/modules/dummy/jobspec.json +++ b/modules/dummy/jobspec.json @@ -21,17 +21,7 @@ ], "ports": [ "www" - ], - "logging": { - "type": "elastic/elastic-logging-plugin:8.14.3", - "config": [ - { - "hosts": "http://localhost:9200", - "user": "docker_writer", - "password": "oi*YWZSP_Ukd0y+pQ7EB" - } - ] - } + ] }, "Templates": [ { diff --git a/modules/media-centre/jobspec.json b/modules/media-centre/jobspec.json index 925284c..f5b15fa 100644 --- a/modules/media-centre/jobspec.json +++ b/modules/media-centre/jobspec.json @@ -36,17 +36,7 @@ "target": "/config", "source": "jellyfin-config" } - ], - "logging": { - "type": "elastic/elastic-logging-plugin:8.14.3", - "config": [ - { - "hosts": "http://localhost:9200", - "user": "docker_writer", - "password": "oi*YWZSP_Ukd0y+pQ7EB" - } - ] - } + ] }, "Env": { "TZ": "Europe/London", diff --git a/modules/uptime/jobspec.json b/modules/uptime/jobspec.json index 3012ced..6faa539 100644 --- a/modules/uptime/jobspec.json +++ b/modules/uptime/jobspec.json @@ -27,17 +27,7 @@ ], "extra_hosts": [ "host.docker.internal:host-gateway" - ], - "logging": { - "type": "elastic/elastic-logging-plugin:8.14.3", - "config": [ - { - "hosts": "http://localhost:9200", - "user": "docker_writer", - "password": "oi*YWZSP_Ukd0y+pQ7EB" - } - ] - } + ] }, "Resources": { "CPU": 500,