Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix logstash warnings. #2

Open
wants to merge 1 commit into
base: task/add-docker-support
Choose a base branch
from

Conversation

craigpratt
Copy link
Collaborator

This change is an attempt to address these errors in the log:

[2022-05-11T03:18:02,273][WARN ][logstash.filters.translate] You are using a deprecated config setting "field" set in translate. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Use source option instead. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"field", :plugin=><LogStash::Filters::Translate destination=>"[netflow][open_udp]", dictionary_path=>"/usr/share/logstash/tattle-tale/ubiquiti.yml", id=>"f1ac8bd939f685c8929f1eaaef1625a22b0023764959faeda5ceded85fde72be", field=>"[destination][ip]", enable_metric=>true, periodic_flush=>false, refresh_interval=>300, exact=>true, regex=>false, refresh_behaviour=>"merge">}

[2022-05-11T03:18:02,279][WARN ][logstash.filters.translate] You are using a deprecated config setting "destination" set in translate. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Use target option instead. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"destination", :plugin=><LogStash::Filters::Translate destination=>"[netflow][open_udp]", dictionary_path=>"/usr/share/logstash/tattle-tale/memcached.yml", id=>"47f44ac52b2d476bdc96e8d42b1d8442365041966ea7a8dfc4d8fccf270e0939", field=>"[destination][ip]", enable_metric=>true, periodic_flush=>false, refresh_interval=>300, exact=>true, regex=>false, refresh_behaviour=>"merge">}

[2022-05-11T03:18:08,812][WARN ][deprecation.logstash.filters.translate][main] field option is deprecated; use source instead.
[2022-05-11T03:18:08,819][WARN ][deprecation.logstash.filters.translate][main] destination option is deprecated; use target instead.

@craigpratt craigpratt self-assigned this May 11, 2022
e.g.

[2022-05-11T03:18:02,273][WARN ][logstash.filters.translate] You are using a deprecated config setting "field" set in translate. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Use `source` option instead. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"field", :plugin=><LogStash::Filters::Translate destination=>"[netflow][open_udp]", dictionary_path=>"/usr/share/logstash/tattle-tale/ubiquiti.yml", id=>"f1ac8bd939f685c8929f1eaaef1625a22b0023764959faeda5ceded85fde72be", field=>"[destination][ip]", enable_metric=>true, periodic_flush=>false, refresh_interval=>300, exact=>true, regex=>false, refresh_behaviour=>"merge">}

[2022-05-11T03:18:02,279][WARN ][logstash.filters.translate] You are using a deprecated config setting "destination" set in translate. Deprecated settings will continue to work, but are scheduled for removal from logstash in the future. Use `target` option instead. If you have any questions about this, please visit the #logstash channel on freenode irc. {:name=>"destination", :plugin=><LogStash::Filters::Translate destination=>"[netflow][open_udp]", dictionary_path=>"/usr/share/logstash/tattle-tale/memcached.yml", id=>"47f44ac52b2d476bdc96e8d42b1d8442365041966ea7a8dfc4d8fccf270e0939", field=>"[destination][ip]", enable_metric=>true, periodic_flush=>false, refresh_interval=>300, exact=>true, regex=>false, refresh_behaviour=>"merge">}

[2022-05-11T03:18:08,812][WARN ][deprecation.logstash.filters.translate][main] `field` option is deprecated; use `source` instead.
[2022-05-11T03:18:08,819][WARN ][deprecation.logstash.filters.translate][main] `destination` option is deprecated; use `target` instead.
@craigpratt craigpratt force-pushed the task/fix-pipeline-field-names branch from 93751e4 to 9496061 Compare May 12, 2022 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant