Skip to content

Commit

Permalink
document changes : add splunk-ansible reference (#1231)
Browse files Browse the repository at this point in the history
* Update name to tls-splunktest

Istio uses the name for protocol selection https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/

* Add link to ansible default.yml.spec page

There is not an obvious link from the defaults: on this page and the default.yml.spec page on the splunk-ansible repo

Adding a link

---------

Co-authored-by: gjanders <gareth.anderson03@gmail.com>
Co-authored-by: gaurav-splunk <69282718+gaurav-splunk@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 27, 2023
1 parent a6ce3f2 commit d61f383
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ spec:
serviceTemplate:
spec:
ports:
- name: splunktest
- name: tls-splunktest
port: 9998
protocol: TCP
targetPort: 9998
Expand Down
5 changes: 4 additions & 1 deletion docs/MultisiteExamples.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Limitation: all the IndexerCluster resources must be located in the same namespa

#### Deploy the cluster-manager

Note: the image version is defined in these resources as this allows to control the upgrade cycle
Note:
* The image version is defined in these resources as this allows to control the upgrade cycle
* For all available default parameters refer to [splunk-ansible default.yml.spec.md](https://github.com/splunk/splunk-ansible/blob/develop/docs/advanced/default.yml.spec.md)

```yaml
cat <<EOF | kubectl apply -n splunk-operator -f -
Expand Down Expand Up @@ -133,6 +135,7 @@ Additional ansible default parameters must be set to activate multisite:
* `multisite_master`: which should reference the cluster-manager service of the target indexer cluster
* `site`: which should in general be set to `site: site0` to disable search affinity ([documentation for more details]
(https://docs.splunk.com/Documentation/Splunk/latest/DistSearch/DeploymultisiteSHC#Integrate_a_search_head_cluster_with_a_multisite_indexer_cluster))
* For all available default parameters refer to [splunk-ansible default.yml.spec.md](https://github.com/splunk/splunk-ansible/blob/develop/docs/advanced/default.yml.spec.md)

```yaml
cat <<EOF | kubectl apply -n splunk-operator -f -
Expand Down

0 comments on commit d61f383

Please sign in to comment.