Multiple Element IP Change

Hi – the easiest to achieve that would be through export / import of the elements. Importing and exporting elements | DataMiner Docs Rui’s Rapid Recap – Bulk editing via …

Time to Live – Monitoring

Hi Jarno As far as I understand Indexing colum is elasticsearch and General is the canssadnra cluster. For the greyed out parts it means they are the default values if …

When do I know if the DMA is up and running?

Hi Tiago, As Laurens mentioned, whatever you want to do you probably want to trigger from within the DMA itself. When DataMiner startup is complete, it will generate an information …

Unable to access cube (sometimes)

Hi Ive, Could you check the anti-virus on those client systems? Documentation: Regarding antivirus software Related sources: DCP 203270 – DataMiner Connection issue DCP 201812 – Cube Clients unable to …

Unable to access cube (sometimes)

Hi Ive, This specific error (Cannot accept SOAP messages (text/xml)) occurs when using Remoting when no channel has been registered, typically when using polling mode. The issue should have been fixed …

Improve the execution time of a correlation

The first goal here should be identifying where the delay originates from. The SLCorrelation.txt logfile provides information on when incoming alarm events get analyzed by the correlation engine and when …

Filtering names

Hi Ashwini, I believe in this case you could use the regex expression. When using regular expressions you can define an OR condition. I remember there was a similar question: …

Filtering names

Hi Ashwini, Or filtering is not possible using the ‘Contains’ filter method. You can achieve your desired result using the ‘Regex’ method. For example: ‘^(WoutMH|Test Element 1)$’ will show all …

Dashboards Parameter Feed – Group by Option

Next to the trend charts, the state visualizations also support this grouping feature. Note: Be aware that the Group by setting on those components should be set to “No grouping” …

gRPC connnection option not shown

Hi Ive, gRPC has not been made available publically (*) as an explicit selectable connection method, for 2 reasons: Changing the default connection setting to ‘gRPC’ in a 10.3+ Cube …