You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: workbench/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ information to effectively respond to your bug report or contribution.
11
11
12
12
We welcome you to use the GitHub issue tracker to report bugs or suggest features.
13
13
14
-
When filing an issue, please check [existing open](https://github.com/opendistro-for-elasticsearch/sql/issues?q=is%3Aissue+is%3Aclosed+label%3AWorkbench), or [recently closed](https://github.com/opendistro-for-elasticsearch/sql/issues?q=is%3Aissue+is%3Aclosed+label%3AWorkbench), issues to make sure somebody else hasn't already
14
+
When filing an issue, please check [existing open](https://github.com/opensearch-project/sql/issues?q=is%3Aissue+is%3Aopen+workbench), or [recently closed](https://github.com/opensearch-project/sql/issues?q=is%3Aissue+workbench+is%3Aclosed+), issues to make sure somebody else hasn't already
15
15
reported the issue. Please try to include as much information as you can. Details like these are incredibly useful:
Copy file name to clipboardExpand all lines: workbench/README.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Open Distro for Elasticsearch Query Workbench
1
+
# OpenSearch Dashboards Query Workbench
2
2
3
-
The Open Distro for Elasticsearch Query Workbench enables you to query your Elasticsearch data using either SQL or PPL syntax from a dedicated Kibana UI. You can download your query results data in JSON, JDBC, CSV and raw text formats.
3
+
The OpenSearch Dashboards Query Workbench enables you to query your OpenSearch data using either SQL or PPL syntax from a dedicated OpenSearch Dashboards UI. You can download your query results data in JSON, JDBC, CSV and raw text formats.
4
4
5
5
6
6
## Documentation
@@ -10,29 +10,29 @@ Please see our technical [documentation](https://opendistro.github.io/for-elasti
10
10
11
11
## Setup
12
12
13
-
1. Download Elasticsearch for the version that matches the [Kibana version specified in package.json](./package.json#L8).
14
-
1. Download and install the most recent version of [Open Distro for Elasticsearch SQL plugin](https://github.com/opendistro-for-elasticsearch/sql).
15
-
1. Download the Kibana source code for the [version specified in package.json](./package.json#L8) you want to set up.
13
+
1. Download OpenSearch for the version that matches the [OpenSearch Dashboards version specified in package.json](./package.json#L8).
14
+
1. Download and install the most recent version of [OpenSearch SQL plugin](https://github.com/opensearch-project/sql#open-distro-for-elasticsearch-sql).
15
+
1. Download the OpenSearch Dashboards source code for the [version specified in package.json](./package.json#L8) you want to set up.
16
16
17
-
See the [Kibana contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#setting-up-your-development-environment) for more instructions on setting up your development environment.
17
+
See the [OpenSearch Dashboards contributing guide](https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/CONTRIBUTING.md) to get started.
18
18
19
-
1. Change your node version to the version specified in `.node-version` inside the Kibana root directory.
20
-
1. cd into the Kibana source code directory.
19
+
1. Change your node version to the version specified in `.node-version` inside the OpenSearch Dashboards root directory.
20
+
1. cd into the OpenSearch Dashboards source code directory.
21
21
1. Check out this package from version control into the `plugins` directory.
6. Run `yarn kbn bootstrap` inside `kibana/plugins/workbench`.
29
+
6. Run `yarn osd bootstrap` inside `OpenSearch-Dashboards/plugins/workbench`.
30
30
31
31
Ultimately, your directory structure should look like this:
32
32
33
33
```md
34
34
.
35
-
├── kibana
35
+
├── OpenSearch-Dashboards
36
36
│ └── plugins
37
37
│ └── workbench
38
38
```
@@ -49,21 +49,21 @@ Example output: `./build/opendistro-query-workbench-*.zip`
49
49
50
50
-`yarn start`
51
51
52
-
Starts Kibana and includes this plugin. Kibana will be available on `localhost:5601`.
52
+
Starts OpenSearch Dashboards and includes this plugin. OpenSearch Dashboards will be available on `localhost:5601`.
53
53
54
54
-`NODE_PATH=../../node_modules yarn test:jest`
55
55
56
56
Runs the plugin tests.
57
57
58
58
59
-
## Contributing to Open Distro for Elasticsearch Query Workbench
59
+
## Contributing to OpenSearch SQL Workbench
60
60
61
61
- Refer to [CONTRIBUTING.md](./CONTRIBUTING.md).
62
-
-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).
62
+
-We welcome you to get involved in development, documentation, testing the OpenSearch SQL Workbench plugin. See our [CONTRIBUTING.md](./CONTRIBUTING.md) and join in.
63
63
64
64
## Bugs, Enhancements or Questions
65
65
66
-
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/issues).
66
+
Please file an issue to report any bugs you may find, enhancements you may need or questions you may have [here](https://github.com/opensearch-project/sql/issues).
0 commit comments