Hello all,
I have created a simple processor plugin that looks up IP addresses in the GeoIP database, but I am having trouble with packaging it as an external plugin.
The source code is available here, I have followed the instructions here and the problem is that the plugin does not pick up the configuration settings provided on the command line. In the repo there is a sample config, which is parsed but is not made used by the plugin when running it with the -config <filename> parameter. The plugin always uses the default configuration values hardcoded in the source code.
Can you please help me with debugging this?
Hello all,
I have created a simple processor plugin that looks up IP addresses in the GeoIP database, but I am having trouble with packaging it as an external plugin.
The source code is available here, I have followed the instructions here and the problem is that the plugin does not pick up the configuration settings provided on the command line. In the repo there is a sample config, which is parsed but is not made used by the plugin when running it with the
-config <filename>parameter. The plugin always uses the default configuration values hardcoded in the source code.Can you please help me with debugging this?