On a multi-tenanted v6.2 Cortex XSOAR server, which path leads to the server.log for "Tenant1"?
On a multi-tenanted v6.2 Cortex XSOAR server, which path leads to the server.log for "Tenant1"?
In a multi-tenant setup of Cortex XSOAR, logs are organized by tenant within specific directory structures. The directory for a particular tenant's logs includes a prefix 'acc_' (short for 'account') to distinguish tenant-specific logs. Therefore, the path /var/log/demisto/acc_Tenant1/server.log correctly follows this structure, indicating that it is the log for 'Tenant1'.
In a multi-tenant setup, Cortex XSOAR organizes logs by tenant using a specific directory structure. The prefix acc_ (short for "account") is used to differentiate tenant-specific directories within the /var/log/demisto/ path. This convention helps in clearly segregating logs for different tenants, making it easier for administrators to manage and troubleshoot issues specific to each tenant. On the other hand, /var/log/demisto/Tenant1/server.log does not follow the standard naming convention used in multi-tenant environments for Cortex XSOAR, which includes the acc_ prefix to indicate tenant accounts.
B is correct
B is the correct answer