def create_checkpoint_parser(self, **options): return Parser("checkpoint-parser", **options)
def create_syslog_parser(self, **options): return Parser("syslog-parser", **options)
def create_app_parser(self, **options): return Parser("app-parser", **options)
def create_panos_parser(self, **options): return Parser("panos-parser", **options)
def create_cisco_parser(self, **options): return Parser("cisco-parser", **options)
def create_regexp_parser(self, **options): return Parser("regexp-parser", **options)
def create_mariadb_audit_parser(self, **options): return Parser("mariadb-audit-parser", **options)