We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce942f commit 871008cCopy full SHA for 871008c
lib/logstash/filters/elasticsearch.rb
@@ -65,7 +65,7 @@ class LogStash::Filters::Elasticsearch < LogStash::Filters::Base
65
config :enable_sort, :validate => :boolean, :default => true
66
67
# Whether to set hits to metadata
68
- config :include_hits, :validate => :boolean, :default => true
+ config :include_hits, :validate => :boolean, :default => false
69
70
# How many results to return
71
config :result_size, :validate => :number, :default => 1
0 commit comments