Please add feedback to the issues folder, and we will follow up shortly. Be sure to include version information for both Grafana and the installed plugin.
The production plugins can be downloaded from the TwinMaker app plugin page.
For an overview of the plugin see src/README.md.
Pull down the git repo locally.
Installation requirements:
yarn install --frozen-lockfile
yarn dev
— will build the frontend changes,yarn watch
will build in watch modemage build:backend
— will build the backend changes- Troubleshooting: If you see
Plugin unavailable
when clicking “Save & test” for the TwinMaker datasource then run:mage -v buildAll
. This builds the backend plugin for all platforms.
- Troubleshooting: If you see
- The compiled plugin should be in dist/ directory.
- Run Grafana in development mode, or configure Grafana to load the unsigned plugin.
For more information, please consult the build a plugin docs page.
You can install by following the install Grafana plugins docs page.
- Install the AWS CLI
- Run
aws configure
and enter your IAM user credentials - Run the following docker command:
docker run -d -p 3000:3000 --name=grafana -v ~/.aws:/usr/share/grafana/.aws -e "GF_INSTALL_PLUGINS=grafana-iot-twinmaker-app" grafana/grafana
a. -v ~/.aws:/usr/share/grafana/.aws
will mount a volume with the credentials you configured on your machine so you can use the “AWS SDK Default” authentication provider for the TwinMaker datasource
- Access from http://localhost:3000 on your browser. First time login will be username:
admin
password:admin
.