Elastic – Backup path

If it’s a single Elastic node cluster you are fine using a local path. But when having a multi node Elastic cluster you should have a shared network path accessable …

Replicate Parameter Values

Hi Kaio, A possible way to implement this action is to use in an overview: A session variable that will contain the value to be set on the parameters A …

Nimbra Service – Alarm

Hi Jeyaram, Nimbra source nodes provide information about the health of a Nimbra service. In other words, if a Nimbra service starts on Node A, travels through B and C, …

Way to limit Alarm property table from growing?

Hey Ryan, Alarm_property table gets populated based on the amount of properties that are linked to an element (either directly on the element/service, on the alarm, or as part of …

Analysis of the alarms in dataminer

Hi Laurine, Interesting question. In our DataMiner Dashboards, we have a data source called ‘Queries’. With Queries you can get access to all kinds of data in DataMiner and play …

DELT export not working

This error generally happens when an issue occurs when trying to crawl for all the related objects to this view (elements, childviews, services,….). Most of this happens in SLNet, so …

View option in retrieved linked table

Hi, It’s currently not possible to add view columns to a real table. You’re going to have to create a new view table, let’s say 900, which is a view …

DELT export not working

I did an export with internal QA protocols on version 10.19.0-10614. It seems to be working. Is your views.xml file fine? Please take a look at SLDelt, SLErrors, SLWatchdog log …

Nimbra Service – Alarm

Hi Jeyaram, By default, when you include an element in a service, the full element (with all KPI parameters) is included. To only have a limited set of service-specific KPIs …

Shape data field “Show” with condition

Hi Stefan, I tested the following condition: <A>and<B>-A|VIEW:TestView1|PROPERTY:TestPropertyView1|Regex=^$-B|VIEW:TestView2|PROPERTY:TestPropertyView2|Regex=.* Where: -A|VIEW:TestView1|PROPERTY:TestPropertyView1|Regex=^$ Matches an empty string in the view property TestPropertyView1 -B|VIEW:TestView2|PROPERTY:TestPropertyView2|Regex=.* Matches any string in the view property TestPropertyView2 However, I …