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

docker/l3d#74 Move all documentation to devops-tools doc

parent 492ca3e4
No related branches found
No related tags found
No related merge requests found
# 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/).
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