Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piomin/sample-amqp-logging
sample spring boot application that ships logs to logstash via rabbitmq amqp message broker
https://github.com/piomin/sample-amqp-logging
amqp amqp-client appender elastic-stack elasticsearch elk kibana logstash microservices rabbitmq spring-boot
Last synced: 21 days ago
JSON representation
sample spring boot application that ships logs to logstash via rabbitmq amqp message broker
- Host: GitHub
- URL: https://github.com/piomin/sample-amqp-logging
- Owner: piomin
- Created: 2017-02-02T15:18:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T16:35:56.000Z (24 days ago)
- Last Synced: 2024-10-25T23:27:55.636Z (23 days ago)
- Topics: amqp, amqp-client, appender, elastic-stack, elasticsearch, elk, kibana, logstash, microservices, rabbitmq, spring-boot
- Language: Java
- Homepage: https://piotrminkowski.com
- Size: 29.3 KB
- Stars: 9
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## How to ship logs with Logstash, Elasticsearch and RabbitMQ [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)
[![CircleCI](https://circleci.com/gh/piomin/sample-spring-amqp.svg?style=svg)](https://circleci.com/gh/piomin/sample-spring-amqp)
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-amqp)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-amqp&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-amqp)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-amqp&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-amqp)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-amqp&metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-amqp)Detailed description can be found here: [How to ship logs with Logstash, Elasticsearch and RabbitMQ](https://piotrminkowski.com/2017/02/03/how-to-ship-logs-with-logstash-elasticsearch-and-rabbitmq/)