{% extends "admin/index.html" %} {% block content %} Parsers Timeline Views # Parser Parser Type Created On Description Options Parser Name Parser description Parser File make sure it is compressed (.zip) file Parser Important Fields List of fields shown in the table Field Name Field Path Interface Function Interface function will be called to to run the parser, (example: python_file.parser_interface) interface function: def parser_interface(file , parser) This function if success it returns the result as list of json records [json_rec1 , json_rec2, ...] if the function failed it returns (None , error_message) Parser Type logging_information web_browser program_execution os_general autostart_locations user_activities memory Files Categorization How to identify the files when user upload them to the platform, (example: prefetch can be identified by type:"extenstion" and values:".pf") extension regex file_name startswith magic_number # Name Sheet Condition Default Options Path Name Rule There is a problem that we need to fix. A wonderful serenity has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. Submit {% endblock %}
make sure it is compressed (.zip) file
List of fields shown in the table
Interface function will be called to to run the parser, (example: python_file.parser_interface) interface function: def parser_interface(file , parser) This function if success it returns the result as list of json records [json_rec1 , json_rec2, ...] if the function failed it returns (None , error_message)
How to identify the files when user upload them to the platform, (example: prefetch can be identified by type:"extenstion" and values:".pf")