Updating logstahs 7.9 to 7.16.2

updating logstash from 7.9.0 to 7.16.2 using helm chat. but getting error. :39:59,607][ERROR][logstash.agent ] Failed to execute action {:action=>LogStash::PipelineAction::Create/pipeline_id:main, :exception=>"LogStash::ConfigurationError", :message=>"Expected one of [^\r\n], "\r", "\n" at line 41, column 3 (byte 1516) after #}", :backtrace=>["/usr/share/logstash/logstash-core/lib/logstash/compiler.rb:32:in compile_imperative'", "org/logstash/execution/AbstractPipelineExt.java:187:in initialize'", "org/logstash/execution/JavaBasePipelineExt.java:72:in initialize'", "/usr/share/logstash/logstash-core/lib/logstash/java_pipeline.rb:47:in initialize'", "/usr/share/logstash/logstash-core/lib/logstash/pipeline_action/create.rb:52:in execute'", "/usr/share/logstash/logstash-core/lib/logstash/agent.rb:383:in block in converge_state'"]}
[2022-02-25T15:39:59,731][INFO ][logstash.runner ] Logstash shut down.
[2022-02-25T15:39:59,793][FATAL][org.logstash.Logstash ] Logstash stopped processing because of an error: (SystemExit) exit
org.jruby.exceptions.SystemExit: (SystemExit) exit
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:747) ~[jruby-complete-9.2.20.1.jar:?]
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:710) ~[jruby-complete-9.2.20.1.jar:?]
at usr.share.logstash.lib.bootstrap.environment.(/usr/share/logstash/lib/bootstrap/environment.rb:94) ~[?:?]

You have an error in .conf file. Validate your configuration:
/usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/sample.conf --path.settings /etc/logstash/ -t

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