You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AppFramework.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Utilizing the App Framework requires one of the following remote storage provide
22
22
23
23
### Prerequisites for Azure Blob remote object storage
24
24
* The remote object storage credentials provided as a kubernetes secret.
25
-
* OR, Use "Managed Indentity" role assigment to the Azure blob container. See [Setup Azure bob access with Managed Indentity](#setup-azure-bob-access-with-managed-indentity)
25
+
* OR, Use "Managed Identity" role assigment to the Azure blob container. See [Setup Azure blob access with Managed Identity](#setup-azure-blob-access-with-managed-identity)
26
26
27
27
### Prerequisites for GCP bucket based remote object storage
28
28
To use GCP storage in the App Framework, follow these setup requirements:
@@ -63,7 +63,7 @@ In this example, you'll deploy a Standalone CR with a remote storage volume, the
63
63
* Or, create a Kubernetes Secret Object with the static storage credentials.
* Configuring an IAM through "Managed Indentity" role assigment to give read access for your bucket (azure blob container). For more details see [Setup Azure bob access with Managed Indentity](#setup-azure-bob-access-with-managed-indentity)
66
+
* Configuring an IAM through "Managed Identity" role assigment to give read access for your bucket (azure blob container). For more details see [Setup Azure blob access with Managed Identity](#setup-azure-blob-access-with-managed-identity)
67
67
* Or, create a Kubernetes Secret Object with the static storage credentials.
* Configuring an IAM through "Managed Indentity" role assigment to give read access for your bucket (azure blob container). For more details see [Setup Azure bob access with Managed Indentity](#setup-azure-bob-access-with-managed-indentity)
198
+
* Configuring an IAM through "Managed Identity" role assigment to give read access for your bucket (azure blob container). For more details see [Setup Azure blob access with Managed Identity](#setup-azure-blob-access-with-managed-identity)
199
199
* Or, create a Kubernetes Secret Object with the static storage credentials.
* Configuring an IAM through "Managed Indentity" role assigment to give read access for your bucket (azure blob container). For more details see [Setup Azure bob access with Managed Indentity](#setup-azure-bob-access-with-managed-indentity)
345
+
* Configuring an IAM through "Managed Identity" role assigment to give read access for your bucket (azure blob container). For more details see [Setup Azure blob access with Managed Identity](#setup-azure-blob-access-with-managed-identity)
346
346
* Or, create a Kubernetes Secret Object with the static storage credentials.
Copy file name to clipboardExpand all lines: docs/Examples.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -699,6 +699,8 @@ spec:
699
699
defaultsUrl: /mnt/license-manager/default.yml
700
700
```
701
701
702
+
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).
703
+
702
704
## Using an External Indexer Cluster
703
705
704
706
*Note that this requires using the Splunk Enterprise container version 8.1.0 or later*
Copy file name to clipboardExpand all lines: docs/Ingress.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ We provide some examples below for configuring a few of the most popular Ingress
23
23
24
24
*[Configuring Ingress Using Istio](#Configuring-Ingress-Using-Istio)
25
25
*[Configuring Ingress Using NGINX](#Configuring-Ingress-Using-NGINX)
26
-
*[Using Let's Encrypt to manage TLS certificates](#installing-the-splunk-operator)
26
+
*[Using Let's Encrypt to manage TLS certificates](#using-lets-encrypt-to-manage-tls-certificates)
27
27
28
28
29
29
Before deploying an example, you will need to review the yaml and replace “example.com” with the domain name you would like to use and replace “example” in the service names with the name of your custom resource object. You will also need to point your DNS for all the desired hostnames to the IP addresses of your ingress load balancer.
0 commit comments