This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsdmc-documents.template.json
43 lines (43 loc) · 2.34 KB
/
sdmc-documents.template.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
{
"index_patterns": "stormshield-sdmc-documents-*",
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 0,
"index.refresh_interval": "30s"
},
"mappings": {
"_doc": {
"properties": {
"access_right": {"type": "keyword"},
"action": {"type": "keyword"},
"client": {"type": "keyword"},
"client_type": {"type": "keyword"},
"client_version": {"type": "keyword"},
"date": {"type": "date"},
"dest": {"type": "keyword"},
"device_hostname": {"type": "keyword"},
"device_unique_id": {"type": "keyword"},
"entity": {"type": "keyword"},
"file_name": {"type": "keyword"},
"file_dest": {"type": "keyword"},
"file_src": {"type": "keyword"},
"first_name": {"type": "keyword"},
"full_name": {"type": "keyword"},
"id": {"type": "keyword"},
"internal_product": {"type": "keyword"},
"last_name": {"type": "keyword"},
"manage_right": {"type": "keyword"},
"msg": {"type": "keyword"},
"os": {"type": "keyword"},
"os_type": {"type": "keyword"},
"os_version": {"type": "keyword"},
"sharedspace_id": {"type": "keyword"},
"sharedspace_name": {"type": "keyword"},
"sharedspace_type": {"type": "keyword"},
"src": {"type": "keyword"},
"type": {"type": "keyword"},
"user_id": {"type": "keyword"}
}
}
}
}