From 01a1ea6b99d9e94cf3dbebcc2c494cca75db8afc Mon Sep 17 00:00:00 2001 From: "Anirudha (Ani) Jadhav" Date: Thu, 21 May 2020 11:10:20 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbe9910..a47f7ae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Open Distro for Elasticsearch SQL Kibana plugin +# Open Distro for Elasticsearch SQL Workbench -The Open Distro for Elasticsearch SQL Kibana plugin enables you to query your Elasticsearch data using SQL syntax from a dedicated Kibana UI. You can download your query results data in JSON, JDBC, CSV and raw text formats. +The Open Distro for Elasticsearch SQL Workbench enables you to query your Elasticsearch data using SQL syntax from a dedicated Kibana UI. You can download your query results data in JSON, JDBC, CSV and raw text formats. ## Documentation @@ -52,7 +52,7 @@ Example output: `./build/sql-kibana-1.4.0.0.zip` ## Contributing to Open Distro for Elasticsearch SQL Kibana - Refer to [CONTRIBUTING.md](./CONTRIBUTING.md). -- Since this is a Kibana plugin, it can be useful to review the [Kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) alongside the documentation around [Kibana plugins](https://www.elastic.co/guide/en/kibana/master/kibana-plugins.html) and [plugin development](https://www.elastic.co/guide/en/kibana/master/plugin-development.html). +- Since this is a Workbench, it can be useful to review the [Kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) alongside the documentation around [Workbenchs](https://www.elastic.co/guide/en/kibana/master/kibana-plugins.html) and [plugin development](https://www.elastic.co/guide/en/kibana/master/plugin-development.html). ## Bugs, Enhancements or Questions From 52369e066fa1866cf0da916af191059c471222b9 Mon Sep 17 00:00:00 2001 From: "Anirudha (Ani) Jadhav" Date: Thu, 21 May 2020 11:14:29 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a47f7ae..b5db38d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Open Distro for Elasticsearch SQL Workbench +# Open Distro for Elasticsearch +Workbench The Open Distro for Elasticsearch SQL Workbench enables you to query your Elasticsearch data using SQL syntax from a dedicated Kibana UI. You can download your query results data in JSON, JDBC, CSV and raw text formats. @@ -35,7 +36,7 @@ Ultimately, your directory structure should look like this: To build the plugin's distributable zip simply run `yarn build`. -Example output: `./build/sql-kibana-1.4.0.0.zip` +Example output: `./build/sql-workbench-*.zip` ## Run @@ -49,14 +50,14 @@ Example output: `./build/sql-kibana-1.4.0.0.zip` Runs the plugin tests. -## Contributing to Open Distro for Elasticsearch SQL Kibana +## Contributing to Open Distro for Elasticsearch SQL Workbench - Refer to [CONTRIBUTING.md](./CONTRIBUTING.md). - Since this is a Workbench, it can be useful to review the [Kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md) alongside the documentation around [Workbenchs](https://www.elastic.co/guide/en/kibana/master/kibana-plugins.html) and [plugin development](https://www.elastic.co/guide/en/kibana/master/plugin-development.html). ## Bugs, Enhancements or Questions -Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opendistro-for-elasticsearch/sql-kibana-plugin/issues). +Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opendistro-for-elasticsearch/sql-workbench/issues). ## License