Skip to content

Fix links in readme and add more info in plugin.json #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This data source plugin allows you to query and visualize log data stored in Par

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

![data source config](./src/img/configuration.png)
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)

## 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.

## Screenshots

![log explorer](./src/img/logs.png)
![failure rate](./src/img/dashboard.png)
![log explorer](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/logs.png?raw=true)
![failure rate](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/dashboard.png?raw=true)
6 changes: 3 additions & 3 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This data source plugin allows you to query and visualize log data stored in Par

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

![data source config](./img/configuration.png)
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)

## 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.

## Screenshots

![log explorer](./img/logs.png)
![failure rate](./img/dashboard.png)
![log explorer](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/logs.png?raw=true)
![failure rate](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/dashboard.png?raw=true)
11 changes: 9 additions & 2 deletions dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [],
"screenshots": [],
"links": [
{"name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource"},
{"name": "Website", "url": "https://parseable.io"}
],
"screenshots": [
{"name": "Query Configuration", "path": "img/configuration.png"},
{"name": "Log Explorer", "path": "img/logs.png"},
{"name": "Log Dashboard", "path": "img/dashboard.png"}
],
"version": "1.0.0",
"updated": "2023-01-04"
},
Expand Down
Binary file modified parseable-datasource-1.0.0.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ This data source plugin allows you to query and visualize log data stored in Par

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

![data source config](./img/configuration.png)
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)

## 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.

## Screenshots

![log explorer](./img/logs.png)
![failure rate](./img/dashboard.png)
![log explorer](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/logs.png?raw=true)
![failure rate](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/dashboard.png?raw=true)
11 changes: 9 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [],
"screenshots": [],
"links": [
{"name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource"},
{"name": "Website", "url": "https://parseable.io"}
],
"screenshots": [
{"name": "Query Configuration", "path": "img/configuration.png"},
{"name": "Log Explorer", "path": "img/logs.png"},
{"name": "Log Dashboard", "path": "img/dashboard.png"}
],
"version": "%VERSION%",
"updated": "%TODAY%"
},
Expand Down