mentat-is / gulp

g(ULP) - graphical universal log processor
https://gulp.sh
Other
20 stars 3 forks source link

Webui -> Upload | missing plugins in dropdown #32

Closed Reverendissimo closed 1 month ago

Reverendissimo commented 1 month ago

hello again when i try to upload a file the webui does not present any plugin in the dropdown and i can't complete the operation image

i checked the API in the swagger page and i'm able to list the plugins `{ "status": "success", "timestamp_msec": 1723204355167, "req_id": "fc21e3c5-fcbf-4fda-a9bb-5776ef418dfd", "data": [ { "display_name": "win_evtx", "type": "ingestion", "desc": "Windows EVTX log file processor.", "filename": "win_evtx.py", "internal": false, "options": [], "depends_on": [], "tags": [], "event_type_field": "event.code", "version": "1.0" }, { "display_name": "raw", "type": "ingestion", "desc": "Raw events ingestion plugin.", "filename": "raw.py", "internal": false, "options": [], "depends_on": [], "tags": [], "event_type_field": "event.code", "version": "1.0" }, { "display_name": "stacked", "type": "ingestion", "desc": "example plugin stacked over the CSV plugin", "filename": "stacked_example.py", "internal": false, "options": [], "depends_on": [], "tags": [], "event_type_field": "event.code", "version": "1.0" }, { "display_name": "csv", "type": "ingestion", "desc": "generic CSV file processor", "filename": "csv.py", "internal": false, "options": [ { "name": "delimiter", "type": "str", "default": ",", "desc": "delimiter for the CSV file" } ], "depends_on": [], "tags": [], "event_type_field": "event.code", "version": "1.0" } ] } No links 422 Validation Error

Media type

application/json `

side note: there is no ABORT or X button so i cant close the window and i need to reload the page

branch development freshly updated last commit: commit 79f04274a0f796e95da849c3ad11702935bf515b (HEAD -> develop, origin/develop)