parseablehq / parseable-datasource

Grafana datasource plugin for Parseable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parseable Datasource for Grafana

This data source plugin allows you to query and visualize log data stored in Parseable server.

Pre-requisites

Installation & Usage

Refer the Parseable Grafana documentation page: https://www.parseable.io/docs/integrations/grafana.

Screenshots

query editor log dashboard log text view

Install Parseable Datasource plugin on local Grafana - For Testing

  1. Download the binary file and install Grafana according to your operating system.
  2. Open the extracted file > conf > defaults.ini.
  3. Search for allow_loading_unsigned_plugins = and replace it with:
allow_loading_unsigned_plugins = parseable-parseable-datasource
  1. Create a folder called data > inside it, create a new folder called plugins. The data folder may already exist in your repository; then, you only need to create the plugins folder.
  2. Copy the compressed plugin file containing assets [Parseable datasource plugin zip file] to the plugins folder you created inside data.
  3. On a terminal, open the plugins folder > run:
unzip parseable-datasource-*.*.*.zip -d ./parseable-parseable-datasource
  1. Restart the Grafana server to load the manually installed plugin.

Credits

This plugin is developed in collaboration with our friends at Technocube. Thanks to them for their support and contribution.

About

Grafana datasource plugin for Parseable

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 60.6%Language:Go 14.9%Language:MDX 8.8%Language:JavaScript 7.5%Language:Dockerfile 3.9%Language:CSS 3.7%Language:Shell 0.6%