Skip to content

Instantly share code, notes, and snippets.

@lmazardo
Last active July 12, 2017 06:45
Show Gist options
  • Save lmazardo/d4aa6683377b279b1137c39a39df8653 to your computer and use it in GitHub Desktop.
Save lmazardo/d4aa6683377b279b1137c39a39df8653 to your computer and use it in GitHub Desktop.
System data
# 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