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 pathsns-filterstat.template.json
72 lines (72 loc) · 3.01 KB
/
sns-filterstat.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"index_patterns": "stormshield-sns-filterstat-*",
"settings": {
"index.number_of_shards": 1,
"index.number_of_replicas": 0,
"index.refresh_interval": "30s"
},
"mappings": {
"_doc": {
"properties": {
"Accepted": {"type": "long"},
"Blocked": {"type": "long"},
"Byte(i/o)": {"type": "keyword"},
"ConnMem": {"type": "long"},
"datechange": {"type": "long"},
"DTrackMem": {"type": "long"},
"duration": {"type": "double"},
"DynamicMem": {"type": "long"},
"EtherStateByte(i/o)": {"type": "keyword"},
"EtherStateConn": {"type": "long"},
"EtherStatePacket": {"type": "long"},
"Event": {"type": "long"},
"EventMax": {"type": "long"},
"FragMem": {"type": "long"},
"Fragmented": {"type": "long"},
"fw": {"type": "keyword"},
"HostMem": {"type": "long"},
"HostrepScore": {"type": "long"},
"HostrepMax": {"type": "long"},
"HostrepRequests": {"type": "long"},
"ICMPByte(i/o)": {"type": "keyword"},
"ICMPMem": {"type": "long"},
"ICMPPacket": {"type": "long"},
"internal_product": {"type": "keyword"},
"IPStateByte(i/o)": {"type": "keyword"},
"IPStateConn": {"type": "long"},
"IPStateConnNatDst": {"type": "long"},
"IPStateConnNatSrc": {"type": "long"},
"IPStateConnNoNatDst": {"type": "long"},
"IPStateConnNoNatSrc": {"type": "long"},
"IPStateMem": {"type": "byte"},
"IPStatePacket": {"type": "long"},
"Logged": {"type": "long"},
"LogOverflow": {"type": "long"},
"logtype": {"type": "keyword"},
"PvmFacts": {"type": "long"},
"PvmOverflow": {"type": "long"},
"SavedEvaluation": {"type": "long"},
"SCTPAssoc": {"type": "long"},
"SCTPAssocByte(i/o)": {"type": "keyword"},
"SCTPAssocPacket": {"type": "long"},
"startime": {"type": "keyword"},
"TCPByte(i/o)": {"type": "keyword"},
"TCPConn": {"type": "long"},
"TCPConnNatDst": {"type": "long"},
"TCPConnNatSrc": {"type": "long"},
"TCPConnNoNatDst": {"type": "long"},
"TCPConnNoNatSrc": {"type": "long"},
"TCPPacket": {"type": "keyword"},
"type": {"type": "keyword"},
"tz": {"type": "keyword"},
"UDPByte(i/o)": {"type": "keyword"},
"UDPConn": {"type": "long"},
"UDPConnNatDst": {"type": "long"},
"UDPConnNatSrc": {"type": "long"},
"UDPConnNoNatDst": {"type": "long"},
"UDPConnNoNatSrc": {"type": "long"},
"UDPPacket": {"type": "keyword"}
}
}
}
}