Input
The source of messages for fiddler are described as inputs. There may only be one input per configuration item. Input key names must be uniquely registered across all available fiddler inputs.
input:
label: standard in
stdin: {}
Available Inputs
| Input | Description | Feature Flag |
|---|---|---|
| file | Read from local files | - |
| http_server | Receive data via HTTP POST requests | http_server |
| stdin | Read from standard input | - |
| aws_s3 | Read from AWS S3 buckets | aws |
| aws_sqs | Read from AWS SQS queues | aws |
| syslog | Receive logs via syslog (UDP/TCP/TLS) | syslog |