Symptoms:
Query performance of Aria Operations for Logs (formerly vRealize Log Insight) may degrade while under average or low load.
Aria Operations for Logs 8.x
Corrupted data buckets in the inventory of Aria Operations for Logs can cause slow querying.
To Improve performance, remove the corrupted buckets from the Aria Operations for Logs inventory.
To identifying and remove corrupted buckets from the inventory, use one of these options:
/usr/lib/loginsight/application/sbin/bucket-index UUID delete
Note: Replace UUID with the UUID of a bucket found in step 1.
Note: Replace UUID with the UUID of a bucket found in step 1.
service loginsight start
When running the command ./validate-bucket -Vv
, this error could show:
ERROR com.vmware.loginsight.analytics.IndexDirectoryValidator - Exception while validating taxonomy, not marking as invalid: org.apache.lucene.store.NoSuchDirectoryException: directory /storage/core/loginsight/cidata/store/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/index' does not exist
This error will show for buckets that were present at the start of the validation, and were retired/removed before being validated. This will happen if you haven't stopped Log Insight service before running the bucket validator. Make sure to stop the Log Insight service before running the bucket validator..