From ed7484bffb8dde032084637a3309eda74059d337 Mon Sep 17 00:00:00 2001 From: Kieran Date: Sat, 9 May 2026 18:36:21 +0100 Subject: [PATCH] Added more details to licence warning --- example_configs/elasticsearch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_configs/elasticsearch.md b/example_configs/elasticsearch.md index f8f923b..0287096 100644 --- a/example_configs/elasticsearch.md +++ b/example_configs/elasticsearch.md @@ -1,6 +1,6 @@ # Elasticsearch configuration -> ⚠️ Configuring Elasticsearch to use LDAP auth requires a paid licence. Only the `default` and `file` realms are enabled on a Basic licence. +> ⚠️ Configuring Elasticsearch to use LDAP auth requires a paid licence. Only the `default` and `file` realms are enabled on a Basic licence. Using the trial licence on cluster init will allow LDAP auth to be configured. This basic configuration example is for LLDAP auth on [Elastic Cloud on Kubernetes (ECK)](https://www.elastic.co/docs/deploy-manage/deploy/cloud-on-k8s). Advanced configuration can be found in the [Elastic docs](https://www.elastic.co/docs/deploy-manage/users-roles/cluster-or-deployment-auth/ldap).