You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Flag to determine whether to add host information (provided by the beat in the 'hostname' field) to the event
86
-
config:add_hostname,:validate=>:boolean,:default=>true,:deprecated=>'Host field will not be automatically populated by future version of the Beats input'
87
-
86
+
config:add_hostname,:validate=>:boolean,:default=>false,:deprecated=>'This option will be removed in the future as beats determine the event schema'
88
87
89
88
# By default the server doesn't do any client verification.
90
89
#
@@ -106,13 +105,6 @@ class LogStash::Inputs::Beats < LogStash::Inputs::Base
106
105
# Time in milliseconds for an incomplete ssl handshake to timeout
0 commit comments