Skip to content

Commit 15fd21b

Browse files
authored
Merge pull request #156 from splunk/sgontla-fix-indentation
cspl-523: Update SmartStore.md
2 parents 4f96357 + c1094cd commit 15fd21b

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

docs/Examples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ deployments.
1212
- [Cluster Services](#cluster-services)
1313
- [Creating a Cluster with Data Fabric Search (DFS)](#creating-a-cluster-with-data-fabric-search-dfs)
1414
- [Cleaning Up](#cleaning-up)
15+
- [Smartstore Index Management](#smartstore-index-management)
1516
- [Using Default Settings](#using-default-settings)
1617
- [Installing Splunk Apps](#installing-splunk-apps)
1718
- [Using Apps for Splunk Configuration](#using-apps-for-splunk-configuration)
@@ -379,6 +380,9 @@ kubectl delete idc example
379380
kubectl delete clustermaster cm
380381
```
381382

383+
## SmartStore Index Management
384+
385+
Indexes can be managed through the Splunk Operator. Every index configured through the Splunk Operator must be SmartStore enabled. For further details, see [SmartStore Resource Guide](SmartStore.md).
382386

383387
## Using Default Settings
384388

@@ -831,4 +835,4 @@ Use the kubectl command to update the global kubernetes secret object:
831835

832836
Use the kubectl command to delete the global kubernetes secret object:
833837

834-
`kubectl delete secret splunk-<desired_namespace>-secret`
838+
`kubectl delete secret splunk-<desired_namespace>-secret`

docs/SmartStore.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
replicas: 1
3636
smartstore:
3737
volumes:
38-
- name: <remote_volume_name>
39-
path: <remote_volume_path>
40-
endpoint: https://s3-<region>.amazonaws.com
41-
secretRef: <secret_store_obj>
38+
- name: <remote_volume_name>
39+
path: <remote_volume_path>
40+
endpoint: https://s3-<region>.amazonaws.com
41+
secretRef: <secret_store_obj>
4242
indexes:
4343
- name: <index_name_1>
4444
remotePath: $_index_name
@@ -78,10 +78,10 @@ metadata:
7878
spec:
7979
smartstore:
8080
volumes:
81-
- name: <remote_volume_name>
82-
path: <remote_volume_path>
83-
endpoint: https://s3-<region>.amazonaws.com
84-
secretRef: <secret_store_obj>
81+
- name: <remote_volume_name>
82+
path: <remote_volume_path>
83+
endpoint: https://s3-<region>.amazonaws.com
84+
secretRef: <secret_store_obj>
8585
indexes:
8686
- name: <index_name_1>
8787
remotePath: $_index_name

0 commit comments

Comments
 (0)