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

Can't (yet) decode flowset id 3282 from source id 512 #176

Open
yankai312 opened this issue Apr 10, 2019 · 7 comments
Open

Can't (yet) decode flowset id 3282 from source id 512 #176

yankai312 opened this issue Apr 10, 2019 · 7 comments

Comments

@yankai312
Copy link

  • Version:logstash_6.7.1
  • Operating System:RED Hat 4.8.5-16
  • Sample Data:
    netflow.pcap.zip
  • Steps to Reproduce:
    [WARN ][logstash.codecs.netflow ] Can't (yet) decode flowset id 3281 from source id 512, because no template to decode it with has been received. This message will usually go away after 1 minute.
    [WARN ][logstash.codecs.netflow ] Can't (yet) decode flowset id 3282 from source id 512, because no template to decode it with has been received. This message will usually go away after 1 minute.
@robcowart
Copy link
Contributor

What kind of device/app was the source of these flow records?

@huangyingcheng
Copy link

关于Can't (yet) decode flowset id 3282 from source id 512:请问你解决了嘛?

@yankai312
Copy link
Author

yankai312 commented Aug 19, 2019 via email

@robcowart
Copy link
Contributor

@yankai312 to help the rest of the community, can you share which device type these flows are from? Thanks.

@zlandyberg
Copy link

解决了,我自己写了个接收器

---Original--- From: "huangyingcheng"[email protected] Date: Mon, Aug 19, 2019 17:31 PM To: "logstash-plugins/logstash-codec-netflow"[email protected]; Cc: "yankai312"[email protected];"Author"[email protected]; Subject: Re: [logstash-plugins/logstash-codec-netflow] Can't (yet) decode flowset id 3282 from source id 512 (#176) 关于Can't (yet) decode flowset id 3282 from source id 512:请问你解决了嘛? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

大佬 能看一下你写的接收器么

@tiangaojie
Copy link

tiangaojie commented Jun 8, 2022

Can't (yet) decode flowset id 1315 from source id 2, because no template to decode it with has been received. This message will usually go away after 1 minute.
大佬能帮忙看一下这个报错什么原因呢吗

@tiangaojie
Copy link

tiangaojie commented Jun 8, 2022

@yankai312 请问,
input {
udp {
port => 8067
type => netflow
codec => netflow {
versions => [9]
}
}
}
output {
stdout {codec => rubydebug}
elasticsearch {
hosts => ["http://0.0.0.0:9200"]
index=> "netstream-udp"
}
}
error:
Can't (yet) decode flowset id 1315 from source id 2, because no template to decode it with has been received. This message will usually go away after 1 minute.

problem:
What does it say on your receiver。Maybe my receiver is writing the wrong way

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

No branches or pull requests

5 participants