How to include new .conf file to server.conf

HI ,

is there any way that i can include new .conf file into server.conf file

Thanks

Yes, you can add additional configuration beans via PluginModule#getConfigBeans().
The configuration beans are basically just POJOs with some annotations. See GitHub - Graylog2/JadConfig: Annotation-driven configuration library for the Java programming language for details.

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