Commit Graph

23 Commits

Author SHA1 Message Date
Harsha Vamsi Kalluri 7fb9e5b848
Addd examples on how to connect with Sigv4 for AOS and AOSS (#3250)
* Addd examples on how to connect with Sigv4 for AOS and AOSS

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

* Changed some grammar

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

* Changed more grammar

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>

---------

Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
2023-03-09 09:47:18 -05:00
Nick Baughman 901bc63959
Replace `IndexRequest.Builder.value()` call with call to `.document()` to reflect current state of API (#2658)
Please double-check that this is correct. I'm using `org.opensearch.client:opensearch-java:2.2.0` and `org.opensearch.client:opensearch-rest-client:2.5.0` to try to create a client as per the docs. I noticed that the call to `IndexRequest.Builder.value()` does not work. I believe the correct method name is ``IndexRequest.Builder.document()`
2023-02-07 14:08:03 -05:00
kolchfa-aws bf0c4f8aad
Adds generated documentation to clients (#2458)
* Adds generated documentation to clients

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Reworded as per doc review

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-01-24 11:43:08 -05:00
kolchfa-aws c25ff903a1
Adds Rust client documentation (#2342)
* Adds Rust client documentation

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Added copy buttons and refactored more clients

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review feedback

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* One more fix - indexes

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-01-10 13:49:15 -05:00
kolchfa-aws 89f966a0f1
Refactors JS client helper documentation (#1358)
* Fix Circuit Breaker section in JS client docs

Fix #823

Signed-off-by: Robert Da Silva <mail@robdasilva.com>

* Add documentation for JS client bulk helper

Signed-off-by: Robert Da Silva <mail@robdasilva.com>

* Refactors js client helper documentation

* Incorporated tech review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Incorporated doc review comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Update _clients/javascript/helpers.md

Co-authored-by: Alice Williams <88908598+alicejw-aws@users.noreply.github.com>

* Update _clients/javascript/helpers.md

Co-authored-by: Alice Williams <88908598+alicejw-aws@users.noreply.github.com>

* Update helpers.md

* Incorporated tech review feedback

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Implemented editorial comments

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

Signed-off-by: Robert Da Silva <mail@robdasilva.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Robert Da Silva <mail@robdasilva.com>
Co-authored-by: Alice Williams <88908598+alicejw-aws@users.noreply.github.com>
2022-10-11 12:08:28 -04:00
Vacha Shah 251c9cfffd Update the Java client version
Signed-off-by: Vacha Shah <vachshah@amazon.com>
2022-06-08 10:55:49 -07:00
keithhc2 be6f1ee6c8 More code tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-15 13:15:11 -08:00
keithhc2 a3ed129d15 Tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-15 13:12:01 -08:00
keithhc2 accc360c4a Fixed imports
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-02-15 13:06:09 -08:00
keithhc2 f12a98cb4b Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-09 15:50:01 -08:00
keithhc2 44711700ad Addressed comments
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-09 15:48:48 -08:00
keithhc2 8d1dfa5040 Language tweaks
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-09 11:18:01 -08:00
keithhc2 0ab79cbdb6 Added security instructions to Java clients
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-08 15:00:01 -08:00
Keith Chan c41ff80be8
Merge pull request #306 from opensearch-project/java-client
Added OpenSearch dependency
2021-12-03 10:32:59 -08:00
keithhc2 b249b45f1d Added OpenSearch dependency and updated logstash and OpenSearch versions
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2021-12-01 14:02:23 -08:00
keithhc2 f6250421a7 Spacing and title fixes 2021-10-22 14:22:15 -07:00
keithhc2 9022db56eb Added Gradle dependency 2021-10-22 11:57:44 -07:00
keithhc2 0d78441e76 Added finally block 2021-10-22 11:48:16 -07:00
keithhc2 62d037ae63 Added versioning to high-level rest and tweaked some code 2021-10-21 17:37:52 -07:00
keithhc2 6a1cc2c276 Added note recommending new client and changed POM dependency 2021-10-21 16:34:14 -07:00
Keith Chan a0590a400c
Added maven repo 2021-09-27 10:09:34 -07:00
Keith Chan 9861e07d7c
Added quotes around keystore password 2021-09-20 13:18:21 -07:00
keithhc2 9738b5c54b Finally adding new OpenSearch java client 2021-09-17 17:18:46 -07:00