HI ,
is there any way that i can include new .conf file into server.conf file
Thanks
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.