An open API service indexing awesome lists of open source software.

https://github.com/infra-helpers/induction-logging

Induction for logging
https://github.com/infra-helpers/induction-logging

application beats cloud development efk efk-elastic-search--fluentd--kibana elasticsearch elk elk-stack fluentd kibana log logging logstash software software-engineering tools

Last synced: 2 months ago
JSON representation

Induction for logging

Awesome Lists containing this project

README

        

Induction to Logging
====================

# References
* [OpenTracing](https://opentracing.io)
* [Jaeger Tracing](https://www.jaegertracing.io)
* [ElasticSearch](https://elasitc.co) stacks:
+ [ELK (ElasticSearch, Logstash, Kibana](https://www.elastic.co/start)
+ [EFK (ElasticSearch, Fluentd, Kibana](https://docs.fluentd.org/v/0.12/articles/docker-logging-efk-compose)
+ [Kibana](https://www.elastic.co/products/kibana)
+ [Logstash](https://www.elastic.co/products/logstash)
+ [Fluentd](https://www.fluentd.org/)
* [How to install Python virtual environments with Pyenv and `pipenv`](http://github.com/machine-learning-helpers/induction-python/tree/master/installation/virtual-env)

# Overview
[That repository](https://github.com/infra-helpers/induction-logging) aims
at providing end-to-end examples introducing how to collect, store
and query logs, produced by different frameworks relevant to data science
(_e.g._, Python, Scala), for local as well as cloud-operated applications.