hello…
any body work or test on Dashboard provisioning? can you give me reference link otherwise give me the example of the dashboard provisioning ??
Thanks!!!..
hello…
any body work or test on Dashboard provisioning? can you give me reference link otherwise give me the example of the dashboard provisioning ??
Thanks!!!..
Hello Marcus,
do you have an example for OpenTSDB, too?
My test doesn’t work, it doesn’t fill openTSDB version and resolution correctly:
apiVersion: 1
datasources:
Hi,
We are planning to update docs for each data source to make this more clearer, but in general you can use the chrome dev tools and inspect the json payload of the request when you save a data source from the ui. I just did that and got the following:
{
"name": "opentsdb",
"type": "opentsdb",
"url": "http://localhost:4242",
"access": "proxy",
"jsonData": {
"keepCookies": [],
"tsdbVersion": 2,
"tsdbResolution": 1 },
"secureJsonFields": {}
}
The naming and properties in yaml should map 1-1 to json properties.
Marcus
Hello Marcus,
thank you very much. That works now.
It is a little bit tricky from the GUI to find the right parameter and values for the yaml file, but to inspect with Chrome dev tool is a very good hint.
Some suggestions:
Nevertheless I like this new provisioning function. If there would be a version to provision organisations and users/teams as well, that would be perfect
Thanks for the work.
Ralf
We already know that there are some rough edges around the provisioning story, but we really aiming to make this better. We’ll consider this moving forward.
Thanks for the feedback.
@mefraimsson can you send me the example of cratedb??
how to add schema in cratedb configuration using direct???
Thanks In …Advance !!
Hi,
I just wrote the solution above of how to know what properties/values to use, i.e.
Marcus