-
Notifications
You must be signed in to change notification settings - Fork 0
/
elastic_config_periodic.json
54 lines (49 loc) · 1.14 KB
/
elastic_config_periodic.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
{
"save": {
"connect": "key",
"https": {
"host": "143.233.226.60",
"port": 9200,
"password": "SRr4TqV9rPjfzxUmYcjR4R92",
"username": "debatelab"
},
"ssh": {
"port": 222,
"username": "debatelab",
"password": "",
"key_path": "/home/nik/.ssh/debatelab"
}
},
"retrieve": {
"connect": "password",
"https":
{
"username" : "elastic",
"password": "fafOwgabdow.",
"host": "socialwebobservatory.iit.demokritos.gr",
"port": 9200,
"connect": "password"
},
"ssh":{
"port": 222,
"username": "debatelab",
"password": "SciatnodricacyedweasdabTipeanmye43*@",
"key_path": "/home/nik/.ssh/debatelab"
},
"retrieval":
{
"mode": "search",
"search": {
"max_num_results": 5000,
"delta_days": 1,
"error_on_missing": false,
"exclude": {},
"interactive": false
},
"disk": {
"type": "link",
"path": "kasteli_34_urls.txt"
}
}
}
}