Heather Halter
4247ab035f
Adds info about client.bulk ( #6535 )
...
* Adds info about client.bulk
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* couple of tweaks
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _clients/javascript/helpers.md
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update helpers.md
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
---------
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2024-02-28 15:03:44 -08:00
kolchfa-aws
f9a78d69c2
Add links to samples and API to Python client ( #6508 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2024-02-23 15:29:01 -05:00
Daniel Widdis
93878a9e29
Fix Java client example ( #6438 )
...
The syntax provided for the second example at https://opensearch.org/docs/latest/clients/java/#initializing-the-client-with-ssl-and-tls-enabled-using-restclient-transport is invalid:
- hostname and port order are reversed
- the password field is a character array
The correct syntax is used earlier on the page for the Apache HTTP client version.
Signed-off-by: Daniel Widdis <widdis@gmail.com>
2024-02-19 12:56:03 -06:00
kolchfa-aws
0856c622bf
Update javascript client sample program and Vale rules ( #6435 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2024-02-19 11:12:07 -05:00
Nuhman Pk
53d986d7c2
Add update example for javascript client ( #6243 )
...
* Add update example for javascript client
Signed-off-by: Nuhman Pk <62880706+nuhmanpk@users.noreply.github.com>
* Update _clients/javascript/index.md
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
---------
Signed-off-by: Nuhman Pk <62880706+nuhmanpk@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2024-02-19 09:26:40 -05:00
Derek Ho
6af66500eb
Remove admin:admin default and update instructions for demo setup ( #5887 )
...
* Update some admin:admin references
Signed-off-by: Derek Ho <dxho@amazon.com>
* Update all references except for helm
Signed-off-by: Derek Ho <dxho@amazon.com>
* Update helm
Signed-off-by: Derek Ho <dxho@amazon.com>
* Reverts changes made to _install-and-configure folder
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
* Apply suggestions from code review
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Derek Ho <derek01778@gmail.com>
* Update _about/quickstart.md
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update quickstart.md
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
---------
Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
Signed-off-by: Derek Ho <derek01778@gmail.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Darshit Chanpura <dchanp@amazon.com>
Co-authored-by: Darshit Chanpura <35282393+DarshitChanpura@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
2024-02-01 11:01:58 -08:00
kolchfa-aws
699cb9ac20
Change navigation for index pages of collections ( #6039 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2024-01-04 14:55:05 -05:00
Asifur Rahman Arnab
b0f79935e7
docs: example aws lambda code to initialize client ( #5203 )
...
* docs: example aws lambda code to initialize client
Signed-off-by: arnabrahman <arnabrahman@hotmail.com>
* Doc review comments
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Update _clients/javascript/index.md
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
* Update _clients/javascript/index.md
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
---------
Signed-off-by: arnabrahman <arnabrahman@hotmail.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
2023-12-20 13:10:58 -05:00
kolchfa-aws
cba6739038
Add client compatibility ( #4126 )
...
* Add client compatibility
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Add note for legacy clients
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Implemented tech review feedback
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-12-15 16:44:56 -05:00
gwny
b20a2d8463
fix java client sample error. ( #5504 )
...
* fix java client sample error.
* Revert "fix java client sample error."
* fix java sample error.
Signed-off-by: weinan_gao <weinan.gao@derbysoft.net>
---------
Signed-off-by: weinan_gao <weinan.gao@derbysoft.net>
Co-authored-by: weinan_gao <weinan.gao@derbysoft.net>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-11-28 16:16:00 -06:00
Taeik Lim
0ab38b0dda
[DOC] Dump up java client version (2.6.0 -> 2.8.1) ( #5644 )
...
Signed-off-by: Taeik Lim <sibera21@gmail.com>
2023-11-21 12:58:38 -06:00
kyeoneee
e28942d1c1
[Fix typo] Fix typo on java.md sample code ( #5567 )
...
Fix typo on java.md sample code
Signed-off-by: kyeoneee <23250881+kiyeoneee@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-11-14 11:14:51 -06:00
Gautam Mishra
07762305f5
Add httpclient5 dependency ( #5377 )
...
Add httpclient5 dependency to use Apache HttpClient 5 Transport
Signed-off-by: Gautam Mishra <gautam.mishra@hotmail.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-11-08 15:34:52 -06:00
Samuel Valdes Gutierrez
bd14c328b6
Fixing error in java client documentation for creating indexes ( #5354 )
...
Signed-off-by: Samuel Valdes Gutierrez <valdesgutierrez@gmail.com>
2023-10-26 14:17:00 -05:00
Heather Halter
e907d90fcc
Update java-rest-high-level.md ( #4880 )
...
Updated text as per #4844
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
2023-08-24 16:43:14 -07:00
Vacha Shah
476e2d6422
Correcting the java client code snippets and updating java client version ( #4789 )
...
Signed-off-by: Vacha Shah <vachshah@amazon.com>
2023-08-15 16:00:32 -04:00
Will Li
e826465046
remove redundant space ( #4664 )
...
Signed-off-by: Will Li <cuichen.li94@gmail.com>
2023-08-02 13:19:54 -04:00
David Alpert (Next League)
ca40c6191c
demonstrate fluent queries to exclude fields with empty values ( #4579 )
...
a `TermQuery` with an empty string `Value` is considered by the .NET client to be "conditionless" and is removed from the search request body by default.
for those times that you want to use a `TermQuery` with an empty string `Value` (e.g. show me all documents with a non-empty last_name property) you need to use the `.Verbatim()` method to tell the client library to include the `TermQuery` as written even though it is considered to be "conditionless".
in other words, while a "conditionless" query may not make sense in the positive it can make sense in the negative
```
GET /my-index/_search
{
"query": {
"bool": {
"must": [{
"exists": { "field": "last_name"}
}],
"must_not": [{
"term": {"last_name.keyword": { "value": "" }}
}]
}
},
}
```
Signed-off-by: David Alpert (Next League) <112503249+david-alpert-nl@users.noreply.github.com>
2023-07-18 10:08:56 -07:00
kolchfa-aws
9209c0a6bc
Fix links for link checker ( #4309 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-06-13 15:06:50 -04:00
Heather Halter
09aa024b55
Update version and add link to examples - Javascript client ( #4224 )
...
* addlinktoguides
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* addslinktohelperfile
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* addedlinktohelper
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* Update _clients/javascript/index.md
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _clients/javascript/helpers.md
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2023-06-06 15:50:47 -07:00
Andriy Redko
3ff62a8a6c
Fix RestClientTransport code snippets ( #4149 )
...
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
2023-05-23 12:49:19 -04:00
Bob Kinney
c8b0929fb6
Add notice about pre-release ( #3428 )
...
Adding notice to docs per suggestion in https://github.com/opensearch-project/opensearch-net/issues/166
2023-05-17 12:56:24 -05:00
Heather Halter
ee7d1efd02
More redirects and spelling fixes ( #4093 )
...
* redirects and spelling
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* Update _observing-your-data/ad/index.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _observing-your-data/ad/index.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _search-plugins/knn/index.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-17 09:57:14 -07:00
Heather Halter
fa80af23e5
fixtypo ( #4075 )
...
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-15 11:23:23 -05:00
astephanus
1fb5252cd6
Adds collections landing page configuration and navigation header linking ( #3812 )
...
* Adds collections landing page configuration and navigation header linking
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
* Removes unnecessary collection property from the configuration.
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
* Adds links to navigation collection headers to collection index pages based on the collection name
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
* Hide index pages from view and add info to formatting guide
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Aaron Stephanus <taoist.futility@pm.me>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-11 13:56:08 -04:00
kolchfa-aws
e9db6d6043
Small fixes and redirects ( #4002 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-04 17:47:17 -04:00
kolchfa-aws
8463c8f278
Correct plugin capitalization ( #3838 )
...
* Correct plugin capitalization
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Revert cluster-stats because the name is in response
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Revert cluster-stats once more
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-04 11:11:54 -04:00
Vacha Shah
9a3e49a2f2
Update java client version ( #3753 )
...
Signed-off-by: Vacha Shah <vachshah@amazon.com>
2023-04-11 17:09:42 -04:00
Daniel (dB.) Doubrovkine
680c821937
Add CI with link checker. ( #3584 )
...
* Add CI with link checker.
Signed-off-by: dblock <dblock@amazon.com>
* Capture URI::InvalidURIError.
Signed-off-by: dblock <dblock@amazon.com>
* Use HEAD and catch URI errors.
Signed-off-by: dblock <dblock@amazon.com>
* Retry on a 405 with a GET.
Signed-off-by: dblock <dblock@amazon.com>
* Replaced external link checker with ruby-link-checker.
Signed-off-by: dblock <dblock@amazon.com>
* Don't exit with an exception.
Signed-off-by: dblock <dblock@amazon.com>
* Run internal link checker on build/ci.
Signed-off-by: dblock <dblock@amazon.com>
* Added broken links issue template.
Signed-off-by: dblock <dblock@amazon.com>
* Added host exclusions that 404 or fail on bots.
Signed-off-by: dblock <dblock@amazon.com>
* Raise anyway because Jekyll does it for us.
Signed-off-by: dblock <dblock@amazon.com>
* Fix broken links.
Signed-off-by: dblock <dblock@amazon.com>
* Only run link checker on main.
Signed-off-by: dblock <dblock@amazon.com>
* Re-add check-links.sh.
Signed-off-by: dblock <dblock@amazon.com>
* Run once a day on cron.
Signed-off-by: dblock <dblock@amazon.com>
---------
Signed-off-by: dblock <dblock@amazon.com>
2023-04-04 15:49:27 -04:00
Andriy Redko
4e58f94861
Update OpenSearch Java Client documentation: update version, add ApacheHttpClient5Transport, fix code samples ( #3510 )
...
* Update OpenSearch Java Client documentation: update version, add ApacheHttpClient5Transport, fix code samples
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
* Address review comments
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
---------
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
2023-03-21 11:01:17 -05:00
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
kolchfa-aws
921979064f
Add deprecation warning to high-level python client ( #3007 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-02-21 11:45:06 -05:00
sheltie
94e11ab14d
Add response close go client ( #2828 )
...
* I think response need to close.
The "Go package documentation" calls the Close method.
https://pkg.go.dev/github.com/opensearch-project/opensearch-go#NewClient
Signed-off-by: sheltie <sheltie.fusafusa@gmail.com>
* delete defer
Signed-off-by: sheltie <sheltie.fusafusa@gmail.com>
* Revert "delete defer"
This reverts commit 6852b1c67cdde37c97640f05340354ea51b29fb9.
Signed-off-by: sheltie <sheltie.fusafusa@gmail.com>
---------
Signed-off-by: sheltie <sheltie.fusafusa@gmail.com>
2023-02-20 11:47:13 -05:00
kolchfa-aws
4140289357
Refactors the clients index page ( #2555 )
...
* Refactors the clients index page
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Changed C# to .NET
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-02-07 15:41:38 -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
7aa5f40d04
Adds warning to Java high-level REST client ( #2557 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-02-02 20:28:00 -05:00
kolchfa-aws
b593ca8eed
Adds .net client API documentation link ( #2513 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-01-30 11:50:42 -05:00
Naarcha-AWS
5bbeac2357
Fix links for 2.5 doc changes. ( #2465 )
...
* Fix links for 2.5 doc changes.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add CLI redirect
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2023-01-24 12:12:21 -06: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
Or Bin
10fb6ad585
Typo fix ( #2307 )
2023-01-04 14:22:11 -06:00
kolchfa-aws
a10f13d21b
Adds high-level Python client documentation ( #2141 )
...
* Adds high-level Python client documentation
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Adds bulk operations and document class
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Incorporated review feedback
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Apply suggestions from code review
Co-authored-by: Nate Bower <nbower@amazon.com>
* Update python-high-level.md
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Nate Bower <nbower@amazon.com>
2022-12-19 13:06:04 -05:00
Naarcha-AWS
14cceb8390
Add opensearch-py-ml title ( #2149 )
...
* Add opensearch-py-ml documentation
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add more review feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add final tech review feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Remove eland link
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add Chris' feedback, add correct link to DataFrames
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add editorial review and additional feedback.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add additional feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Remove S from sentence transformers
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Fix typo
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add title to opensearch page
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-12-07 13:20:36 -06:00
Naarcha-AWS
0e7d5e89e8
Add opensearch-py-ml documentation ( #2071 )
...
* Add opensearch-py-ml documentation
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add more review feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add final tech review feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Remove eland link
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add Chris' feedback, add correct link to DataFrames
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add editorial review and additional feedback.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add additional feedback
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Remove S from sentence transformers
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Update _clients/opensearch-py-ml.md
Co-authored-by: Nate Bower <nbower@amazon.com>
* Update _clients/opensearch-py-ml.md
Co-authored-by: Nate Bower <nbower@amazon.com>
* Fix last typo
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
Co-authored-by: Nate Bower <nbower@amazon.com>
2022-12-07 12:29:02 -06:00
Theo Nam Truong
dc09ea070d
Added doc for Ruby Sigv4 ( #2089 )
...
* Added doc for Ruby Sigv4
Signed-off-by: Theo Truong <theotr@amazon.com>
* Update _clients/ruby.md
Style update
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Theo Truong <theotr@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2022-12-05 13:16:34 -05:00
kolchfa-aws
63019c421d
Puts column headers in sentence case ( #1989 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2022-11-18 15:25:06 -05:00
Naarcha-AWS
4d6a275950
Rework Clients, Tools, and Data Prepper section ( #1794 )
...
* Rework Clients, Tools, and Data Prepper section
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Add new Data Prepper files
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2022-11-07 12:41:10 -06:00
Caroline
3017f515b7
Logstash migration guide ( #1487 )
...
* Added cluster permissions to cluster permissions list.
Signed-off-by: carolxob <carolxob@amazon.com>
* Revert "Added cluster permissions to cluster permissions list."
This reverts commit 48a9fb56b7fce308eccf2b4dd8ad6b7c96515a4d.
* Migrated pipelines and migrating from Open Distro.
Signed-off-by: carolxob <carolxob@amazon.com>
* Migrated Logstash Migration Guide to doc site.
Signed-off-by: carolxob <carolxob@amazon.com>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
* Removing OpenDistro file.
Signed-off-by: carolxob <carolxob@amazon.com>
* Reconcile branches.
Signed-off-by: carolxob <carolxob@amazon.com>
* Apply suggestions from code review
Made changes based on feedback.
Co-authored-by: Nate Bower <nbower@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: Nate Bower <nbower@amazon.com>
2022-11-07 09:25:47 -07:00
Caroline
7d49496097
Migrating from open distro data prepper ( #1485 )
...
* Added cluster permissions to cluster permissions list.
Signed-off-by: carolxob <carolxob@amazon.com>
* Revert "Added cluster permissions to cluster permissions list."
This reverts commit 48a9fb56b7fce308eccf2b4dd8ad6b7c96515a4d.
* Migrated pipelines and migrating from Open Distro.
Signed-off-by: carolxob <carolxob@amazon.com>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _clients/data-prepper/migrate-open-distro.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Minor changes to Next Steps section.
Signed-off-by: carolxob <carolxob@amazon.com>
* Added a space to get change to push.
Signed-off-by: carolxob <carolxob@amazon.com>
* Removed space.
Signed-off-by: carolxob <carolxob@amazon.com>
* Saving file and pushing, no major changes.
Signed-off-by: carolxob <carolxob@amazon.com>
* Apply suggestions from code review
Co-authored-by: Nate Bower <nbower@amazon.com>
Signed-off-by: carolxob <carolxob@amazon.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Nate Bower <nbower@amazon.com>
2022-11-03 15:28:03 -06:00
Theo Nam Truong
bdbf110740
Added Sigv4 Section to JavaScript Client ( #1796 )
...
* Added Sigv4 Section to JavaScript Client
Signed-off-by: Theo Truong <theotr@amazon.com>
* Adjusted according to style code/headers guide
Signed-off-by: Theo Truong <theotr@amazon.com>
Signed-off-by: Theo Truong <theotr@amazon.com>
2022-11-03 11:35:56 -05:00