Options
AJAX Panel for Grafana
The AJAX Panel can load external content into the dashboard. This is a more powerful and flexible solution than using an <iframe
Options
Method:
GET or POST or iframe
URL:
The URL to request
Parameters:
The parameters that will be passed in the request. This is a javascript object with access to the variables: -
ctrl
The control object.
Screenshots
Changelog
v0.0.4
- Support template variables in parameters (@linar-jether)
- Improved error handling
- Move ajax requests to 'issueQueries' block rather than refresh
- Show loading spinner
- Convert to TypeScript
- Use datasources for complex authentication
- Support loading images
- Support header configuration
- Support showing time info
- Include various sample configurations
v0.0.3
- Support template variables in url (@linar-jether)
- Adding iframe method (@linar-jether)
v0.0.2
- Quick and Dirty, but it works!
TODO... contributions welcome!
- Configure timer to refresh
- configure javascript for display
- Improve image styling and options
- show raw JSON with
<json-tree
- Response formatting: markdown/html/pre/etc?