-
Notifications
You must be signed in to change notification settings - Fork 47
/
cm_2idxc1site_3shc_uf.yml
70 lines (62 loc) · 1.35 KB
/
cm_2idxc1site_3shc_uf.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
# splunk_config.yml
plugin: splunk-platform-automator
virtualbox:
# box: "centos/7" # Default
# box: "ubuntu/xenial64"
# Splunk default settings
splunk_defaults:
# splunk_env_name: splk
# splunk_version: '8.2.3'
# splunk_architecture: amd64
# splunk_admin_password: 'splunklab'
# splunk_license_file: Splunk_Enterprise.lic
# splunk_indexes:
# test1:
# test2_metrics:
# datatype: metric
# Indexer Cluster settings
splunk_idxclusters:
- idxc_name: idxc1
idxc_password: splunkidxc
idxc_replication_port: 9887
idxc_site_rf: 'origin:2, total:2'
idxc_site_sf: 'origin:2, total:2'
# Search Head Cluster settings
splunk_shclusters:
- shc_name: shc1
shc_site: site0
shc_password: splunkshc
shc_replication_port: 9887
# Splunk hosts with its settings
splunk_hosts:
# Cluster Manager
- name: cm
roles:
- deployment_server
- deployer
- cluster_manager
- monitoring_console
#- license_manager
idxcluster: idxc1
shcluster: shc1
site: site0
# Cluster Indexers (site1)
- iter:
prefix: idx
numbers: 1..2
roles:
- indexer
idxcluster: idxc1
site: site1
# Search Heads
- iter:
prefix: sh
numbers: 1..3
roles:
- search_head
shcluster: shc1
# Universal Forwarder
- name: uf
roles:
- universal_forwarder