-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcompany_template_1.json
46 lines (46 loc) · 1023 Bytes
/
company_template_1.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
{
"order": 0,
"index_patterns": [
"prod-skevents*",
"dev-skevents*",
"local-skevents*"
],
"settings": {
"index.mapping.total_fields.limit": 2000
},
"mappings": {
"properties": {
"eventCode": {
"type": "text"
},
"userInfo": {
"enabled": false
},
"httpBody": {
"enabled": false
},
"httpQuery": {
"enabled": false
},
"httpParams": {
"enabled": false
},
"logLevel": {
"enabled": false
},
"response": {
"enabled": false
},
"parameters": {
"enabled": false
},
"cookies": {
"enabled": false
},
"properties": {
"enabled": false
}
}
},
"aliases": {}
}