The Application Logs provide a chronological record of events and errors within the system
Each log entry consists of the following components:
PANEL
.ERROR
for all entries.The errors provided in the logs suggest a few possible recurring issues:
ElasticsearchResource.getIndexProperties
errors may indicate problems accessing index configuration details.ElasticsearchService.indexExist
errors could signify attempts to access non-existent indices or issues with index creation.ElasticsearchResource.getClusterStatus
error points towards potential issues with the Elasticsearch cluster health.ElasticsearchService.preventSystemCrashBySpace
log suggests there are automated measures to handle low disk space conditions.