seittema
3e3a54d312
Update update-by-query.md ( #3693 )
...
* Update update-by-query.md
Updated the slices parameter description to be in-line with what's actually available. You can specify the string 'auto' as well. The text is pulled from the https://github.com/opensearch-project/documentation-website/blob/main/_api-reference/document-apis/delete-by-query.md documentation to keep in sync.
* Update _api-reference/document-apis/update-by-query.md
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
---------
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-22 17:00:09 -05:00
Peter Zhu
f055a7ff85
Tweak debian installation for newer debian testing servers ( #4142 )
...
* Tweak debian installation for newer debian testing servers
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
* Tweaks
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
* Update _install-and-configure/install-dashboards/debian.md
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
* Update _install-and-configure/install-opensearch/debian.md
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
---------
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2023-05-22 17:30:20 -04:00
kolchfa-aws
c1fd49d432
Turn on style rules for the style workflow ( #4141 )
...
* Turn on style rules for the style workflow
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Turn off suggestions
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-22 15:41:02 -04:00
Heather Halter
3eaa7f16a2
removebuttons ( #4133 )
...
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-19 16:23:21 -07:00
Heather Halter
190bdd75db
Adds list to REST API reference page ( #4128 )
...
* adds list to rest api reference page
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* tweaked wording
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* tweaks
Signed-off-by: Heather Halter <hdhalter@amazon.com>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-19 11:33:20 -07:00
Heather Halter
4048d1237b
redirect fixes ( #4100 )
...
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-18 20:30:12 -07:00
kolchfa-aws
fe2feca27e
Add 1.3.10 to version history ( #4106 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-18 14:52:26 -04:00
JHeil
a4138eaaf4
Update async response state with real values ( #4085 )
...
Signed-off-by: JHeil <52839010+JHeilCoveo@users.noreply.github.com>
2023-05-18 12:15:43 -05:00
Bryce Seager van Dyk
3470787811
Remove references to _shard_doc ( #3808 )
...
Opensearch does not currently appear to support `_shard_doc` as part of Point In Time search, so remove references to it from the documentation.
Further details:
- I don't see any reference to `_shard_doc` in the code on [Opensearch's](https://github.com/opensearch-project/OpenSearch ) main branch at time of proposing the change.
- ElasticSearch added `_shard_doc` in [7.12](https://github.com/elastic/elasticsearch-net/issues/5337 ) and it looks like it was not added as part of Opensearch's [Point In Time work](https://github.com/opensearch-project/OpenSearch/issues/1147 ).
Signed-off-by: Bryce Seager van Dyk <bryce@vandyk.net.nz>
2023-05-18 12:14:53 -05:00
Adam Gabryś
b52424e67b
Describe SAML supported private key format and encryption algorithm ( #1855 )
...
OpenSearch allows signing requests by using a private key in the PKCS#8 format. If a user wants to use an encrypted key, the key must be encrypted with a PKCS#12-compatible algorithm.
The `SAML -> Request signing` documentation is extended with the requirements. It should save time of the customers who use wrong key formats or a good key format, but encrypted with an unsupported algorithm (e.g. PKCS#5 2.0 compatible algorithm).
Signed-off-by: Adam Gabryś <adam.gabrys@live.com>
2023-05-18 12:08:11 -05:00
I Made Ocy Darma Putra
2e49b86962
feat: docker pull opensearch to opensearchproject ( #3771 )
...
change the right name and add version tag of the images, because docker will find only latest, the current images only 1.0.0 ver
2023-05-18 12:07:06 -05:00
Powershellfish
1de70d2bd0
[DOC] Fix Trace Analytics metadata to appear correctly in TOC. ( #4103 )
...
* Test.
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
* Update index.md
Testing ability to create PRs.
* Removed indentation.
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
* Update title to nest correctly under TOC.
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
---------
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
2023-05-18 09:12:18 -07:00
kolchfa-aws
5f9c0d575a
Add the preference query parameter options ( #4099 )
...
* Add the preference query parameter options
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Add more valid values
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Apply suggestions from code review
Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Chris Moore <107723039+cwillum@users.noreply.github.com>
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: Nathan Bower <nbower@amazon.com>
2023-05-18 09:50:27 -04:00
kolchfa-aws
6a00fc0b07
Logs wording changes ( #4101 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-17 21:01:58 -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
2b627de8f8
Fix mapping redirect ( #4084 )
...
* fixredirecttomappings
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* fixredirectmappings
Signed-off-by: Heather Halter <hdhalter@amazon.com>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-16 08:52:03 -07:00
Powershellfish
baa2fb45ef
[DOC] Remove indentation in copy_values processor ( #4057 )
...
* Test.
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
* Update index.md
Testing ability to create PRs.
* Removed indentation.
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
---------
Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com>
2023-05-15 17:49:13 -07:00
Heather Halter
6f6848dff8
More redirect updates ( #4077 )
...
* more redirects
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* fixlinks
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* fixedlinks
Signed-off-by: Heather Halter <hdhalter@amazon.com>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-15 14:59:57 -07:00
David Venable
a9a47ed945
Data Prepper documentation for the SNS to SQS fan out pattern in S3 ( #3915 )
...
* Adds documentation on how to use the SNS to SQS fan out with Data Prepper.
Signed-off-by: David Venable <dlv@amazon.com>
* Grammar edits.
* Update s3-logs.md
* Update _data-prepper/common-use-cases/s3-logs.md
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _data-prepper/common-use-cases/s3-logs.md
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
---------
Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
2023-05-15 12:55:45 -05:00
kolchfa-aws
ba8039c334
Add 404 error page ( #4076 )
...
* Add a 404 page
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Add header
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Reword
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Reword sentence
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-15 13:38:07 -04:00
Naarcha-AWS
1962ae96d4
Fix typo on correlation page ( #4073 )
...
* Fix typo on correlation page
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update correlation-config.md
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
---------
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-15 11:25:05 -05:00
Heather Halter
fa80af23e5
fixtypo ( #4075 )
...
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-15 11:23:23 -05:00
Daniel Widdis
5fb54e350b
Document class metadata memory reservation impacts ( #3266 )
...
* Document class metadata memory reservation impacts
Signed-off-by: Daniel Widdis <widdis@gmail.com>
* Update index.md
* Address review comments
Signed-off-by: Daniel Widdis <widdis@gmail.com>
* Revise wording for more clarity
Signed-off-by: Daniel Widdis <widdis@gmail.com>
---------
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-11 20:33:16 -05:00
Heather Halter
e9db68d327
redirect updates ( #4061 )
...
* redirect updates
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* Update _search-plugins/sql/ppl/syntax.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-05-11 15:48:29 -07:00
Heather Halter
cb29ffb862
Add 404 page ( #4029 )
...
* add 404 page
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* added link
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* update text on 404 page
Signed-off-by: Heather Halter <hdhalter@amazon.com>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-11 13:46:46 -07: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
Miki
b8e1e164b0
Upgrade Jekyll to 4.3.2 ( #3709 )
...
Signed-off-by: Miki <miki@amazon.com>
2023-05-11 12:33:20 -05:00
kolchfa-aws
2e369607e1
Add index pages to support heading clickability ( #3837 )
...
* Add index pages and reorganize content for header clickability
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Apply suggestions from code review
Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
* Implemented doc review comments
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Punctuation fix
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Renamed to creating and tuning cluster
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Content planning dashboards index page
Signed-off-by: vagimeli <vagimeli@amazon.com>
* Add Dashboards index page
Signed-off-by: vagimeli <vagimeli@amazon.com>
* Add Dashboards index page
Signed-off-by: vagimeli <vagimeli@amazon.com>
* Add Dashboards index
Signed-off-by: vagimeli <vagimeli@amazon.com>
* Update _dashboards/index.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
* Address doc feedback
Signed-off-by: vagimeli <vagimeli@amazon.com>
* Apply suggestions from code review
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
* Implemented editorial comments
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Link fix
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com>
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: Nathan Bower <nbower@amazon.com>
2023-05-11 11:00:30 -04:00
David Venable
56a55102a6
Document Data Prepper circuit breakers. ( #3916 )
...
* Document Data Prepper circuit breakers.
Signed-off-by: David Venable <dlv@amazon.com>
* Update configuring-data-prepper.md
* Update configuring-data-prepper.md
* Update _data-prepper/managing-data-prepper/configuring-data-prepper.md
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _data-prepper/managing-data-prepper/configuring-data-prepper.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _data-prepper/managing-data-prepper/configuring-data-prepper.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _data-prepper/managing-data-prepper/configuring-data-prepper.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
* Update _data-prepper/managing-data-prepper/configuring-data-prepper.md
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
---------
Signed-off-by: David Venable <dlv@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
2023-05-10 13:13:54 -05:00
kolchfa-aws
b58aec3555
Add limitation on aggregations for long values ( #4045 )
...
* Add limitation on aggregations for long values
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Implemented doc review comments
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-09 14:34:53 -04:00
Pascal N
7295b43271
Update api.md ( #4039 )
...
Signed-off-by: Pascal N. <26493612+paasi6666@users.noreply.github.com>
2023-05-09 12:43:29 -05:00
phkorn
20052bb5e9
fix link to did you mean functionality ( #4038 )
...
* Update index.md
fix link to did you mean functionality
Signed-off-by: phkorn <1607865+phkorn@users.noreply.github.com>
* Added a redirect
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: phkorn <1607865+phkorn@users.noreply.github.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-09 10:14:44 -04:00
kolchfa-aws
76fb104897
Add Terraform provider documentation ( #4035 )
...
* Add Terraform provider documentation
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
* Update _tools/terraform.md
Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
* Implemented editorial comments
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
---------
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
2023-05-08 16:23:04 -04:00
Melissa Vagi
9a8e15dbbe
[DOC] Update multidata sources to remove experimental wording ( #3962 )
...
* Edit to remove experimental wording and refresh
Signed-off-by: vagimeli <vagimeli@amazon.com>
Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
Co-authored-by: Heather Halter <HDHALTER@AMAZON.COM>
2023-05-08 10:58:26 -06:00
kolchfa-aws
05af1a190e
Style rule tweaks ( #4031 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-08 11:55:40 -04:00
Heather Halter
2bc05adb72
more redirect changes 5 ( #4028 )
...
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-08 08:07:01 -07:00
kolchfa-aws
0c30dca2ec
Turn on substitutions and lint only added lines in style workflow ( #4025 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-05 14:44:51 -04:00
Heather Halter
ec648b8f83
More redirect changes and small tweaks ( #4022 )
...
* more redirect changes and small tweaks
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* Update _api-reference/cluster-api/cluster-allocation.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _api-reference/cluster-api/cluster-awareness.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _api-reference/cluster-api/cluster-health.md
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _api-reference/cluster-api/cluster-decommission.md
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
* Update _im-plugin/ism/managedindexes.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>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2023-05-05 09:02:49 -07:00
Heather Halter
d1c22f9f68
more api redirects ( #4013 )
...
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-04 17:03:27 -07: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
Miki
271a98d669
Allow limiting the versions shown by default in the `version-selector` ( #3773 )
...
* Allow limiting the versions shown by default in the `version-selector`
Signed-off-by: Miki <miki@amazon.com>
* Add archived versions
* Update versions.json
* Add archived versions for version selector.tpl
* Switch back to old versions
---------
Signed-off-by: Miki <miki@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-04 16:36:13 -05:00
Chris Moore
a32766e765
Fix actionsgroups API example response and cleanup topic generally ( #3963 )
...
* fix#3751 Sec API cleanup
Signed-off-by: cwillum <cwmmoore@amazon.com>
* fix#3751 Sec API cleanup
Signed-off-by: cwillum <cwmmoore@amazon.com>
* fix#3751 Sec API cleanup
Signed-off-by: cwillum <cwmmoore@amazon.com>
* fix#3751 Sec API cleanup
Signed-off-by: cwillum <cwmmoore@amazon.com>
---------
Signed-off-by: cwillum <cwmmoore@amazon.com>
2023-05-04 14:11:45 -07:00
kolchfa-aws
c46c242041
Add flat object to object field types ( #3989 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
2023-05-04 15:30:33 -04:00
kolchfa-aws
9b0b20228c
Generalizes versions in example responses and adds copy buttons ( #3946 )
...
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
2023-05-04 15:20:38 -04:00
Heather Halter
22cfcf119b
CAT API redirects ( #3965 )
...
* catapi redirects
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* data prepper redirects
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* committing unsaved
Signed-off-by: Heather Halter <hdhalter@amazon.com>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
2023-05-04 11:22:52 -07:00
Heather Halter
8ed9a9505b
More redirect fixes - index and ingestion APIs ( #3975 )
...
* more redirect fixes to index and ingest apis
Signed-off-by: Heather Halter <hdhalter@amazon.com>
* one more
Signed-off-by: Heather Halter <hdhalter@amazon.com>
---------
Signed-off-by: Heather Halter <hdhalter@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
2023-05-04 10:44:02 -07:00
Nathan Bower
20c87bb150
Updates style guide and terms ( #3980 )
...
* Updates style guide and terms
Signed-off-by: natebower <102320899+natebower@users.noreply.github.com>
* Adds term
Signed-off-by: natebower <102320899+natebower@users.noreply.github.com>
* Adds guidance
Signed-off-by: natebower <102320899+natebower@users.noreply.github.com>
---------
Signed-off-by: natebower <102320899+natebower@users.noreply.github.com>
2023-05-04 13:09:26 -04:00
Naarcha-AWS
72203306d4
Fix ML links ( #3976 )
...
* Fix ML links
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Fix style errors
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
* Fix RCF spelling
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
---------
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
2023-05-04 11:17:15 -05: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