Session timeout not modifiable

Hi John, the Session@timeout attribute configures the timeout for a request in this session and overrides the Timeout of a single command (ms) in the element edit wizard (under More …

Duplicate Group to tweak just one privilege?

Hi Alberto, I went through Collaboration to search for the Duplicate group option. Most of the tasks I found were for SD. You can upvote in that link: https://community.dataminer.services/new-feature-suggestions/system-centre-users-groups-right-click-duplicate-group or …

Show Shapedata Not Equal To Regex

Hi Chris, Would it not be easier to use “not” in front of your expression? Extended conditional shape manipulation actions | DataMiner Docs This would allow you to use ^ST-BT$ …

DMA failover monitoring

You can give this Generic Failover Status connector a trial. With this you can monitor/trend the failover state of a pair of agents. It also shows details similar to what …

Adding a three node ElasticSearch cluster

Yes, simply define in the db.xml of each agent the hosts of the ES cluster seperated by commas.  <DBServer>10.10.10.1,10.10.10.2,10.10.10.3</DBServer> DBConfiguration.xml file only comes into play when you are configuring multiple …

Remove file from Documents – DMS Notification

Hi Joerg, You can use the snippet below, where you need to define the path to the file in the strinfo1 variable: Skyline.DataMiner.Net.Messages.Advanced.SetDataMinerInfoMessage SDIM = new Skyline.DataMiner.Net.Messages.Advanced.SetDataMinerInfoMessage { What = …

Remove file from Documents – DMS Notification

Hi Joerg, Looking at the documentation of that call NT_SEND_DMS_FILE_CHANGE (41) I would remove the file and execute the same method but with fileChangeType: 33 = File removed protocol.NotifyDataMiner(41 /*NT_SEND_DMS_FILE_CHANGE*/, …

Fine-tuning access in the new Dashboard module

You can indeed configure which users (and user groups) can view a specific dashboard. When having multiple users, it’s probably more convient to configure it with user groups. Note that …

Cassandra – delete old data from data table

Hi Pedro, The Cassandra cleaner will not remove trend data, it will only clean up historical alarm data. This means that running the tool will not help in this case. …