Commit 77ad97e8 authored by Martin Manchev's avatar Martin Manchev

Added Fluent-bit input configuration schema ...

parent 0a72786d
{
"$schema": "http://json-schema.org/draft-10/schema#",
"description": "Parameters to instantiate Fluent-bit"
"type": "object",
"configuration": {
"input": {
"description": "The desired fluent-bit input, which defines in fluent-bit's configuration the inputs.",
"type": "object",
"default": ""
},
"output": {
"description": "The desired fluent-bit output, which defines in fluent-bit's configuration the outputs.",
"type": "object",
"default": ""
}
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment