#list all indices GET _cat/indices
#Creating Data stream PUT _data_stream/first-data-stream
GET _index_template/
GET my-data-stream/_search
#list all indices GET _cat/indices
#Creating Data stream PUT _data_stream/first-data-stream
GET _index_template/
GET my-data-stream/_search
#github gist at #https://ela.st/ilm-slm-gist
PUT _ilm/policy/my-policy { "policy": { "phases": { "hot": { "actions": { "rollover": {
terraform { | |
required_providers { | |
azurerm = { | |
source = "hashicorp/azurerm" | |
version = "<LATEST_VERSION_FROM_REGISTRY_TERRAFORM_IO>" | |
} | |
} | |
} | |
provider "azurerm" { |