Hello,
Currently we have 5 millions of events where autoreg is the source:
I have not any action for such events. I can see at bugtracker a similar issue:
Is not possible to disable such kind of autoregistration events ?
An agent directive should be possible (notautoreg=1), maybe I can try to open a new issue
Thanks !
Currently we have 5 millions of events where autoreg is the source:
Code:
> select source, object, count(eventid) from events group by source, object; +--------+--------+----------------+ | source | object | count(eventid) | +--------+--------+----------------+ | 2 | 3 | 5704195 | +--------+--------+----------------+
Is not possible to disable such kind of autoregistration events ?
An agent directive should be possible (notautoreg=1), maybe I can try to open a new issue
Thanks !
Comment