Alarm ID changes on Masking?
30th January 2025
Hi Apurva, Can you try masking the alarm root ID? Whenever there is an update on the alarm, a new alarm ID will be generated. However, the alarm toot ID …
Answer
30th January 2025
Hi Apurva, Can you try masking the alarm root ID? Whenever there is an update on the alarm, a new alarm ID will be generated. However, the alarm toot ID …
30th January 2025
Hi Kaio If you check the SLDBConnection log, you’ll probably see the reason. sometimes the error is on the DB offload side
30th January 2025
The information fully answers my question. Thank you to both Miguel and Pieter for the pointers.
30th January 2025
Hi Let me refer you to this question from 2023: https://community.dataminer.services/question/slack-authentication-error/. Note that I have not done any testing anymore since then but that is what I had to do …
30th January 2025
Hi Juan, Would it be possible to incorporate that logic into the connector? Before populating the table, you could detect changes and trigger the appropriate automation script. This way, you …
30th January 2025
Hi Charlie, You can use the GetCorrelationRuleMessage for this: var msg = new GetCorrelationRuleMessage() { RuleName = “Correlation rule” }; var resp = engine.SendSLNetSingleResponseMessage(msg) as GetCorrelationRuleResponse; var isEnabled = resp?.Definition.IsEnabled;
30th January 2025
Hi Roger, You can verify the connection type in the About window in Cube: in the connection tab there should be a mention of GrpcConnection in the Atributes (line 11). …
30th January 2025
Hi Charlie, I believe there is a similar question: How to enable/disable correlation rule from code? Hope it helps.
30th January 2025
Hi Joachim, This is currently not possible. Do note that we’re looking into ways to allow a complete custom configuration of a form. This will most likely involve the input …
30th January 2025
Hi Zean, Could it be that the access to those reports is limited to some users? As the last note on this page mentions, only dashboards that are visible to …
30th January 2025
If you only want those 2, I believe it will be necessary to add the names of those elements as input data to the service template. There are possibilities to …
30th January 2025
Hi Charlene, This is expected behavior. I understand the alarm template filter parameter uses the ‘Display Key’ exclusively. In your case checking the connector, the Alarm Description is indeed set …
29th January 2025
You can override the Conditional pages within the Export Rules by updating the ‘Pages’-tag, example: <ExportRule table=”10000″ tag=”Protocol/Display/Pages” value=””/>
29th January 2025
You might be able to create an standalone HTML page with an url paramater, then include that with the HTML applet and feed it the date to count down from …
29th January 2025
If you have a redundant connection, it could be a side effect of RN 39114 where the connection type may have end up incorrectly in the log (see https://docs.dataminer.services/release-notes/General/General_Feature_Release_10.4/General_Feature_Release_10.4.4.html) Problem …