github.com/observiq/bindplane-agent@v1.51.0/docs/plugins/cisco_meraki_logs.md (about) 1 # Cisco Meraki Plugin 2 3 Log parser for Cisco Meraki 4 5 ## Configuration Parameters 6 7 | Name | Description | Type | Default | Required | Values | 8 |:-- |:-- |:-- |:-- |:-- |:-- | 9 | listen_port | A port which the agent will listen for syslog messages | int | `5140` | false | | 10 | listen_ip | The local IP address to listen for syslog connections on | string | `0.0.0.0` | false | | 11 12 ## Example Config: 13 14 Below is an example of a basic config 15 16 ```yaml 17 receivers: 18 plugin: 19 path: ./plugins/cisco_meraki_logs.yaml 20 parameters: 21 listen_port: 5140 22 listen_ip: 0.0.0.0 23 ```