User info
First name | Sebastian |
Last name | Ulloa |
DevOps Program
Acquired rank |
Advocate
|
Points progress |
2169
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
If you are using a status system, then you will have to set the AllowMultiple Sections property to true in the DomStatusSectionDefinitionLink when creating the definition (as you already did). See RN here....
View QuestionHi Craig, You can right click in the text box and select the option "insert placeholder" > "elementname". More info can be found in the DataMiner Documentation: Sending an email | DataMiner Docs
View QuestionHi Ladan, DataMiner Infrastructure Discovery Provisioning (IDP) might be what you are looking for. There is a tutorial in the docs: Getting started with IDP and onboarding new equipment | DataMiner Docs,...
View QuestionHi Felix, I believe you can use regex Lookahead and Lookbehind assertions (Lookahead assertion: (?=...), (?!...) - JavaScript | MDN (mozilla.org)) In your case, an expression that can work is (?<=1stString_2ndString_)3rdString(?=_4rdString_5thString)...
View QuestionHi Wale, Indeed, when reverting to a previous version of a Low Code Application, the queries, components, and pages are also reverted. The versions act as snapshots of the LCA at specific points in time.
View QuestionHi Jeroen, I suppose you are using the Feed of the Query Filter as a Filter of your table component. Instead of setting the feed as a Filter, try putting it as the Data of the table. With that, the table...
View QuestionHi Julio, First, for the interaction with the table, you need to create the panel you will use for displaying the DOM form. Then you can add an action to the existing table so that it opens that panel....
View QuestionHi Micah, Does the axis change if you select "Absolut" in the Char Layout settings of the component?
View QuestionHi Kris, I don't think that is possible. Let's see if someone else from the community has a different opinion. As a workaround, what you can do is select the first value that gets shown in the title...
View QuestionHi Manuel, Perhaps you have multiple indices in your query. I think this can happen if you have "join" methods within the query, but I haven't tested this myself. Regarding the trend component, what...
View QuestionHi Bruno, For both scenarios you can use Parameters feed. I would recommend you watch this video and follow the dashboard course: Charts - DataMiner Dojo Particularly, for the second case, you need to...
View QuestionHave they tried using a third party application like Postman to test the communication with the device from the server? If there are still issues, it could be that the client certificate of the server...
View QuestionAs a first step, you can check the stack sizes with the Client Test Tool. It is available under Diagnostics>DMA>Stack Sizes, there you can see the set stack detailed for all the elements.
View QuestionHi Bruno, A single MCS element should be sufficient for your example. The MCS will retrieve all the data from the MCMs attached to it, so there is no need to create MCM elements in the system. We have...
View QuestionPerhaps a place to start is the "Network" tab of the Developer Tools of the Browser. Usually, you can get to that window by pressing F12. In that tab, you will see all the traffic between the browser...
View QuestionHi Christopher, As Felix mentioned, you can follow the documentation in order to parse the alarm that triggered the correlation rule. In you automation script, you will have to retrieve the paramCorrelationAlarmInfo and...
View QuestionHi Jon, I'm curious about the feed that you are using for the "Selection" field. Assuming the GQI query in the table is using the "Get Elements" method, you should be able to see two types of feed: "Elements"...
View QuestionHi Pedro, You might then want to move the conditions to the section "Once included, this element will influence the overall alarm severity of the service". The term "element not used", means that the...
View QuestionAnother option might be using the Skyline Enhanced Service protocol and retrieve the Service Status parameter. Then it will be a matter of joining that data with the one you already have and filter it...
View QuestionI think this is what you are looking for: Specifying data input in a dashboard URL | DataMiner Docs
View QuestionHello Jurica, How is the trigger parameter getting updated? From what you described it sounds like the parameter is not polled from a device but instead, the protocol is updating the value of the parameter...
View QuestionHi Jordy, Is there any chance that the second element got the trend template assigned after the first element? Were you editing the dashboard and then you assigned the trend template to those elements?...
View QuestionHi, If anyone is still experiencing this issue, this has been resolved in DataMiner 10.4.5. See docs: General Feature Release 10.4.5 | DataMiner Docs
View QuestionHi Gerwin, You could create a new column in the custom operator that allows you to identify the rows you are interested on. For example, the new column can contain the value of the node or the edge parsed...
View QuestionIn the squad we have created a GQI ad hoc script to query the data directly from Cassandra: SkylineCommunications/SLC-GQIDS-RetrieveTrendData: GQI ad-hoc data source that retrieves timestamp and value...
View QuestionI was able to present the Visio of a service selection of a GQI table. You have to make sure that the Visio component gets fed with "Services" instead of "Query rows". "Services" feed will only appear...
View QuestionHi Jim. What version of DM are you currently running? I have a similar query and it is working, the only difference is that in the Filter I'm not using "regex" but "contains". Also, have you checked if...
View Question