Skip to content

Commit 304c1ae

Browse files
nitishtabhishek1305
authored andcommitted
Fix links in readme and add more info in plugin.json (#5)
1 parent efde0c7 commit 304c1ae

File tree

6 files changed

+27
-17
lines changed

6 files changed

+27
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ 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](./src/img/configuration.png)
19+
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)
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

2525
## Screenshots
2626

27-
![log explorer](./src/img/logs.png)
28-
![failure rate](./src/img/dashboard.png)
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)

dist/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ 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](./img/configuration.png)
19+
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)
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

2525
## Screenshots
2626

27-
![log explorer](./img/logs.png)
28-
![failure rate](./img/dashboard.png)
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)

dist/plugin.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
"small": "img/logo.svg",
1515
"large": "img/logo.svg"
1616
},
17-
"links": [],
18-
"screenshots": [],
19-
<<<<<<< HEAD
20-
"version": "%VERSION%",
21-
"updated": "%TODAY%"
22-
=======
17+
"links": [
18+
{"name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource"},
19+
{"name": "Website", "url": "https://parseable.io"}
20+
],
21+
"screenshots": [
22+
{"name": "Query Configuration", "path": "img/configuration.png"},
23+
{"name": "Log Explorer", "path": "img/logs.png"},
24+
{"name": "Log Dashboard", "path": "img/dashboard.png"}
25+
],
2326
"version": "1.0.0",
2427
"updated": "2023-01-04"
2528
},

parseable-datasource-1.0.0.zip

132 Bytes
Binary file not shown.

src/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ 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](./img/configuration.png)
19+
![data source config](https://github.com/parseablehq/parseable-datasource/blob/main/src/img/configuration.png?raw=true)
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

2525
## Screenshots
2626

27-
![log explorer](./img/logs.png)
28-
![failure rate](./img/dashboard.png)
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)

src/plugin.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@
1414
"small": "img/logo.svg",
1515
"large": "img/logo.svg"
1616
},
17-
"links": [],
18-
"screenshots": [],
17+
"links": [
18+
{"name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource"},
19+
{"name": "Website", "url": "https://parseable.io"}
20+
],
21+
"screenshots": [
22+
{"name": "Query Configuration", "path": "img/configuration.png"},
23+
{"name": "Log Explorer", "path": "img/logs.png"},
24+
{"name": "Log Dashboard", "path": "img/dashboard.png"}
25+
],
1926
"version": "%VERSION%",
2027
"updated": "%TODAY%"
2128
},

0 commit comments

Comments
 (0)