mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [TheHive feeder] create alert, get item full path
This commit is contained in:
parent
97905367b6
commit
3295b00c69
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ def create_the_hive_alert(source, item_id, tag):
|
|||
|
||||
artifacts = [
|
||||
AlertArtifact( dataType='uuid-ail', data=r_serv_db.get('ail:uuid') ),
|
||||
AlertArtifact( dataType='file', data=item_id, tags=tags )
|
||||
AlertArtifact( dataType='file', data=item_basic.get_item_filepath(item_id), tags=tags )
|
||||
]
|
||||
|
||||
# Prepare the sample Alert
|
||||
|
|
Loading…
Reference in a new issue