Good day,
Is there a way to drop all events whenever a license warning pops up in the platform?
Thanks!
Nope...Not that I'm aware of. Depending on your scripting ability though, you can create an alert that checks for license warnings, then runs a script. The script can turn disabled=0 to disabled=1 on your inputs.conf. But it would be difficult to manage, unless you did it from the deployment server.
If you are going over your license though, as soon as you turn the disabled=1 back to zero, the UF would just ingest the data that hadn't been sent yet. Which would cause the alert to fire off again, and then you are in a cyclical process. It would be better to do a data study to see what you need vs want to collect. Or just buy more license. That's my opinion though.
Nope...Not that I'm aware of. Depending on your scripting ability though, you can create an alert that checks for license warnings, then runs a script. The script can turn disabled=0 to disabled=1 on your inputs.conf. But it would be difficult to manage, unless you did it from the deployment server.
If you are going over your license though, as soon as you turn the disabled=1 back to zero, the UF would just ingest the data that hadn't been sent yet. Which would cause the alert to fire off again, and then you are in a cyclical process. It would be better to do a data study to see what you need vs want to collect. Or just buy more license. That's my opinion though.
Thanks for the reply, Justin.
Yes, this is what I also thought, but wanted to confirm on behalf of someone.