Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 3e26951

Browse files
nfsecjordansissel
authored andcommitted
Metadata typo
Fixes logstash-plugins#94
1 parent 38bccc3 commit 3e26951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/inputs/tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class LogStash::Inputs::Tcp < LogStash::Inputs::Base
106106
config :ssl_extra_chain_certs, :validate => :array, :default => []
107107

108108
HOST_FIELD = "host".freeze
109-
HOST_IP_FIELD = "[@metdata][ip_address]".freeze
109+
HOST_IP_FIELD = "[@metadata][ip_address]".freeze
110110
PORT_FIELD = "port".freeze
111111
PROXY_HOST_FIELD = "proxy_host".freeze
112112
PROXY_PORT_FIELD = "proxy_port".freeze

0 commit comments

Comments
 (0)