-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSPECFILE
More file actions
73 lines (72 loc) · 2.32 KB
/
SPECFILE
File metadata and controls
73 lines (72 loc) · 2.32 KB
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
71
72
73
title: Elasticsearch formula
description: Salt formula for installing some base components
root_path: elasticsearch
components:
- title: Elasticsearch Master Node
description: Elasticsearch Master Node
sls_path: elasticsearch.master
- title: Elasticsearch Data Node
description: Elasticsearch Data Node
sls_path: elasticsearch.data
- title: Elasticsearch Client Node
description: This is neither a master nor data node - it is meant to be used as the connection point into the cluster.
sls_path: elasticsearch.client
- title: Elasticsearch Config Only Node
description: This should be placed on edge nodes that need to communicate with elasticsearch but not join a cluster
sls_path: elasticsearch.config_only
- title: Elasticsearch Kibana Server
description: Kibana server for visualization
sls_path: elasticsearch.kibana
- title: Elasticsearch Monitoring Client
description: Monitoring with Sensu for ES client addons
sls_path: elasticsearch.monitor
pillar_defaults:
elasticsearch:
version: 5.5.2
http_port: 9200
tcp_port: 9300
master_heap_size: 2g
heap_size: 2g
replicas: 2
seccomp: false
marvel:
# Only valid in ES 2
install: true
version: 2.4.5
external_cluster:
is_external:
kibana:
# If the ES version is >= 5.0.0, we install the matching kibana
# version instead of using this variable
version: 4.6.6
sense: true
# only for ES 2 (see x-pack for encryption on ES 5)
encrypted: false
xpack:
# Only valid in ES 5
install: true
# Enable a few things by default
graph:
enabled: false
ml:
enabled: false
monitoring:
enabled: true
exporter:
url:
username:
password:
reporting:
enabled: true
encryption_key: '123456'
security:
enabled: false
watcher:
enabled: true
aws:
install: false
region:
access_key:
secret_key:
icu:
install: false