-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathelastic-rollover.json
56 lines (56 loc) · 1.29 KB
/
elastic-rollover.json
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
{
"volumes": null,
"id": "/elastic-rollover",
"args": null,
"user": null,
"env": {
"VAULT_HOST": "vault.service.eos.dev.air.hospitales.sanitas.azure",
"ELASTIC_PORT": "9200",
"MAX_AGE_ROLLOVER": "1d",
"DAYS_COUNT_DELETE": "1",
"MAX_DOCS_ROLLOVER": "10",
"INDEX_NAME": "default",
"ROLLOVERSCRIPT_TIME": "3600",
"DELETESCRIPT_TIME": "86400",
"ELASTIC_HOST": "https://coordinator.elasticsearchstratio.l4lb.thisdcos.directory",
"MAX_SIZE_ROLLOVER": "5gb"
},
"instances": 1,
"cpus": 0.5,
"mem": 128,
"disk": 0,
"gpus": 0,
"executor": null,
"constraints": null,
"fetch": null,
"storeUrls": null,
"backoffSeconds": 1,
"backoffFactor": 1.15,
"maxLaunchDelaySeconds": 3600,
"container": {
"docker": {
"image": "master.mesos:5001/stratio/elastic-logrotate:0.1",
"forcePullImage": false,
"privileged": false,
"network": "HOST"
}
},
"healthChecks": null,
"readinessChecks": null,
"dependencies": null,
"upgradeStrategy": {
"minimumHealthCapacity": 1,
"maximumOverCapacity": 1
},
"labels": null,
"acceptedResourceRoles": null,
"residency": null,
"secrets": {
"role": {
"source": "open"
}
},
"taskKillGracePeriodSeconds": null,
"portDefinitions": null,
"requirePorts": false
}