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

af2bfad · May 9, 2020

History

52 Commits
May 7, 2020
May 7, 2020
May 9, 2020
May 7, 2020
May 7, 2020
Oct 11, 2019
Mar 11, 2019
Apr 29, 2020
May 8, 2020
Apr 29, 2020
Apr 29, 2020
May 8, 2020
Apr 29, 2020
May 7, 2020
May 7, 2020
May 4, 2020
Jan 29, 2020
Oct 8, 2019

Repository files navigation

Open Distro for Elasticsearch SQL Kibana plugin

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.

Documentation

Please see our technical documentation to learn more about its features.

Setup

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

  2. Download and install the most recent version of 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. cd into plugins directory in the Kibana source code directory.

  6. Check out this package from version control into the plugins directory.

  7. Run yarn kbn bootstrap inside kibana/plugins/sql-kibana-plugin.

Ultimately, your directory structure should look like this:

.
├── kibana
│   └── plugins
│       └── sql-kibana-plugin

Build

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

Example output: ./build/sql-kibana-1.4.0.0.zip

Run

  • yarn start

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

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

    Runs the plugin tests.

Contributing to Open Distro for Elasticsearch SQL Kibana

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.

License

This code is licensed under the Apache 2.0 License.

Copyright

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