xTITUSMAXIMUSX / graylog-pfsense

Graylog extractor for pfSense
8 stars 2 forks source link

One error when import extractor #3

Closed Fabien-LAFAGE-Pro closed 1 month ago

Fabien-LAFAGE-Pro commented 1 month ago

Hi,

I'm testing your extractor with :

All is working fine except for one error on import :

This extractor is not imported :

    {
      "title": "Service port lookup",
      "extractor_type": "lookup_table",
      "converters": [],
      "order": 0,
      "cursor_strategy": "copy",
      "source_field": "destination-port",
      "target_field": "service_port",
      "extractor_config": {
        "lookup_table_name": "port_map_tcp"
      },
      "condition_type": "none",
      "condition_value": ""
    }

Thanks in advance.

xTITUSMAXIMUSX commented 1 month ago

Yes, that is my fault. I added a lookup table to put a name to common port numbers. like 80 = HTTP and so on. I have removed that and updated the version that I am currently running on to 6.0.4. Let me know if you are able to import it now.

Fabien-LAFAGE-Pro commented 1 month ago

Hi, Yes, no error now. Thanks a lot ! Have a nice day.