Manticore issue with Azure plugin

So working on setting up the Azure plugin and keep on getting this strange stack trace error. Wondering if anyone has seen this

[ERROR][logstash.config.sourceloader] Could not fetch all the sources {:exception=>LogStash::ConfigLoadingError, :message=>"Failed to parse the module configuration: [undefined method to_sym' for false:FalseClass]", :backtrace=>["/usr/share/logstash/logstash-core/lib/logstash/util/manticore_ssl_config_helper.rb:25:in manticore_ssl_options_from_config'", "/usr/share/logstash/logstash-core/lib/logstash/modules/kibana_client.rb:43:in initialize'", "/usr/share/logstash/logstash-core/lib/logstash/config/modules_common.rb:81:in block in pipeline_configs'", "org/jruby/RubyArray.java:1792:in each'", "/usr/share/logstash/logstash-core/lib/logstash/config/modules_common.rb:54:in pipeline_configs'", "/usr/share/logstash/logstash-core/lib/logstash/config/source/modules.rb:14:in pipeline_configs'", "/usr/share/logstash/logstash-core/lib/logstash/config/source_loader.rb:61:in block in fetch'", "org/jruby/RubyArray.java:2572:in collect'", "/usr/share/logstash/logstash-core/lib/logstash/config/source_loader.rb:60:in fetch'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:148:in converge_state_and_update'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:96:in execute'", "/usr/share/logstash/logstash-core/lib/logstash/runner.rb:367:in block in execute'", "/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/stud-0.0.23/lib/stud/task.rb:24:in block in initialize'"]}
[2019-11-07T19:50:23,823][ERROR][logstash.agent ] An exception happened when converging configuration {:exception=>RuntimeError, :message=>"Could not fetch the configuration, message: Failed to parse the module configuration: [undefined method to_sym' for false:FalseClass]", :backtrace=>["/usr/share/logstash/logstash-core/lib/logstash/agent.rb:155:in converge_state_and_update'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:96:in execute'", "/usr/share/logstash/logstash-core/lib/logstash/runner.rb:367:in block in execute'", "/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/stud-0.0.23/lib/stud/task.rb:24:in `block in initialize'"]}

That line of code is fetching the ssl verification mode.

I think that it gets it from var.elasticsearch.ssl.verification_mode, which should be a string, but it seems to contain a boolean.

insert expletive here Found the issue, was with var.kibana.ssl.verification_mode. wrong string

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