Skip to content

Commit

Permalink
cspl-523: Fix the SmartStore.md indentation
Browse files Browse the repository at this point in the history
 - Update SmartStore.md
 - Update the Examples.md to refer to SmartStore.md

Fixing indentation errors
  • Loading branch information
sgontla committed Oct 19, 2020
1 parent 4f96357 commit c1094cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
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

0 comments on commit c1094cd

Please sign in to comment.