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
Antispammer is the essence of the file.d that makes a decision on the need to parse the input log. It can be useful when any application writes logs at speed faster than File.d can read it.
Let's support flexible antispammer settings. Currently, all events pass through it and we cannot make exceptions . We must begin to separate important logs from the rest and give API to manage this behavior.
Antispammer is the essence of the file.d that makes a decision on the need to parse the input log. It can be useful when any application writes logs at speed faster than File.d can read it.
Let's support flexible antispammer settings. Currently, all events pass through it and we cannot make exceptions . We must begin to separate important logs from the rest and give API to manage this behavior.
The new config will look like this:
The text was updated successfully, but these errors were encountered: