Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 566 Bytes

esl.md

File metadata and controls

27 lines (22 loc) · 566 Bytes

ESL input plugin

Status : experimental plugin, unit tested and maintained.

This plugin is used to get events from Freeswitch ESL.

Config using logstash format:

input {
  esl {
    host => "127.0.0.1"
    port => 8021
    pass => "ClueCon"
  }
}

Parameters :

  • host: the ESL server address. Required.
  • port: the ESL server port. Required.
  • pass: the ESL password. Required.
  • wait: the ESL timeout/retry rate.