Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

amazon-archives/sql-workbench

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Francesca Paoletti
Jul 8, 2019
8884ab4 · Jul 8, 2019

History

26 Commits
Dec 19, 2018
Jul 8, 2019
Jun 25, 2019
Mar 11, 2019
Mar 11, 2019
Dec 19, 2018
Mar 11, 2019
Jul 3, 2019
Jun 27, 2019
Jun 25, 2019
Jul 3, 2019
Jun 25, 2019
Jun 25, 2019
Jun 25, 2019

Repository files navigation

Open Distro for Elasticsearch SQL Kibana

The Open Distro for Elasticsearch SQL Kibana plugin lets you query data in Elasticsearch using the familiar SQL syntax, and download data in a JSON, JDBC or CSV format.

Documentation

Please see our documentation.

Setup

  1. Download Elasticsearch for the version that matches the Kibana version specified in package.json.

  2. Download and install the appropriate Open Distro for Elasticsearch Sql plugin.

  3. Download the Kibana source code for the version specified in package.json you want to set up.

    See the Kibana contributing guide for more instructions on setting up your development environment.

  4. Change your node version to the version specified in .node-version inside the Kibana root directory.

  5. Create a kibana-extra directory as a sibling directory to the Kibana source code directory.

  6. Check out this package from version control into the kibana-extra directory.

  7. Run yarn kbn bootstrap inside kibana-extra/opendistro-elasticsearch-sql-kibana.

Ultimately, your directory structure should look like this:

.
├── kibana
├── kibana-extra
│   └── opendistro-elasticsearch-sql-kibana

Build

To build the plugin's distributable zip simply run yarn build.

Example output: ./build/opendistro-kibana-sql-1.0.0.0.zip

Run

  • yarn start

    Starts Kibana and includes this plugin. Kibana will be available on localhost:5601.

  • NODE_PATH=../../kibana/node_modules yarn test:jest

    Runs the plugin tests.

Contributing to Open Distro for Elasticsearch SQL Kibana

License

This code is licensed under the Apache 2.0 License.

Copyright

Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.