Convert individual templates to datastreams Prod Log cluster
What
Convert Individual Templates to Data Streams for Non Prod Log Cluster
Process
- Merge this MR
Check Aliases.GET _cat/aliases/gprd-static-objects-cache?v&h=alias,index,is_write_index
- Remove aliases
POST _aliases { "actions": [ { "remove": { "index": "gprd-static-objects-cache-000309", "alias": "gstg-static-objects-cache" } } ] }
- Check Data Streams created
GET _data_stream/gprd-static-objects-cache
- Check old indices are queryable
GET prd-static-objects-cache-*/_count
Why
Links to relevant issues
Edited by Padraig O Neill