Last active
July 12, 2017 06:45
-
-
Save lmazardo/d4aa6683377b279b1137c39a39df8653 to your computer and use it in GitHub Desktop.
System data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# permet de collecter des logs des différents applicatifs | |
# filtrage possible en local | |
collectors: | |
- rsyslog | |
- filebeat | |
- fluentbit | |
- {light, universal} forwarder (splunk) | |
# permet de filter les entrées | |
# gestion de cache, redirections, parsing | |
filtrage: | |
- logstash | |
- greylog | |
- splunk heavy forwarder | |
bus de données : | |
- rabbit mq | |
- nats.io | |
- 0mq | |
- kafka | |
- active mq | |
- influxdb | |
- prometheus | |
frontend: | |
- grafana # élaboration rapide de dashboards | |
- kibana # utilisation en grep visuel | |
- search head (splunk) | |
collectors => filtrage => base de données => frontend | |
collectors => bus de données => filtrage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment