Hello,
CEP is randomly disabled daily in our Qradar (CEP have been tuned and we known that they to be disabled due to performance issues).
IBM support cannot review/do developments, so if someone has developed something similar please give us some advice.
I have identified the postgres's tables that store the CEP and I think it would be to update the modification date and status from 'f' to 't' for those CEP's that are disabled during the day, for that we would have to orchestrate a process that runs periodically every 5 or 10 minutes.
We should also see the dependencies of those tables in the data model to avoid problems.
Postgres's Tables:
-ariel_property_expression
-ariel_property_json_expres
-ariel_property_leef_expres
-ariel_property_cef_express
-ariel_property_aql_express
Columns to update:
Columnas: enabled = 'f' y editdate = now()
Thank you in advance
Regards
------------------------------
Nelba Sanchez
------------------------------