Skip to content

Commit

Permalink
Update CAR mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
rw-access committed Apr 23, 2019
1 parent df755d1 commit 0b2234b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eqllib/sources/car.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ outgoing = "initiated"
incoming = "not initiated"

[events.network.mapping]
destination_address = "dest_address"
destination_address = "dest_ip"
destination_port = "dest_port"
protocol = "transport"
source_address = "src_address"
source_address = "src_ip"
source_port = "src_port"

[events.registry]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def recursive_glob(root, pattern):
description='EQL Analytics Library',
install_requires=[
"toml~=0.10.0",
"eql==0.6.2",
"eql==0.6.3",
"jsl~=0.2",
"jsonschema~=2.5",
],
Expand Down

0 comments on commit 0b2234b

Please sign in to comment.