Elastic cloud supports three types of SSO protocols.
- SAML
- OpenID
- Kerberos
I'm using Auth0 as an identity provider here to configure SAML login with a Elastic Cloud Deployment.
| terraform { | |
| required_providers { | |
| azurerm = { | |
| source = "hashicorp/azurerm" | |
| version = "<LATEST_VERSION_FROM_REGISTRY_TERRAFORM_IO>" | |
| } | |
| } | |
| } | |
| provider "azurerm" { |
#github gist at #https://ela.st/ilm-slm-gist
PUT _ilm/policy/my-policy { "policy": { "phases": { "hot": { "actions": { "rollover": {
#list all indices GET _cat/indices
#Creating Data stream PUT _data_stream/first-data-stream
GET _index_template/
GET my-data-stream/_search