mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #7337 from Security-Onion-Solutions/fix/pb_overrides
Fix formatting for PB overrides
This commit is contained in:
@@ -7,19 +7,21 @@
|
|||||||
"mappings": {
|
"mappings": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"destination": {
|
"destination": {
|
||||||
"ip": {
|
"properties": {
|
||||||
"type": "ip",
|
"ip": {
|
||||||
"fields": {
|
"type": "ip",
|
||||||
"keyword": {
|
"fields": {
|
||||||
"type": "keyword"
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
"port": {
|
||||||
"port": {
|
"type": "long",
|
||||||
"type": "long",
|
"fields": {
|
||||||
"fields": {
|
"keyword": {
|
||||||
"keyword": {
|
"type": "keyword"
|
||||||
"type": "keyword"
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,23 +7,25 @@
|
|||||||
"mappings": {
|
"mappings": {
|
||||||
"properties": {
|
"properties": {
|
||||||
"source": {
|
"source": {
|
||||||
"ip": {
|
"properties": {
|
||||||
"type": "ip",
|
"ip": {
|
||||||
"fields": {
|
"type": "ip",
|
||||||
"keyword": {
|
"fields": {
|
||||||
"type": "keyword"
|
"keyword": {
|
||||||
}
|
"type": "keyword"
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"port": {
|
},
|
||||||
"type": "long",
|
"port": {
|
||||||
"fields": {
|
"type": "long",
|
||||||
"keyword": {
|
"fields": {
|
||||||
"type": "keyword"
|
"keyword": {
|
||||||
|
"type": "keyword"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user