Skip to content

Commit b15e7e7

Browse files
typo
1 parent fbbbb57 commit b15e7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/outputs/elasticsearch/api_configs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def self.included(mod)
2020

2121
# The document ID for the index. Useful for overwriting existing entries in
2222
# Elasticsearch with the same ID.
23-
config :document_id, :validate => :string
23+
mod.config :document_id, :validate => :string
2424

2525
# HTTP Path at which the Elasticsearch server lives. Use this if you must run Elasticsearch behind a proxy that remaps
2626
# the root path for the Elasticsearch HTTP API lives.

0 commit comments

Comments
 (0)