Masking Alarms Delay Using SLNet Message
31st January 2025
It looks like this question has already been answered in the comments. To make it clear that this question no longer requires an answer, I have added this pro forma …
Answer
31st January 2025
It looks like this question has already been answered in the comments. To make it clear that this question no longer requires an answer, I have added this pro forma …
31st January 2025
Hi Wale, You are only seeing the status filters that would match any data when used. This is because the ‘Filter assistance’ setting of the query filter is turned on. …
31st January 2025
Hi Jordan, If you reach out to your Technical Account Manager, they should be able to help you out with access to that connector. If your requirement is sending traps …
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 …