Merge branch 'ent-5462-modificar-envio-de-logs-elastic' into 'develop'

Updated sending logs

See merge request artica/pandorafms!3067
This commit is contained in:
Daniel Rodriguez 2020-02-20 16:36:56 +01:00
commit 5b6279d908
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ sub pandora_get_sharedconfig ($$) {
$pa_config->{"mta_encryption"} = 'none';
}
}
# Server identifier
$pa_config->{'server_unique_identifier'} = pandora_get_tconfig_token ($dbh, 'server_unique_identifier', '');
}
##########################################################################