Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ deployments.
- [Cluster Services](#cluster-services)
- [Creating a Cluster with Data Fabric Search (DFS)](#creating-a-cluster-with-data-fabric-search-dfs)
- [Cleaning Up](#cleaning-up)
- [Smartstore Index Management](#smartstore-index-management)
- [Using Default Settings](#using-default-settings)
- [Installing Splunk Apps](#installing-splunk-apps)
- [Using Apps for Splunk Configuration](#using-apps-for-splunk-configuration)
Expand Down Expand Up @@ -379,6 +380,9 @@ kubectl delete idc example
kubectl delete clustermaster cm
```

## SmartStore Index Management

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).

## Using Default Settings

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

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

`kubectl delete secret splunk-<desired_namespace>-secret`
`kubectl delete secret splunk-<desired_namespace>-secret`
16 changes: 8 additions & 8 deletions docs/SmartStore.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ spec:
replicas: 1
smartstore:
volumes:
- name: <remote_volume_name>
path: <remote_volume_path>
endpoint: https://s3-<region>.amazonaws.com
secretRef: <secret_store_obj>
- name: <remote_volume_name>
path: <remote_volume_path>
endpoint: https://s3-<region>.amazonaws.com
secretRef: <secret_store_obj>
indexes:
- name: <index_name_1>
remotePath: $_index_name
Expand Down Expand Up @@ -78,10 +78,10 @@ metadata:
spec:
smartstore:
volumes:
- name: <remote_volume_name>
path: <remote_volume_path>
endpoint: https://s3-<region>.amazonaws.com
secretRef: <secret_store_obj>
- name: <remote_volume_name>
path: <remote_volume_path>
endpoint: https://s3-<region>.amazonaws.com
secretRef: <secret_store_obj>
indexes:
- name: <index_name_1>
remotePath: $_index_name
Expand Down