linux distro for ElasticSearch

As far as I know, there’s no official preference. On the official website, there is however a matrix that can be used to check if the distro you like is …

Why are custom HTTP headers cleared?

Before adding any http headers, our web applications clear all custom headers, to avoid having multiple headers with the same name. This was the easiest solution, but probably not the …

Dashboard Pivot table

At first sight, it looks like a software issue indeed, would it be possible to create a task in Collaboration please? If not possible, let us know, then we can …

Change the time of the “midnight sync”

Yes, you can change this with the DMSRevision tag in the MaintenanceSettings.xml. Default is indeed at midnight, but you can specify another time. See DataMiner Help

Implemeting HTTP Basic Authentication

Hi João, I’m no expert on protocol development but according to this example I think you can put the parameter IDs in the userName and password attributes. So I think …

Implemeting HTTP Basic Authentication

Hi Joao, You can just enter the parameter IDs in the username and password attribute values (between quotes). e.g. userName=”101″ password=”100″