Average Trend data fetching

Hi Alija, Calculating an average value for a parameter over a custom timespan at runtime will not be performant. For this type of use cases you could use DataAggregator. DataAggregator …

Visio Filter Box Not Filtering Correctly

It was a bit of a tricky regex to investigate, but this is what I landed on: [Sep::;]Input[property:Channel];;[regexreplace:(?i)(?<filter>[^;]*[var:InputFilter[property:Channel]][^;]*;?)|(?<alt>[^;]+;?),AmagiGB33;AmagiGB27;AmagiGB28,${filter}] I added another Amagi for testing and I don’t have the channel …

User-Defined API request timeout

I see that this question has been inactive for quite some time. Have you been able to resolve this based on the suggestions in the comments? If yes, could you …

GetParameterByPrimaryKey Wildcard

Hi Ryan, I don’t know if there’s a direct method for this. One possibility would be getting all keys with GetTablePrimaryKeys https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.ScriptDummy.GetTablePrimaryKeys.html and then try to find the substring you …

Forward Syslog Messages

Hi Koen, I have a question regarding the intended behavior of DataMiner in this integration. Should DataMiner act purely as a syslog relay (simply forwarding the received messages) or do …

Dataminer Installer Version 10.5

Hi Robin, the latest 10.5 main release is CU11 which is 5 versions ahead of the current installer which indeed contains the CU6. We do not provide an installer for …

Forward Syslog Messages

Hi Koen, Depending on the use case (periodicity, capabilities of the third party to receive/consume information) one possibility could be the use of the Data Aggregator to consolidate logs from …

How can I save a new component theme?

Hi, The ‘Save as component theme’ button is only enabled for your own custom themes. Clicking it will add the current custom settings as a component theme to the dashboard …

Issue deploying LCA on system with 2 or more DMAs

Hi Maria, That’s indeed a known issue which should have been fixed on RN44202. (DataMiner web apps Feature Release 10.6.2 | DataMiner Docs) Could you check if this version solves …