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
When I use the following prospector section in the manifest file filebeat::prospector { 'syslog': paths => [ '/var/log/messages','/var/log/secure' ], fields_under_root => true, fields => {'type' => 'syslog'}, }
the generated filebeat prospector config has got document_type: log which is not required.
and filebeat log still complaining about document_type 2018-05-24T00:20:11Z WARN DEPRECATED: document_type is deprecated. Use fields instead.
The text was updated successfully, but these errors were encountered:
When I use the following prospector section in the manifest file
filebeat::prospector { 'syslog': paths => [ '/var/log/messages','/var/log/secure' ], fields_under_root => true, fields => {'type' => 'syslog'}, }
the generated filebeat prospector config has got document_type: log which is not required.
and filebeat log still complaining about document_type
2018-05-24T00:20:11Z WARN DEPRECATED: document_type is deprecated. Use fields instead.
The text was updated successfully, but these errors were encountered: