Package helpers :: Module FixIngestLogs :: Class FixIngestLogs
[hide private]

Class FixIngestLogs

source code


Script to fix ingest logs to allow ingests of data left on the file share. This needs an old ingest log for the history bit, but creates the ingest part from files on the file share.

Instance Methods [hide private]
 
__init__(self, cli)
Initialise class from command-line options.
source code
 
run(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  tableLookup = {4: 'Detection'}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cli)
(Constructor)

source code 

Initialise class from command-line options.

Parameters:
  • cli (CLI) - Command-line arguments.
Overrides: object.__init__