Skip to content
Snippets Groups Projects
Commit e5a6a1f2 authored by jurgenhaas's avatar jurgenhaas
Browse files

Documentation

parent 6705be85
No related branches found
No related tags found
No related merge requests found
# 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/
# Tutorials
# https://sonnguyen.ws/centralize-docker-logs-with-fluentd-elasticsearch-and-kibana/
# https://sonnguyen.ws/monitor-nginx-response-time-with-fluentd-kibana-and-elasticsearch/
#
# Create SSL-Cert once upfront in the inventory and use the passührase similar to {{ fluentd_cert_passphrase }}:
# openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 3650 -subj '/CN={{ fluentd_hostname }}'
---
# file: roles/fluentd/tasks/main.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment