grafana-find

1.0.5 • Public • Published

Grafana Find

Search for a string both in the grafana queries.

Requirements

  • Git
  • Grafana

Installation

It's recommended to install the package globally.

$ npm i -g grafana-find
$ grafana-find <string>

You can also install locally and use the npx command to execute it.

$ npm install grafana-find
$ npx grafana-find <string>

Create a file ".grafana-find.json" with this content to don't put everytime the credentials:

{
	"grafanaUrl": "<server>",
	"user": "<user>",
	"password": "<pass>"
}

Save the file into user folder (Windows: %HOMEPATH% || Linux: $HOME) or current path, the user and password are optional.

How to use

Execute grafana-find with the desired command.

$ [npx] grafana-find [-h|--help] [-v|--version] <string>

Built with

Readme

Keywords

none

Package Sidebar

Install

npm i grafana-find

Weekly Downloads

1

Version

1.0.5

License

GPL-3.0

Unpacked Size

11.5 kB

Total Files

6

Last publish

Collaborators

  • javigallego
  • bonetwilly
  • jsanchezba
  • juan-ferrer-toribio