How to configure Siple Json Plugin that is what to be filled in the fields while adding Simple Json as a Data source

How to configure Siple Json Plugin that is what to be filled in the fields while adding Simple Json as a Data source

The SimpleJSON datasource reads JSON data from a web server of some kind - that is, it makes http calls to a server that responds to the REST API described in the documentation.

There are (presumably) a number of services that can generate JSON and respond to this API.

One such - CSVServer - reads standard comma separated values files (CSV) and presents the results as grafana timeseries and/or table datasets to the simpleJSON datasource.

The readme file (https://github.com/michaeldmoore/CSVServer) shows how to configure SimpleJSON to make this work.