While trying to export logs and provide the NFS share we observed the error " Failed to add new export task, error: {"errorMessage":"Internal error occurred during request processing."}
Aria Operations for Logs 8.12.x & Later
There were many entries in the export table due to which "Management->Export tab" could not load the details.
To resolve the issue we need to truncate the table.
Take snapshots of the cluster.
Kindly follow the steps below:
/usr/lib/loginsight/application/lib/apache-cassandra-*/bin/cqlsh-no-pass
select * from logdb.export_task;
truncate logdb.export_task;
Exit'Now you will be able to export logs as the export table is truncated and also when you navigate to "Management->Export tab" the page will load the details.