Commit a7a5d896 authored by Paul Graydon's avatar Paul Graydon

software/fluentd: Add output schema

parent 1aea592a
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"properties": { "properties": {
"conf_text": { "conf_text": {
"description": "Fluentd configuration. You can write it entirely by yourself. See fluentd-agent.conf.jinja2.in", "description": "Fluentd configuration. You can write it entirely by yourself. See fluentd-agent.conf.jinja2.in",
"default": "", "type": "string",
"type": "string" "textarea": true
} }
} }
} }
{
"name": "Fluentd",
"description": "Fluentd",
"serialisation": "xml",
"software-type": {
"default": {
"title": "Default",
"description": "Fluentd",
"request": "instance-input-schema.json",
"index": 0
}
}
}
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