UNPKG

logging-n3xgen-cg-lib

Version:

Library to save logs into desire destiny, the current implementation is Opensearch.

11 lines (10 loc) 255 B
/** * Logging elastic credentials on N3xGen servers for CloudGen. * @type {{method: string, api_url: string, auth: string}} */ const objectLESReq = { api_url: null, auth: null, method: "POST" }; module.exports = { objectLESReq };