1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add source_ip to schema doc

This commit is contained in:
Kelly Brazil
2020-07-21 09:02:44 -07:00
parent 8719d96bdd
commit 323072c982
2 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,7 @@ Returns:
Dictionary. Structured data with the following schema:
{
"source_ip": string,
"destination_ip": string,
"data_bytes": integer,
"pattern": string, (null if not set)

View File

@ -127,6 +127,7 @@ def process(proc_data):
Dictionary. Structured data with the following schema:
{
"source_ip": string,
"destination_ip": string,
"data_bytes": integer,
"pattern": string, (null if not set)