Plugins 〉Influx Admin


Developer

Natel Energy

Sign up to receive occasional product news and updates:


Grafana Cloud
ObservabilityCON on the Road: Chicago (Mar 11)

See demos of new Grafana Cloud observability workflows, hear community success stories, and leave with what you need to advance your observability roadmap.


The Influx Admin plugin has been deprecated and is no longer maintained.

Panel
community

Influx Admin

  • Overview
  • Installation
  • Related content

InfluxDB admin

This panel duplicates features from the now depricated Web Admin Interface.

This panel lets you see the currently running queries and easily kill them.

This plugin expects there to be at least one InfluxDB datasource configured.

Screenshots

Current Queries Kill Queries Query Window Options Write Data

Building

To complie, run:

npm install -g yarn
yarn install --pure-lockfile
grunt

Changelog

v0.0.5
  • Now supports $timeFilter in query
  • Now supports datasource defined as a template variable
  • Added more debug query templates
  • Fix write request bug
  • Support Grafana 5+
v0.0.4
  • Fix issue always showing query results
  • When there is only one row, swap rows/cols (ie: SHOW DIAGNOSTICS)
  • Improve auto-refresh behavior.
  • Show 'message' response. (ie: please use POST)
  • Fix query time sorting
  • show 'status' field (killed, etc)
v0.0.3
  • Converted to typescript project based on typescript-template-datasource
  • Select Databases. This only works with PR#8096
  • Added time format options
  • Show tags from response
  • Support template variables in the query
v0.0.2
  • Save the configuration properly
v0.0.1
  • First working version

Installing Influx Admin on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Panel

Use the grafana-cli tool to install Influx Admin from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Add the Panel to a Dashboard

Installed panels are available immediately in the Dashboards section in your Grafana main menu, and can be added like any other core panel in Grafana.

To see a list of installed panels, click the Plugins item in the main menu. Both core panels and installed panels will appear.