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 fbbbb57 commit b15e7e7Copy full SHA for b15e7e7
lib/logstash/outputs/elasticsearch/api_configs.rb
@@ -20,7 +20,7 @@ def self.included(mod)
20
21
# The document ID for the index. Useful for overwriting existing entries in
22
# Elasticsearch with the same ID.
23
- config :document_id, :validate => :string
+ mod.config :document_id, :validate => :string
24
25
# HTTP Path at which the Elasticsearch server lives. Use this if you must run Elasticsearch behind a proxy that remaps
26
# the root path for the Elasticsearch HTTP API lives.
0 commit comments