Convert individual templates to datastreams Prod Log cluster

What

Convert Individual Templates to Data Streams for Non Prod Log Cluster

Process

  1. Merge this MR
  2. Check Aliases.
    1. GET _cat/aliases/gprd-static-objects-cache?v&h=alias,index,is_write_index
  3. Remove aliases
    1. POST _aliases { "actions": [ { "remove": { "index": "gprd-static-objects-cache-000309", "alias": "gstg-static-objects-cache" } } ] }
  4. Check Data Streams created
    1. GET _data_stream/gprd-static-objects-cache
  5. Check old indices are queryable
    1. GET prd-static-objects-cache-*/_count

Why

team#4482

Edited by Padraig O Neill

Merge request reports

Loading