holiday_pinger icon indicating copy to clipboard operation
holiday_pinger copied to clipboard

add lager logstash backend to production

Open facundoolano opened this issue 8 years ago • 2 comments

Added lager configuration and dependencies assuming a logstash instance running locally in the prod server.

Example logstash.conf to send the erlang input to stdout:

input {
  udp {
    codec => "json"
    port => 9125
    type => "erlang"
  }
}

output {
  stdout { codec => json }
}

Fixes #196

facundoolano avatar Nov 17 '17 14:11 facundoolano

@facundoolano is this done or is it a WIP?

unbalancedparentheses avatar Nov 18 '17 21:11 unbalancedparentheses

it's done but it doesn't include any logstash configuration

El nov 18, 2017 6:26 PM, "Federico Carrone" [email protected] escribió:

@facundoolano https://github.com/facundoolano is this done or is it a WIP?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lambdaclass/holiday_ping/pull/200#issuecomment-345472500, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_iLewSFoeoSdVf-hxsOO3jBdxeAX5pks5s30uFgaJpZM4QiFBg .

facundoolano avatar Nov 18 '17 21:11 facundoolano