-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathcm_2idxc_sh_uf.yml
56 lines (49 loc) · 1.04 KB
/
cm_2idxc_sh_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
---
# 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_rf: 2
idxc_sf: 2
# Splunk hosts with its settings
splunk_hosts:
# Cluster Manager
- name: cm
roles:
- cluster_manager
- deployment_server
- monitoring_console
#- license_manager
idxcluster: idxc1
# Cluster Indexers
- iter:
prefix: idx
numbers: 1..2
roles:
- indexer
idxcluster: idxc1
# Single Search Head
- name: sh
roles:
- search_head
# Universal Forwarder
- name: uf
roles:
- universal_forwarder