Skip to content
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parseable",
"version": "1.3.0",
"description": "Parseable is an open source, Kubernetes native, log storage and observability platform. This plugin allows you to visualize your Parseable logs in Grafana.",
"version": "2.0.0",
"description": "Parseable is a purpose built observability datalake. This plugin allows you to visualize data in Parseable, via Grafana.",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
"dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
Expand Down
Binary file added releases/parseable-datasource-2.0.0-zip
Binary file not shown.
1 change: 1 addition & 0 deletions releases/parseable-datasource-2.0.0.zip.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
62cf4fbab8d70bde83dee898ef16c8fcd8897d5a
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"links": [
{ "name": "GitHub", "url": "https://github.com/parseablehq/parseable-datasource" },
{ "name": "Website", "url": "https://parseable.io" }
{ "name": "Website", "url": "https://parseable.com" }
],
"screenshots": [
{ "name": "Query Configuration", "path": "img/configuration.png" },
Expand Down
Loading
Loading