Skip to content

Example: Asterisk AMI

Lorenzo Mangani edited this page Sep 9, 2017 · 6 revisions

Asterisk AMI

The ami plugin is used to get events from Asterisk AMI.

input {
  ami {
    host => "127.0.0.1"
    port => 5038
    user => "admin"
    pass => "admin"
  }
}

output {
  stdout {}
}
Clone this wiki locally