Multiple logs of same event

I just started using Logstash yesterday and am loving it, but I don’t understand why sometimes the same event is recorded multiple times even though only one is supposed to be sent. I even have the code print to prompt so I can verify that it’s called only once. So I don’t know how to deal with it.

I am sending logs to logstash using the python-logstash library found here: https://github.com/vklochan/python-logstash

And here in this image you will see that the same event has been logged multiple times — with the same exact timestamp.

If this is unavoidable, is there a way to query in such a way such that it will not display results with the same timestamp?

Thanks!

Btw, if this helps, I am using logstash to track activity on a Discord server.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.