Go to file
Guillermo Bonet 37c3b2f5e4 feat: refs #6164 Now search in alerts 2023-12-19 14:57:25 +01:00
.vscode last commits 2022-06-17 14:45:02 +02:00
node_modules Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +02:00
.gitignore Add gitignore and fixes 2022-06-22 13:51:49 +02:00
.grafana-find.json Configration file template added 2022-06-20 20:07:14 +02:00
LICENSE last commits 2022-06-17 14:45:02 +02:00
README.md traslation 2022-06-23 09:40:08 +02:00
main.js feat: refs #6164 Now search in alerts 2023-12-19 14:57:25 +01:00
package-lock.json Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +02:00
package.json feat: refs #6164 Now search in alerts 2023-12-19 14:57:25 +01:00

README.md

Grafana Find

Search for a string both in the grafana queries and in the variables.

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