From 5bc017d0752d340023044e82e695c7115d88494b Mon Sep 17 00:00:00 2001 From: ikibo Date: Sat, 14 Oct 2023 01:23:34 +0300 Subject: [PATCH] reverted Signed-off-by: ikibo --- DEVELOPER_GUIDE.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/DEVELOPER_GUIDE.md b/DEVELOPER_GUIDE.md index 713e0e6d7..c37625806 100644 --- a/DEVELOPER_GUIDE.md +++ b/DEVELOPER_GUIDE.md @@ -108,38 +108,3 @@ See [CONTRIBUTING](CONTRIBUTING.md). ### Backport - [Link to backport documentation](https://github.com/opensearch-project/opensearch-plugins/blob/main/BACKPORT.md) - - -PUT _plugins/_transform/sample -{ -"transform": { -"enabled": true, -"continuous": true, -"schedule": { -"interval": { -"period": 1, -"unit": "Minutes", -"start_time": 1696885200 -} -}, -"description": "Sample transform job", -"source_index": "sample1", -"target_index": "sample2", -"data_selection_query": { -"match_all": {} -}, -"page_size": 1, -"groups": [ -{ -"terms": { -"source_field": "color", -"target_field": "colors" -} -} -], -"aggregations": { -} -} -} - -./gradlew integTest -Dtest.debug=true -Dcluster.debug -Dtests.class="org.opensearch.indexmanagement.indexstatemanagement.action.ShrinkActionIT" -Dtests.method="test switch aliases" \ No newline at end of file