Notepad++ language for pipeline code?

Is there a Notepad++ language/UDL for the Graylog processing pipeline code, or a common language/UDL that works well with it?

Drools is pretty close, you can import that as a user defined language

  1. Download the xml
  2. Open notepad++
  3. From the menu, Language → User Defined Language → Define your language
  4. Import, browse and select the XML file downloaded in step 1 above
  5. Close the define your language window:
    • From the menu, Language → User Defined Language → Define your language
  6. Close notepad++ and reopen

I just tested it with one of my rules and seems to work ok

I realize its not Notepad++ but there is also a VSCode extension. It has a few nice-to-haves like exporting rules and can even do direct server syntax verification so that you know your rule works on your server/version.

Its in the Extensions marketplace.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.