diff --git a/README.md b/README.md index b051ef9..694beaa 100644 --- a/README.md +++ b/README.md @@ -4,29 +4,12 @@ This data source plugin allows you to query and visualize log data stored in Par ## Pre-requisites -[Parseable server](https://github.com/parseablehq/parseable) setup and receiving logs from your application. Read more on [Parseable documentation](https://www.parseable.io/docs/quick-start). +- [Parseable server](https://github.com/parseablehq/parseable) setup and receiving logs from your application. Read more on [Parseable documentation](https://www.parseable.io/docs/quick-start). +- Grafana installed and running. Read more on [Grafana documentation](https://grafana.com/docs/grafana/latest/installation/). -## Installation +## Installation & Usage -- Install the plugin using the Grafana CLI, using the command `grafana-cli plugins install parseable-datasource`. Then restart Grafana. Alternatively, you can install the plugin from your Grafana instance (Configuration > Data sources > Add Data source). - -- Add Parseable as a data source at the data source configuration page. - -- Configure the data source specifying URL and port like [https://demo.parseable.io:443](https://demo.parseable.io:443). Parseable supports basic auth currently, so toggle the "Basic Auth" option under "Auth" section and enter the username and password under "Basic Auth Details" section. For Parseable demo server use `parseable` as both, username and password. - -- Push the `Save and Test` button, if there is an error message, check the credentials and connection. - -![config](https://raw.githubusercontent.com/parseablehq/parseable-datasource/main/src/img/configuration.png) - -## Usage - -Once the plugin is configured with correct Parseable server instance. You can start using it to query logs and visualize them. You can use the query editor to write your own queries. - -### Importing Dashboards - -This plugin has a a pre-made dashboard called "Parseable Demo Data". You can find it by navigating to the data sources configuration page, selecting the Parseable data source and clicking on the Dashboards tab. - -This dashboard is aimed at visualizing the logs stored in the Parseable demo server. You can use it as a starting point for your own dashboards. To use this dashboard, you will need to configure the data source with the Parseable demo server URL [https://demo.parseable.io](https://demo.parseable.io:443) and credentials `parseable`, `parseable`. +Refer the Parseable Grafana documentation page: [https://www.parseable.io/docs/integrations/grafana](https://www.parseable.io/docs/integrations/grafana). ## Screenshots