-
Notifications
You must be signed in to change notification settings - Fork 0
/
elastic_config.json
53 lines (53 loc) · 1.2 KB
/
elastic_config.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": "disk",
"search": {
"terms": [
"Συζήτηση",
"βουλή",
"επίκαιρες",
"πληγέντων"
],
"field": "title",
"delta_days": 100,
"error_on_missing": false,
"exclude": {},
"interactive": false
},
"disk": {
"type": "link",
"path": "/home/nik/work/debatelab/argument-mining-v2/collected100.txt"
}
}
}
}