Skip to content

Commit

Permalink
reverted
Browse files Browse the repository at this point in the history
Signed-off-by: ikibo <[email protected]>
  • Loading branch information
ikibo committed Oct 13, 2023
1 parent d5dc133 commit 5bc017d
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions DEVELOPER_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5bc017d

Please sign in to comment.