diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index eee9ba4..a0b9189 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -21,7 +21,21 @@ - - - @type stdout + + @type copy + + @type stdout + + + @type http + endpoint_url "https://glitch.nixc.us/api/5/security/?glitchtip_key=b4a0501ad2264d5b84054f8222628adc" + http_method post + + flush_interval 10s + + + @type json + + headers {"Content-Type":"application/json"} +