Skip to content

Commit

Permalink
ls-5: use string default, as symbols fail to clone
Browse files Browse the repository at this point in the history
  • Loading branch information
yaauie committed Jul 2, 2020
1 parent 463dbf1 commit 7b213d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logstash/plugin_mixins/ecs_compatibility_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def self.extended(base)
module LegacyAdapter
def self.included(base)
base.extend(ArgumentValidator)
base.config(:ecs_compatibility, :validate => :ecs_compatibility_argument, :default => :disabled)
base.config(:ecs_compatibility, :validate => :ecs_compatibility_argument, :default => 'disabled')
end

##
Expand Down

0 comments on commit 7b213d8

Please sign in to comment.