Go to file
Guillermo Bonet 71975cf941 fix: refs #6164 Upgrade version 2024-01-22 09:36:22 +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 feat: refs #6164 Now search in alerts 2023-12-19 14:58:07 +01:00
main.js fix: refs #6164 Fix search in rows 2024-01-22 09:35:24 +01:00
package-lock.json Paquete getopts usado para obtener parametros 2022-06-20 19:52:32 +02:00
package.json fix: refs #6164 Upgrade version 2024-01-22 09:36:22 +01:00

README.md

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