https://github.com/opensearch-project/opensearch-plugins
For all things OpenSearch plugins. You want to install, or develop a plugin? You've come to the right place.
https://github.com/opensearch-project/opensearch-plugins
Last synced: 4 months ago
JSON representation
For all things OpenSearch plugins. You want to install, or develop a plugin? You've come to the right place.
- Host: GitHub
- URL: https://github.com/opensearch-project/opensearch-plugins
- Owner: opensearch-project
- License: apache-2.0
- Created: 2021-04-16T22:39:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T17:29:30.000Z (4 months ago)
- Last Synced: 2025-02-25T18:34:28.455Z (4 months ago)
- Homepage:
- Size: 216 KB
- Stars: 51
- Watchers: 18
- Forks: 62
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
- [OpenSearch Plugins](#opensearch-plugins)
- [Naming Conventions](#naming-conventions)
- [Managing OpenSearch Plugins](#managing-opensearch-plugins)
- [Building Plugins with OpenSearch](#building-plugins-with-opensearch)
- [Upgrading Plugins to work with OpenSearch](#upgrading-plugins-to-work-with-opensearch)
- [Installing Plugins](#installing-plugins)
- [Developing Plugins for OpenSearch](#developing-plugins-for-opensearch)
- [Workflows](#workflows)
- [Plugin Release Notes](#plugin-release-notes)
- [Headers](#headers)
- [Standards](#standards)
- [Contributing](#contributing)
- [License](#license)
- [Copyright](#copyright)## OpenSearch Plugins
This repository contains all the things you ever wanted to know about OpenSearch plugins.
### Naming Conventions
See [CONVENTIONS](CONVENTIONS.md).
### Managing OpenSearch Plugins
We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch plugins as a set. See [META](META.md) for more information.
### Building Plugins with OpenSearch
Until OpenSearch and other artifacts are published to Maven Central [OpenSearch#581](https://github.com/opensearch-project/OpenSearch/issues/581), plugins may require building all their dependencies and publishing them to Maven local.
See [BUILDING](BUILDING.md#building-plugins-with-opensearch) for details.
### Upgrading Plugins to work with OpenSearch
To upgrade your existing plugins to work with OpenSearch, see [UPGRADING](./UPGRADING.md).
### Installing Plugins
See [INSTALLING](INSTALLING.md) for details.
### Developing Plugins for OpenSearch
See [DEVELOPING_PLUGINS](BUILDING.md#developing-new-plugins-for-opensearch) for details.
### Workflows
See [WORKFLOWS](WORKFLOWS.md) for useful workflows that can be added.
### Plugin Release Notes
Plugins generally use a standard format for release notes, see [RELEASE_NOTES](./RELEASE_NOTES.md).
### Headers
See [HEADERS](HEADERS.md) for details of headers including licenses.
### Standards
See [STANDARDS](STANDARDS.md) for information regarding plugin standards.
## Contributing
See [CONTRIBUTING](CONTRIBUTING.md) for more information.
## License
This project is licensed under the [Apache v2.0 License](LICENSE).
## Copyright
Copyright OpenSearch Contributors. See [NOTICE](NOTICE) for details.