Skip to content

parseablehq/parseable-datasource

Folders and files

NameName
Last commit message
Last commit date
Apr 19, 2024
Apr 18, 2025
Jan 10, 2023
Dec 23, 2022
Jul 8, 2024
Jun 11, 2024
Mar 14, 2024
Jun 11, 2024
Sep 16, 2023
Apr 18, 2025
Dec 23, 2022
Jan 4, 2023
Dec 23, 2022
Dec 23, 2022
Dec 23, 2022
Dec 23, 2022
Oct 27, 2023
Jul 8, 2024
Dec 23, 2022
Oct 27, 2023
Oct 27, 2023
Dec 23, 2022
Dec 23, 2022
Jun 11, 2024
Dec 23, 2022
Apr 19, 2024

Repository files navigation

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.

Dashboards

This repository also contains dashboard developed using Parseable datasource plugin as data source. Refer the dashboards directory for more details.

Credits

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