nsyslog
Version:
Modular new generation log agent. Reads, transform, aggregate, correlate and send logs from sources to destinations
28 lines (19 loc) • 731 B
Markdown
## Null Input
The Null Input is a placeholder or testing input that does not produce any data. It is useful for scenarios where an input is required but no actual data needs to be processed.
## Examples
### Example configuration
```json
"inputs": {
"null": {
"type": "null",
"config": {}
}
}
```
## Configuration Parameters
The Null Input does not require any specific configuration parameters. The `config` object can be empty.
## Output
The Null Input does not produce any output as it does not generate data.
### Notes:
- This input is primarily used for testing or as a placeholder in configurations.
- It can be used to validate flows or pipelines without requiring actual input data.