# nameko-logstash

**URL:** https://discourse.nameko.io/t/nameko-logstash/126
**Category:** googlegroup
**Created:** [March 16, 2016, 1:11pm UTC](https://discourse.nameko.io/t/nameko-logstash/126 "2016-03-16T13:11:23Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Conor\_Seabrook](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.nameko.io/conor_seabrook/32/85_2.png) [@Conor\_Seabrook](https://discourse.nameko.io/u/Conor_Seabrook)
#### Post date: [March 16, 2016, 1:11pm UTC](https://discourse.nameko.io/t/nameko-logstash/126/1 "2016-03-16T13:11:23Z")

</div>

Hey Guys,

Was wondering if the logstash extension was in development and when it  
might be available. I recently spun up an ELK stack to play around with and  
now it would be great to get some centralized logging going for all of our  
awesome nameko microservices.

I did find the nameko-sentry ([https://github.com/mattbennett/nameko-sentry](https://github.com/mattbennett/nameko-sentry))  
extension which was also marked as "coming soon", works great. Thanks Matt!

Cheers,  
Conor

---

<div class="post-metadata">

### Author: ![Sergiykhalimon](https://avatars.discourse-cdn.com/v4/letter/s/f9ae1b/32.png) [@Sergiykhalimon](https://discourse.nameko.io/u/Sergiykhalimon)
#### Post date: [June 20, 2016, 9:04am UTC](https://discourse.nameko.io/t/nameko-logstash/126/2 "2016-06-20T09:04:29Z")

</div>

+1

> **···**
>
> On Wednesday, March 16, 2016 at 3:11:23 PM UTC+2, Conor Seabrook wrote:
> 
> > Hey Guys,
> > 
> > Was wondering if the logstash extension was in development and when it  
> > might be available. I recently spun up an ELK stack to play around with and  
> > now it would be great to get some centralized logging going for all of our  
> > awesome nameko microservices.
> > 
> > I did find the nameko-sentry ([https://github.com/mattbennett/nameko-sentry\](https://github.com/mattbennett/nameko-sentry%5C))  
> > extension which was also marked as "coming soon", works great. Thanks Matt!
> > 
> > Cheers,  
> > Conor

---

<div class="post-metadata">

### Author: ![Jefferson\_Daniel](https://avatars.discourse-cdn.com/v4/letter/j/35a633/32.png) [@Jefferson\_Daniel](https://discourse.nameko.io/u/Jefferson_Daniel)
#### Post date: [February 22, 2017, 5:16pm UTC](https://discourse.nameko.io/t/nameko-logstash/126/3 "2017-02-22T17:16:06Z")

</div>

Hi, i don't know if its mature enough but there is a nameko-logstash  
repository on github ([https://github.com/jdsolucoes/nameko-logstash\](https://github.com/jdsolucoes/nameko-logstash%5C)).

> **···**
>
> Em quarta-feira, 16 de março de 2016 10:11:23 UTC-3, Conor Seabrook escreveu:
> 
> > Hey Guys,
> > 
> > Was wondering if the logstash extension was in development and when it  
> > might be available. I recently spun up an ELK stack to play around with and  
> > now it would be great to get some centralized logging going for all of our  
> > awesome nameko microservices.
> > 
> > I did find the nameko-sentry ([https://github.com/mattbennett/nameko-sentry\](https://github.com/mattbennett/nameko-sentry%5C))  
> > extension which was also marked as "coming soon", works great. Thanks Matt!
> > 
> > Cheers,  
> > Conor

---

<div class="post-metadata">

### Author: ![mattbennett](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.nameko.io/mattbennett/32/13_2.png) [@mattbennett](https://discourse.nameko.io/u/mattbennett)
#### Post date: [February 24, 2017, 4:05pm UTC](https://discourse.nameko.io/t/nameko-logstash/126/4 "2017-02-24T16:05:31Z")

</div>

I should really update the docs, because there are quite a few more  
"community extensions" that are available now.

What I originally meant when I mentioned "nameko-logstash" is more of a  
distributed tracer than a log aggregator -- it gathers the parameters of  
each entrypoint call and pushes them to Elasticsearch, so you can inspect  
what calls were made across your entire cluster. This is, unfortunately,  
still not ready for open-sourcing.

I guess Jefferson's solution is what you were looking for. Since Nameko  
2.3.1 you can also implement this with a logging handler, in a similar way  
that I've described  
here: [https://github.com/mattbennett/nameko-sentry/issues/3#issuecomment-202870250\](https://github.com/mattbennett/nameko-sentry/issues/3#issuecomment-202870250%5C).  
The advantage of using a logging handler is that you can also send logs  
from outside the service methods.

> **···**
>
> On Wednesday, February 22, 2017 at 5:16:06 PM UTC, jefferso...@skyone.solutions wrote:
> 
> > Hi, i don't know if its mature enough but there is a nameko-logstash  
> > repository on github ([https://github.com/jdsolucoes/nameko-logstash\](https://github.com/jdsolucoes/nameko-logstash%5C)).
> > 
> > Em quarta-feira, 16 de março de 2016 10:11:23 UTC-3, Conor Seabrook \> escreveu:
> > 
> > > Hey Guys,
> > > 
> > > Was wondering if the logstash extension was in development and when it  
> > > might be available. I recently spun up an ELK stack to play around with and  
> > > now it would be great to get some centralized logging going for all of our  
> > > awesome nameko microservices.
> > > 
> > > I did find the nameko-sentry (  
> > > [https://github.com/mattbennett/nameko-sentry\](https://github.com/mattbennett/nameko-sentry%5C)) extension which was also  
> > > marked as "coming soon", works great. Thanks Matt!
> > > 
> > > Cheers,  
> > > Conor
