Deleting Event Detectors
-
Hi there, I added a few hundred event detectors via script and my script was not perfect... I tried to upload the previous nights configuration backup but the event detectors do not get removed. Is there any other way ?
-
The Import / Export tool tries to not delete things. You could delete them surgically from the database if you trust your SQL or you can.
delete from eventDetectors where sourceTypeName='DATA_POINT';
Then import your configuration backup of the data points again.