Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fluentd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
fluentd
Compare revisions
492ca3e4eb042dcd9dd93f969bb5fcfcccc67651 to 07cfc88367108e62048280645b08695e7ab769bc
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/fluentd
Select target project
No results found
07cfc88367108e62048280645b08695e7ab769bc
Select Git revision
Branches
main
Swap
Target
ansible/roles/fluentd
Select target project
ansible/roles/fluentd
1 result
492ca3e4eb042dcd9dd93f969bb5fcfcccc67651
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
docker/l3d#74
Move all documentation to devops-tools doc
· 07cfc883
jurgenhaas
authored
4 years ago
07cfc883
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-19
1 addition, 19 deletions
README.md
with
1 addition
and
19 deletions
README.md
View file @
07cfc883
# 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/
)
.
This diff is collapsed.
Click to expand it.