I used the existing filters as a template but when i added the files to the directories and restarted scribe it ignored the new filters and overwrote the '/jffs/addons/uiScribe.d/.logs' as an example back to its original version.Perhaps you can find a filter that fits your needs in the examples provided on your router
/opt/share/syslog-ng/examples/
Grab a suitable file from the examples, edit it to your needs and add it to /opt/etc/syslog-ng.d directory. Restart syslog-ng. I've never had issues with this. Post an example of your edited file.I used the existing filters as a template but when i added the files to the directories and restarted scribe it ignored the new filters and overwrote the '/jffs/addons/uiScribe.d/.logs' as an example back to its original version.
Namely, which files do I need to edit/add to enable a new filter ???
Thanks in advance.

# log all httpd logs to httpd.log
destination d_httpd {
file("/opt/var/log/httpd.log");
};
filter f_httpd {
program("HTTPD") or
program("httpd") or
program("httpds");
};
log {
source(src);
filter(f_httpd);
destination(d_httpd);
flags(final);
};
#eof
Once you have created the configuration file and placed it in the "/opt/etc/syslog-ng.d" directory, go to the Scribe CLI menu and select to restart syslog-ng ('rs' option). Then go to "su) scribe utilities" menu and select the "lc) Show loaded syslog-ng config" option to double-check that your new filtering configuration is now listed there.I am looking for the instructions for adding a new filter ?
Just playing but copying files, hacking contents and renaming etc does not seem to work (Yes, I did restart scribe !!!)
Thanks ... solved now ... LESSON: Don't edit too many files !!!???Once you have created the configuration file and placed it in the "/opt/etc/syslog-ng.d" directory, go to the Scribe CLI menu and select to restart syslog-ng ('rs' option). Then go to "su) scribe utilities" menu and select the "lc) Show loaded syslog-ng config" option to double-check that your new filtering configuration is now listed there.
View attachment 69891
For uiScribe to show the new filtered log file, go to the uiScribe CLI menu and select the "1) Customise list of logs displayed by uiScribe" option to make sure the new filtered log file is included.
View attachment 69892
HTH
As my signature states == 'fudges, hacks & terrible abuses galore'
www.snbforums.com
Good catch. Line deleted.N.B.
For anyone copying this ...
The line ' destination(log_server);' may cause a few problems... obviously an 'extra' Log Server !!!
Remove it for the file to work ... OR ... set up a 'destination log_server {<useful_stuff>};' line as you see fit.
FYI:You may want to play with this one:
![]()
ModSyslogUI v1.0.0 [RELEASED] - add-on providing System Log page UI filtering capabilities
Production Release 10-Jan-2026. Beta testers be sure to uninstall, then reinstall to ensure you have the production code installed. Thank you all for input and feedback!! Source Code Change Log ModSyslogUI - Customize router's "System Log" page with custom filtering capabilities About...www.snbforums.com
| Thread starter | Title | Forum | Replies | Date |
|---|---|---|---|---|
| T | Merlin Installed - Looking To Add amtm Items. Swap and partition questions | Asuswrt-Merlin AddOns | 7 |
We use essential cookies to make this site work, and optional cookies to enhance your experience.