Add batch_id to tables
This commit is contained in:
parent
0d564788b6
commit
7b6da7b704
|
@ -12,7 +12,6 @@ def format_header(self):
|
|||
header = header.lower()
|
||||
header = header.title()
|
||||
if header != "Ident":
|
||||
header = header.replace("Uuid", "UUID")
|
||||
header = header.replace("Id", "ID")
|
||||
header = header.replace("id", "ID")
|
||||
if header == "Ts":
|
||||
|
@ -79,7 +78,8 @@ class DrilldownTable(Table):
|
|||
file_md5 = Column()
|
||||
file_ext = Column()
|
||||
file_size = Column()
|
||||
rule_uuid = Column()
|
||||
rule_id = Column()
|
||||
batch_id = Column()
|
||||
index = Column()
|
||||
meta = Column()
|
||||
match_ts = Column()
|
||||
|
|
Loading…
Reference in New Issue