From 68e16dfe5faf45d0e840840c4c42081deda14984 Mon Sep 17 00:00:00 2001 From: "Anirudha (Ani) Jadhav" Date: Thu, 21 May 2020 11:34:58 -0700 Subject: [PATCH] Update README.md (#71) * Update README.md * Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cbe9910..b5db38d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# Open Distro for Elasticsearch SQL Kibana plugin +# Open Distro for Elasticsearch +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 @@ -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 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 -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