Hi,
I have a working Logstash filter on which I want to enhance the validation;
I have a config item of;
config :da_order, :validate => :array, :default => ["Destination IMSI", "Destination MSC Address", "Destination Address"]
Is there any way that I can either write a custom validator for this config variable or use an existing one to ensure that the array has 3 values and that each value matches a specific string ?
Thanks,