How to create multiple dashboard using dashboard provisioning?

Hello…Grafana Team I want to create multiple dashboard using dashboard provisioning

in here doc just this

apiVersion: 1

providers:

  • name: ‘default’
    orgId: 1
    folder: ‘’
    type: file
    disableDeletion: false
    editable: false
    options:
    path: /var/lib/grafana/dashboards

we are using simple-jsone datasbes plugin that’s iwant to ask you how to create more about into dashboard provisioning

can you guide me how to create the multiple dashboard??

Thanks!!!..

Not quite sure I understand what you want to do.

Sounds like you want to provision multiple dashboards into Grafana. If thats the case, you can put all the dashboards into the /var/lib/grafana/dashboards folder and they will be provisioned within Grafana.

If i have multiple dashboards, putting them in separate json files inside /var/lib/grafana/dashboards directory works well. Is there a way we can combine all the dashboard json files into one json file? I tried making list of all the json blocks of dashboard but it didn’t work. Let me know if it is possible to combine all the dashboards in one json file.