https://github.com/sbcd90/opensearch-hello-world-plugin
a simple AWS OpenSearch plugin just for use as a skeleton for kotlin
https://github.com/sbcd90/opensearch-hello-world-plugin
Last synced: 6 days ago
JSON representation
a simple AWS OpenSearch plugin just for use as a skeleton for kotlin
- Host: GitHub
- URL: https://github.com/sbcd90/opensearch-hello-world-plugin
- Owner: sbcd90
- License: apache-2.0
- Created: 2022-02-28T02:43:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T02:47:32.000Z (over 4 years ago)
- Last Synced: 2025-02-26T06:31:41.561Z (over 1 year ago)
- Language: Kotlin
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
opensearch-hello-world-plugin
=============================
This is a simple AWS OpenSearch plugin just for use as a skeleton for kotlin.
Testing
=======
```
curl -XPOST 'http://localhost:9200/_plugins/hello_world' -H 'Content-Type: application/json' -d '{"name":"sbcd90"}' -u 'admin:admin' --insecure
{"_id":"sbcd90"}%
```