Session timeout not modifiable
28th July 2022
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 …
Answer
28th July 2022
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 …
28th July 2022
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 …
28th July 2022
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$ …
28th July 2022
Hi Ian, There should be no concern on doing any actions on DataMiner as long as Cassandra is reachable and handling requests correctly. If your compaction actions in Cassandra are …
27th July 2022
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 …
27th July 2022
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 …
27th July 2022
The current landing screen provides these sections: I’d check if your MOTD could come in as data feeds that can be embedded in a similar way? E.g. operators can be …
27th July 2022
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 = …
27th July 2022
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*/, …
27th July 2022
Hi Michiel, That should be possible. In the line chart component your could configure it as follows: Data source: Select the parameter that you would like to display in the …
27th July 2022
Hi Bruno, You can achieve this in several ways, depending on your use case : If you want this for your user only you can create the tab in the …
27th July 2022
1) This is not officially supported. The newly created dashboard won’t get synced in the cluster. In newer DataMiner versions, we also can’t guarantee that dashboards created through your script …
26th July 2022
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 …
26th July 2022
Hi Mieke, Since you are running locally Cassandra (and probably Elastic – because of SRM), a possible option could be editing the settings described in Standalone Elasticsearch Cluster Installer , …
26th July 2022
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. …