Visualization improvements (Closes #49)

This commit is contained in:
Sean Whalen
2019-02-01 10:42:43 -05:00
parent e85e99a416
commit e8feca3117
3 changed files with 122 additions and 144 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 90 KiB

File diff suppressed because one or more lines are too long

View File

@@ -94,6 +94,8 @@ def _main():
logger.error("Splunk HEC error: {0}".format(e.__str__()))
arg_parser = ArgumentParser(description="Parses DMARC reports")
arg_parser.add_argument("-c", "--config-file",
help="A path to a configuration file")
arg_parser.add_argument("file_path", nargs="*",
help="one or more paths to aggregate or forensic "
"report files or emails")