Skip to content

Conversation

@facundoolano
Copy link
Contributor

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

@unbalancedparentheses
Copy link

@facundoolano is this done or is it a WIP?

@facundoolano
Copy link
Contributor Author

facundoolano commented Nov 18, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants