I am running Graylog 6.2.2, and my server log is full of messages saysing “Using deprecated function remove_field” . OK, I can edit those to remove_single_field .
Is there any easy way to search across all rules to find where I’ve used this function ? At this point I have at least 60 rules. They do not appear to be in the filesystem.
Has any thought been given to allowing rules to be stored in a git repository, allowing for versioning ?
If I’m remembering correctly, if you use this VS code extension (which is really nice anyway) it will connect to Graylog’s API and sync all the rules, and then you should be able to search in VS code for where you use that function Graylog Rules Manager - Visual Studio Marketplace