🔎 Open source distributed and RESTful search engine.
Go to file
jayesh hathila 3cd4e7ff54
Verbose plugin not found exception (#849)
* Add Plugin name for verbose Plugin not found exception
* Make the plugin loading failure exception more verbose
* Throw Opensearch in place of RuntimeException for plugin load failure
* Nit fix, added ... to make logging standout

Signed-off-by: Jayesh Hathila <sharma.jayesh52@gmail.com>
2021-06-15 15:12:01 -04:00
.ci [License] Add SPDX and OpenSearch Modification license header (#509) 2021-04-09 14:28:18 -05:00
.github Update issue template with multiple labels (#668) 2021-05-07 11:16:35 -07:00
.idea [Rename] Replace more instances of Elasticsearch with OpenSearch. (#432) 2021-03-21 20:56:34 -05:00
benchmarks Make allocation decisions at node level first for pending task optimi… (#534) 2021-05-19 19:09:30 -07:00
buildSrc Fix resource leak issues suggested by Amazon CodeGuru (#816) 2021-06-15 09:31:36 -07:00
client Fix Javadoc errors in `client/sniffer` (#802) 2021-06-03 17:08:16 -07:00
dev-tools Add script to perform signoff check between commits (#152) 2021-03-13 10:36:15 -06:00
distribution distribution/packages: Fix RPM architecture name for 64-bit x86 (#620) 2021-05-26 02:41:11 +05:30
doc-tools Merging javadoc feature branch changes to main (#715) 2021-05-18 13:21:41 -07:00
gradle Remove `client/sniffer` from Javadoc exemption list (#818) 2021-06-04 17:15:08 -07:00
libs Fix resource leak issues suggested by Amazon CodeGuru (#816) 2021-06-15 09:31:36 -07:00
licenses Remove the Elastic license file, all checks for this license and the license REST APIs. (#12) 2021-03-13 10:36:07 -06:00
modules Fix resource leak issues suggested by Amazon CodeGuru (#816) 2021-06-15 09:31:36 -07:00
plugins [CVE] Upgrade dependencies for Azure related plugins to mitigate CVEs (#688) 2021-05-26 03:27:36 +05:30
qa [BWC] fix mixedCluster and rolling upgrades (#775) 2021-05-28 00:42:57 -05:00
release-notes Adding release notes for 1.0.0-rc1 (#794) 2021-05-28 14:53:31 -04:00
rest-api-spec [BWC] fix mixedCluster and rolling upgrades (#775) 2021-05-28 00:42:57 -05:00
server Verbose plugin not found exception (#849) 2021-06-15 15:12:01 -04:00
test Version checks are incorrectly returning versions < 1.0.0. (#797) 2021-06-02 16:03:50 -04:00
.dir-locals.el
.editorconfig
.gitattributes Converted all .asciidoc to .md. (#658) 2021-05-05 15:04:14 -04:00
.gitignore [Rename] Replace more instances of Elasticsearch with OpenSearch. (#432) 2021-03-21 20:56:34 -05:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2021-03-13 10:36:16 -06:00
CONTRIBUTING.md Removed pre-alpha notes. (#815) 2021-06-03 14:50:59 -07:00
DEVELOPER_GUIDE.md Removed pre-alpha notes. (#815) 2021-06-03 14:50:59 -07:00
Jenkinsfile Update CI workflow to work on new infra (#123) 2021-03-13 10:36:15 -06:00
LICENSE.txt Update LICENSE.txt 2021-03-22 09:25:46 -05:00
MAINTAINERS.md Update/maintainers.md (#723) 2021-05-19 13:16:42 -07:00
NOTICE.txt [TEST] Fix failing distro tests for linux packages (#569) 2021-05-15 21:45:48 -07:00
README.md #699/first impression (#712) 2021-06-08 12:00:47 -04:00
TESTING.md Document running individual tests. (#741) 2021-06-03 15:12:30 -04:00
Vagrantfile [TEST] Fix failing distro tests for linux packages (#569) 2021-05-15 21:45:48 -07:00
build.gradle Add Snapshot maven repository (#829) 2021-06-10 14:07:48 -07:00
gradle.properties Speed ups to test suite and precommit tasks. (#580) 2021-04-20 09:02:45 -05:00
gradlew
gradlew.bat
settings.gradle Merging javadoc feature branch changes to main (#715) 2021-05-18 13:21:41 -07:00

README.md

OpenSearch is a community-driven, open source fork of Elasticsearch and Kibana ensuing the licence change in early 2021. We're looking to sustain (and evolve!) a search and analytics suite for the multitude of businesses who are dependent on the rights granted by the original, Apache 2.0, licence.

To install and run this project, please see the Downloads Page.

How you can help

We love issues. The best thing you can do for us is to start opening issues. Just jump right in and don't hesitate to contribute if anything strikes your fancy. In case you don't know where to start, we've marked a few open issues that would be really helpful. There's also a Developer Guide to help you on your way.

Additionally, we have a forum dedicated to more general questions and discussions concerning the OpenSearch project as a whole. It's a space for community feedback and we'd be grateful to hear your opinions and suggestions.

Guiding Principles

Here are the principles we use to guide our development. From opensearch.org:

When we (the contributors) are successful, the OpenSearch project will be:

1. Great software. If it doesnt solve your problems, everything else is moot. Its going to be software you love to use.

2. Open source like we mean it. We are invested in this being a successful open source project for the long term. Its all Apache 2.0. Theres no Contributor License Agreement. Easy.

3. A level playing field. We will not tweak the software so that it runs better for any vendor (including AWS) at the expense of others. If this happens, call it out and we will fix it as a community.

4. Used everywhere. Our goal is for as many people as possible to use it in their business, their software, and their projects. Use it however you want. Surprise us!

5. Made with your input. We will ask for public input on direction, requirements, and implementation for any feature we build.

6. Open to contributions. Great open source software is built together, with a diverse community of contributors. If you want to get involved at any level - big, small, or huge - we will find a way to make that happen. We dont know what that looks like yet, and we look forward to figuring it out together.

7. Respectful, approachable, and friendly. This will be a community where you will be heard, accepted, and valued, whether you are a new or experienced user or contributor.

8. A place to invent. You will be able to innovate rapidly. This project will have a stable and predictable foundation that is modular, making it easy to extend.