You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Ingest Syslog payloads over UDP. Requires Seq 5.1+.",
"capabilities": ["input"],
"platform": {
"win-x64": {
"executable": "win-x64\\squiflog.exe"
},
"linux-x64": {
"executable": "linux-x64/squiflog"
},
"linux-arm64": {
"executable": "linux-arm64/squiflog"
}
},
"settings": {
"syslogAddress": {
"displayName": "Syslog address",
"helpText": "The url (protocol, IP address and port) on which the input will listen for Syslog payloads. The default is `udp://0.0.0.0:514`.",
"isOptional": true
},
"enableDiagnostics": {
"inputType": "Checkbox",
"displayName": "Enable diagnostics",
"helpText": "Controls the verbosity of diagnostic logs produced by the server. When enabled metrics will be regularly sampled and written back to Seq.",