Regarding a UOC project, we’ve developed a custom service that connects to SNMP-enabled devices (specifically power strips used in data centers) to fetch metrics such as voltage, amperage, etc. The service processes and cleans this data, then writes it directly to instances in Galaxy using the OPC-UA protocol, as Galaxy has been configured as an OPC-UA server.
The workflow is functioning as expected, and we’re successfully receiving all required data. However, we’ve noticed that each write operation results in an entry in the Events table with a description indicating a user.write. Since all updates from OPC-UA are being treated as user writes, this could lead to rapid growth of the events storage — especially considering we have around 18,000 such instances.
Could you please advise:
Is there a way to disable Historian from recording these user.write events specifically for updates coming via OPC-UA?
Alternatively, would it be safe to periodically delete these records via a scheduled SQL job without needing to shut down the Historian?