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

Update plugin name and adjust dependency version #3

Merged
merged 37 commits into from
Oct 9, 2019
Merged
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
56976c4
Add files via upload
Francydijesi May 29, 2019
730e195
Removed Config file
Francydijesi Jun 25, 2019
796f189
Added copyright and fixed build errors
Jun 25, 2019
01adf39
Create THIRD-PARTY
Francydijesi Jun 25, 2019
72f1c8b
Update THIRD-PARTY
Francydijesi Jun 26, 2019
4b0d658
Removed sorting in nested tables
Jun 26, 2019
8f0bd43
Merge branch 'develop' of https://github.com/opendistro-for-elasticse…
Jun 26, 2019
89e563d
Update THIRD-PARTY
Francydijesi Jun 27, 2019
22ba3fe
Update THIRD-PARTY
Francydijesi Jun 27, 2019
c492337
Update package.json
Francydijesi Jun 27, 2019
e504676
Update app.js
Francydijesi Jul 2, 2019
342879a
Update README.md
Francydijesi Jul 3, 2019
d7be5b4
Changed package name
Francydijesi Jul 3, 2019
8884ab4
Test
Jul 8, 2019
55584da
Third version
Aug 13, 2019
7417c10
Delete app.css
Francydijesi Aug 13, 2019
6c07c7f
Renamed folders and added tests
Aug 14, 2019
f318a62
Delete yarn.lock
Francydijesi Aug 14, 2019
4792c43
Removed duplicated folders
Aug 14, 2019
aa881be
Delete main.tsx
Francydijesi Aug 15, 2019
26a8f3e
Added main file
Aug 15, 2019
f72cb99
Dummy change
Aug 15, 2019
d9c208b
Delete Header.tsx
Francydijesi Aug 15, 2019
f75eb28
Adding Header
Aug 15, 2019
30d6f6c
Removed QueryResultsContainer and QueryResultsBodyContainer, moved fu…
Aug 20, 2019
1cd3005
Removed hacks file
Aug 20, 2019
8b2f1d6
Refactoring
Aug 21, 2019
5c00e4f
Addressed comments on first PR
Aug 31, 2019
19a5ae3
Removed commented line, added missing types in utils
Aug 31, 2019
9be14d1
Added column id for default sorting
Sep 4, 2019
9e9a761
Added copyright in app.js
Sep 4, 2019
86c85c1
Added unit tests
Sep 13, 2019
35d1177
Added unit tests
Oct 8, 2019
6304cb8
Delete index.js
Francydijesi Oct 8, 2019
ea3755c
Updated package.json
Oct 9, 2019
a94df70
Merge branch 'feature-a' of https://github.com/Francydijesi/sql-kiban…
Oct 9, 2019
55e9c60
Merge branch 'pr' into feature-a
Francydijesi Oct 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Francydijesi authored Jul 3, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 342879abe13cb0a21e962daa4599d944572e9abd
63 changes: 61 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,65 @@
## Open Distro for Elasticsearch SQL Kibana Plugin
# 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](https://opendistro.github.io/for-elasticsearch-docs/).


## Setup

1. Download Elasticsearch for the version that matches the [Kibana version specified in package.json](./package.json#L8).
1. Download and install the appropriate [Open Distro for Elasticsearch Sql plugin](https://github.com/opendistro-for-elasticsearch/sql).
1. Download the Kibana source code for the [version specified in package.json](./package.json#L8) you want to set up.

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.

1. Change your node version to the version specified in `.node-version` inside the Kibana root directory.
1. Create a `kibana-extra` directory as a sibling directory to the Kibana source code directory.
1. Check out this package from version control into the `kibana-extra` directory.
1. Run `yarn kbn bootstrap` inside `kibana-extra/opendistro-elasticsearch-sql-kibana`.

Ultimately, your directory structure should look like this:

```md
.
├── 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

- 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).



## License

This library is licensed under the Apache 2.0 License.
This code is licensed under the Apache 2.0 License.

## Copyright

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