From 07cfc88367108e62048280645b08695e7ab769bc Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 12 Jan 2021 11:57:39 +0100
Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc

---
 README.md | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/README.md b/README.md
index d57f1b2..bc48c2b 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,3 @@
 # Documentation
 
-- http://www.fluentd.org
-- https://docs.fluentd.org
-- Plugins: http://www.fluentd.org/plugins
-- Time Format: http://ruby-doc.org/core-1.9.3/Time.html#method-i-strftime
-- Format Regex Editor: https://fluentular.herokuapp.com/
-- Changelog: https://support.treasuredata.com/hc/en-us/articles/360001479187-The-td-agent-ChangeLog
-
-# Preparing SSL Cert
-
-Create SSL-Cert once upfront in the inventory and use the passphrase similar to `{{ fluentd_cert_passphrase }}`:
-
-```
-openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 3650 -subj '/CN={{ fluentd_host }}'
-```
-
-# Tutorials
-
-- https://sonnguyen.ws/centralize-docker-logs-with-fluentd-elasticsearch-and-kibana/
-- https://sonnguyen.ws/monitor-nginx-response-time-with-fluentd-kibana-and-elasticsearch/
+You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/fluentd/).
-- 
GitLab