File tree Expand file tree Collapse file tree 6 files changed +27
-17
lines changed Expand file tree Collapse file tree 6 files changed +27
-17
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ This data source plugin allows you to query and visualize log data stored in Par
16
16
17
17
- Push the ` Save and Test ` button, if there is an error message, check the credentials and connection.
18
18
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 )
20
20
21
21
## Usage
22
22
23
23
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.
24
24
25
25
## Screenshots
26
26
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 )
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ This data source plugin allows you to query and visualize log data stored in Par
16
16
17
17
- Push the ` Save and Test ` button, if there is an error message, check the credentials and connection.
18
18
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 )
20
20
21
21
## Usage
22
22
23
23
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.
24
24
25
25
## Screenshots
26
26
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 )
Original file line number Diff line number Diff line change 14
14
"small" : " img/logo.svg" ,
15
15
"large" : " img/logo.svg"
16
16
},
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
+ ],
23
26
"version" : " 1.0.0" ,
24
27
"updated" : " 2023-01-04"
25
28
},
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ This data source plugin allows you to query and visualize log data stored in Par
16
16
17
17
- Push the ` Save and Test ` button, if there is an error message, check the credentials and connection.
18
18
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 )
20
20
21
21
## Usage
22
22
23
23
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.
24
24
25
25
## Screenshots
26
26
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 )
Original file line number Diff line number Diff line change 14
14
"small" : " img/logo.svg" ,
15
15
"large" : " img/logo.svg"
16
16
},
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
+ ],
19
26
"version" : " %VERSION%" ,
20
27
"updated" : " %TODAY%"
21
28
},
You can’t perform that action at this time.
0 commit comments