Elastic – Backup path
26th July 2021
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 …
Answer
26th July 2021
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 …
25th July 2021
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 …
23rd July 2021
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, …
23rd July 2021
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 …
23rd July 2021
Right hand alignment can be achieved by aligning the text in your visio shape to the right side. Select your shape and in the paragraph section, choose right align. In …
23rd July 2021
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 …
23rd July 2021
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 …
23rd July 2021
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 …
23rd July 2021
Hi, Yes you can do that. Please check Help, there’s an example on how to do it.
23rd July 2021
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 …
23rd July 2021
Hi Carlos, The definitions of the aggregation rules are available in the XML files. These files are stored in the folder C:\Skyline DataMiner\Aggregation. Checking the content of the XML file, …
23rd July 2021
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 …
22nd July 2021
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 …
21st July 2021
Hi Alexander, Could a ParameterSummary shape be a possible solution? It is typically used to group multiple parameters of different elements, so might be more difficult to group on the …
21st July 2021
Per SNMP version you can configure only 1 port at the moment. You could however setup a small proxy that forwards all traffic from certain ports to another port. Netsh …