From 65967aaaf33b60ee502714d753cdab35fa9af507 Mon Sep 17 00:00:00 2001 From: Gareth Anderson Date: Tue, 15 Oct 2024 18:43:16 +1100 Subject: [PATCH] Update Examples.md Adding additional context around the use of the external license manager settings as the previous section advises "you need to add licenseManagerRef only to the ClusterManager spec as follows:" Which is not the case for external cluster managers --- docs/Examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Examples.md b/docs/Examples.md index 1847d0416..a3c123dc6 100644 --- a/docs/Examples.md +++ b/docs/Examples.md @@ -657,6 +657,8 @@ spec: defaultsUrl: /mnt/license-manager/default.yml ``` +In the case of an indexer cluster, default.yml will need configuration on the cluster manager custom resource and all indexer cluster custom resource(s) + ## Using an External Indexer Cluster *Note that this requires using the Splunk Enterprise container version 8.1.0 or later*