Juniper / fluent-plugin-udp-native-sensors

Apache License 2.0
5 stars 10 forks source link

how add fluent-plugin-udp-native-sensors to fluentd config #7

Open longvd89 opened 5 years ago

longvd89 commented 5 years ago

i have installed fluent-plugin-udp-native-sensors on ubuntu 16.04

i add source UPD in td-agent.config :

' @type udp tag juniperNetworks format juniper_udp_native port 50000 bind 0.0.0.0 body_size_limit 5000 '

i have log error : config error file="/etc/td-agent/td-agent.conf" error_class=Fluent::ConfigError error="Unknown parser plugin 'juniper_udp_native'. Run 'gem search -rd fluent-plugin' to find plugins"

how i can fix it/ Thanks

gaddevijay commented 4 years ago

Can you please specify the version of fluentd that you are using?

gaddevijay commented 4 years ago

@longvd89 Sorry I missed checking this.

I just checked this using td-agent approach and works fine. Did you install the plugin? You should find something like below

$ td-agent-gem list | grep udp fluent-plugin-udp-native-sensors (0.0.1) $