Trend Points on Dashboard
11th October 2023
Hi Muhamad, I’ve tested this on a 10.3.0 release and got the expected outcome. I was unable to find any related release note, but maybe someone else in the community …
Answer
11th October 2023
Hi Muhamad, I’ve tested this on a 10.3.0 release and got the expected outcome. I was unable to find any related release note, but maybe someone else in the community …
11th October 2023
Hi Yuki, This info is currently not exposed over the Probe API. We can check with bridgetech if they will be available in the future. Are there any other KPI’s …
11th October 2023
Hi Stefan This has been changed in Visual Studio 2022 with Visual Studio Templates. In Visual Studio 2019 you should still have it directly under ‘File > New’. Blog post: …
11th October 2023
Hi Stefan, Maybe the templates weren’t installed properly. You can follow the steps from our docs. It’s worth giving a shot using the CLI command: dotnet new dataminer-connector-solution -name "Solution"
11th October 2023
“Average (change only)” and “Average (fixed interval)” Data Exported:
11th October 2023
Hi Donnel, Could you let us know how you have your response parameter (id=7) defined, to see if there is something that could be missing? You mention that from Postman …
11th October 2023
Hi Muhamad, In the case of changes only, you will only get trend points in case the value has changed. In the case of the fixed interval, you will get …
10th October 2023
Hi Muhamad, the average of the values between 4:00PM and 5:00PM will be calculated at 5:00PM and in DataMiner Cube this will be displayed as a flat line between 4:00PM …
10th October 2023
Hi Sunil Thank you for reaching out! The Starlink Telemetry API connector is not available yet but the development of it will start soon. We are expecting to have an …
10th October 2023
Hi, Hi, this error message indicates that Cube somehow cannot connect towards DataMiner. Can you verify whether you can ping the DMA? When connecting over https, this error is shown …
10th October 2023
Hello Miguel, I normally drag the Index directly from the Parameters and so far had no issues with it. I tried it the way you suggested on a second State …
10th October 2023
You can find a nice explanation in this question of how average trend values are calculated. Hope it helps.
10th October 2023
Hi Robert, I tried to reproduce the issue that you are reporting (10.3.8), but so far I am able to display the cell value in a state component. To map …
10th October 2023
On elastic.co i found the following blog: https://www.elastic.co/blog/how-many-shards-should-i-have-in-my-elasticsearch-cluster There they mention the following: The number of shards you can hold on a node will be proportional to the amount of heap …
10th October 2023
If you are looking to do it yourself, this snippet will retrieve all instances in chunks and deletes them bit by bit, so the script doesn’t timeout or run out …