mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
parent
82770921bb
commit
9f7fe0d4e5
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ module LogStash::Config::Mixin
|
|||
extra = opts[:obsolete].is_a?(String) ? opts[:obsolete] : ""
|
||||
extra.gsub!("%PLUGIN%", self.class.config_name)
|
||||
raise LogStash::ConfigurationError,
|
||||
I18n.t("logstash.agent.configuration.obsolete", :name => name,
|
||||
I18n.t("logstash.runner.configuration.obsolete", :name => name,
|
||||
:plugin => self.class.config_name, :extra => extra)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue