"type": "string"
},
"age": {
- "type": "integer"
+ "type": "integer",
+ "suricata": {
+ "keywords" : [
+ "flow.age"
+ ]
+ }
},
"alerted": {
"type": "boolean"
"additionalProperties": false
},
"bytes_toclient": {
- "type": "integer"
+ "type": "integer",
+ "suricata": {
+ "keywords": [
+ "flow.bytes",
+ "flow.bytes_toclient"
+ ]
+ }
},
"bytes_toserver": {
- "type": "integer"
+ "type": "integer",
+ "suricata": {
+ "keywords": [
+ "flow.bytes",
+ "flow.bytes_toserver"
+ ]
+ }
},
"dest_ip": {
"type": "string"
}
},
"pkts_toclient": {
- "type": "integer"
+ "type": "integer",
+ "suricata": {
+ "keywords": [
+ "flow.pkts",
+ "flow.pkts_toclient"
+ ]
+ }
},
"pkts_toserver": {
- "type": "integer"
+ "type": "integer",
+ "suricata": {
+ "keywords": [
+ "flow.pkts",
+ "flow.pkts_toserver"
+ ]
+ }
},
"reason": {
"type": "string"
"type": "string"
},
"state": {
- "type": "string"
+ "type": "string",
+ "suricata": {
+ "keywords": [
+ "flow"
+ ]
+ }
},
"wrong_thread": {
"type": "boolean"
"minItems": 1,
"items": {
"type": "string"
+ },
+ "suricata": {
+ "keywords": [
+ "flowbits"
+ ]
}
},
"flowvars": {
},
"flowints": {
"type": "object",
- "additionalProperties": true
+ "additionalProperties": true,
+ "suricata": {
+ "keywords": [
+ "flowint"
+ ]
+ }
}
},
"additionalProperties": false