Richard Pijnenburg

Results 39 comments of Richard Pijnenburg

I'm looking for a yaml config file reader for my own project but haven't found anything decent yet that i could use :-(

Interesting :-) How would you access the variabels from the yaml file for example? Create a function for each setting or something else?

I checked what Elasticsearch has done and they do something like this: `Integer shards = settings.getAsInt("index.number_of_shards", null);` First part is the setting name and second is the default value if...

Followup from my short chat with @jhalterman on Gitter some idea's i have how this could work. Would be nice to split off the reading from a file ( properties...

From a programmer's perspective i love having sub fields ( src.ip src.port ) but like @torrancew mentioned its easier to match against fields ( *_ip , *_port ) although i...

Could you elaborate on this? its very fuzzy :-)

Hi, I'm planning to add Windows support to the modules at some point but I'm afraid its not on a high priority at the moment. I'm open for help to...

I suspect that the HTTP method would be the best way? https://help.madrix.com/m5/html/madrix/index.html?hidd_remote_http.html