chg: [Metatype default] send data to analyzer queues by default

gallypette-patch-1
Terrtia 2020-03-03 10:57:04 +01:00
parent b48ad52845
commit 14d3a650e5
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ class MetaTypesDefault:
def process_data(self, data):
# save data on disk
self.save_rotate_file(data)
# do something with the data (send to analyzer queue by default)
self.reconstruct_data(data)
######## CORE FUNCTIONS ########