Skip to content

Commit 9509d16

Browse files
nitishtabhishek1305
authored and
abhishek1305
committed
Add dashboard and screenshots (#7)
1 parent f12bf43 commit 9509d16

10 files changed

+883
-11
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ This data source plugin allows you to query and visualize log data stored in Par
1616

1717
- Push the `Save and Test` button, if there is an error message, check the credentials and connection.
1818

19-
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)
19+
<img src="https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true" width="100" height="100">
2020

2121
## Usage
2222

2323
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.
2424

25+
### Importing Dashboards
26+
27+
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.
28+
29+
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 and credentials parseable, parseable.
30+
2531
## Screenshots
2632

27-
![log explorer](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/logs.png?raw=true)
28-
![failure rate](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/dashboard.png?raw=true)
33+
![log dashboard](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/log-visualisation.png?raw=true)
34+
![log text view](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/log-view-text.png?raw=true)

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Once the plugin is configured with correct Parseable server instance. You can st
2424

2525
## Screenshots
2626

27-
![log explorer](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/logs.png?raw=true)
28-
![failure rate](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/dashboard.png?raw=true)
27+
![log dashboard](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/log-visualisation.png?raw=true)
28+
![log text view](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/log-view-text.png?raw=true)

dist/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
],
2121
"screenshots": [
2222
{"name": "Query Configuration", "path": "img/configuration.png"},
23-
{"name": "Log Explorer", "path": "img/logs.png"},
24-
{"name": "Log Dashboard", "path": "img/dashboard.png"}
23+
{"name": "Log Explorer", "path": "img/log-view-text.png"},
24+
{"name": "Log Dashboard", "path": "img/log-visualisation.png"}
2525
],
2626
"version": "1.0.0",
2727
"updated": "2023-01-04"

src/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ Once the plugin is configured with correct Parseable server instance. You can st
2424

2525
## Screenshots
2626

27-
![log explorer](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/logs.png?raw=true)
28-
![failure rate](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/dashboard.png?raw=true)
27+
![log dashboard](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/log-visualisation.png?raw=true)
28+
![log text view](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/log-view-text.png?raw=true)

0 commit comments

Comments
 (0)