Information Event value to trigger correlation rule
20th December 2022
Hi Jörg, If you want to use an information event to trigger your correlation rule you need to enable the option “Accept information events”.
Answer
20th December 2022
Hi Jörg, If you want to use an information event to trigger your correlation rule you need to enable the option “Accept information events”.
20th December 2022
Hi Jörg, does the answer on the following question help you? Parse Information Event – DataMiner Dojo Kind Regards, Jarno
20th December 2022
Hi Paul, one way this can happen if the production version of your protocol has changed, and this new version contains an additional port for communication, compared with the older …
20th December 2022
Hi Zheng, In a failover pair, both Cassandra nodes will be configured in a Cassandra cluster. This means that synchronization will be handled by Cassandra. There are no further actions …
20th December 2022
If the script only needs to set 2 cells in a table, you can use the following code to achieve this: You can find the id of the column parameter …
19th December 2022
Hi Wim, many thanks for your answer. I can confirm, that it does not work for me. But your hint that the functionality will be retired makes ma request obsolete. …
19th December 2022
Would create a connector for this use case. In a QAction you could spin up a new thread that keeps collecting new events. New events are stored in a (concurrent) …
19th December 2022
The recommended policy is “Upgrade main and backup Agent simultaneously”. For more information: https://docs.dataminer.services/user-guide/Advanced_Functionality/DataMiner_Agents/Upgrading_a_DMA/Upgrading_a_DataMiner_Agent_in_System_Center.html
19th December 2022
Hi Hans, You can find the Hosting Agent ID by using: var hostingId = dummy.ElementInfo.HostingAgentID;
19th December 2022
Hi Hans, You can find this info in the ‘dummy.ElementInfo.HostingAgentID’ property.
19th December 2022
From an ultimate convenience point of view, it would be great if it were possible to have this notion immediately without the need to increase the logs.
19th December 2022
Normally it should refresh after closing the editor. There’s also a refresh button on the top right. If it still doesn’t work we will have to investigate this further, for …
19th December 2022
Refer to Joey’s answer because I too believe we will need a C# script, but I also wanted to offer the insight that the “[var:…]” or whatever other way you …
19th December 2022
Hi Alonso, The syntax to display the number of alarms is not correct. You should use #TotalAlarms instead of #Alarms. For more information about the syntax, see RN DataMiner Cube …
19th December 2022
Hi André, If I understand correctly, the table index is passed in a script parameter and you would like to use that to set the values in that row? I …