How we search for information inside driver table over Cube search bar?
18th January 2023
Hi Stefan, As Ben has mentioned this is something that can be achieved with GQI. Below you can see how I did it for Cisco switches.
Answer
18th January 2023
Hi Stefan, As Ben has mentioned this is something that can be achieved with GQI. Below you can see how I did it for Cisco switches.
18th January 2023
Hi Laurens, At the moment this limit is hardcoded in SLLog and cannot be configured through settings. The goal was to limit the logging to reasonable chunks of data and …
18th January 2023
Hi Nils, You should only need a single SMS gateway, which can be located at another location even if only a single source IP is allowed. I assume that your …
18th January 2023
You could use the GetElementsForViewSorted request from the v1/[Json|Soap] api to achieve this. Its soap body looks like this: <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <GetElementsForViewSorted xmlns="http://www.skyline.be/api/v1"> <connection>string</connection> <viewID>int</viewID> <includeSubViews>boolean</includeSubViews> <includeServices>boolean</includeServices> …
17th January 2023
Hi Baumgartner, usually each table have its own search filter on the top right of it. See image below. Yours should looks like that. Which dataminer version are you using …
17th January 2023
Hi Stefan, in the system-wide search (through the search box in the middle of the Cube header bar) you cannot search for values of metrics. So that is not possible …
17th January 2023
Hi Elvio, Good question and nice use case! I believe the only option today is to add a new parameter (or column to the table) with e.g. a moving average …
17th January 2023
Hi Piotr, The “Clear Alarm” option A, is a standard item of the alarm context menu in DataMiner and can’t be hidden or moved. The “Clear Alarm” option B, is …
17th January 2023
Hi Ryan, Based on the info available, your DataMiner agent is unable to communicate with the database, which results in the problems you are experiencing. Do you know what type …
17th January 2023
Hi Chris thank you for reaching out to us. At the moment this is not possible in Cube. I will present this feature request internally. Wkr, Baptiste Pattyn
17th January 2023
Hi Tobias, As you’re indicating , we don’t support scripts with same name and there is no plan to change this. I’m not fully sure to understand your use case …
17th January 2023
Hi Yuki Your dojo post was just brought to my attention. The issue you are experiencing is indeed due to the WAF rules as Baptiste mentioned. We are currently investigating …
17th January 2023
Following the procedure in Changing the IP of a DMA | DataMiner Docs made it work.
17th January 2023
Hi Jens, The documentation mentions that usage of RADIUS necessitates a matching DMA user on the system. This means that there’s 2 main ways of using RADIUS with DataMiner. RADIUS …
17th January 2023
hi Leander, I believe for now, your best way forward is pie graph linked to a custom GQI query.