mirror of https://github.com/infosecn1nja/HELK.git
not ip index management for pipeline we had, but hand't set elasticsearch template - now we do
parent
1939fa58c4
commit
ad7817f3ea
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"order": 90,
|
||||
"index_patterns": [ "logs-*" ],
|
||||
"version": 2018080101,
|
||||
"mappings": {
|
||||
"doc": {
|
||||
"properties": {
|
||||
"not_ip_dst": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"not_ip_dst_nat": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"not_ip_log": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"not_ip_src": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"not_ip_src_nat": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue