Hello @droberts195, thank you very much for your reply.
Edit:
1. I am running Elastic 7.15.2 with platinum trial license
- For nodes 1 & 2 following options are set:
node.master: true
node.voting_only: false
- When I create custom ML jobs they do run and finish, but I can't seem to keep them always "on". Here is snapshot of ML page where I see a different error too & ML has 2 nodes as per the status page.
- When I start prebuilt jobs such as those part of Elastic Security, they keep shutting down abruptly. I've started jobs again and I will check how they continue:
- Some custom jobs end with "hard limit" in the memory, here is the output of their status. What do I need to change here?
{
"count" : 1,
"jobs" : [
{
"job_id" : "dns_rare_oxford",
"data_counts" : {
"job_id" : "dns_rare_oxford",
"processed_record_count" : 486569375,
"processed_field_count" : 486569375,
"input_bytes" : 41188106693,
"input_field_count" : 486569375,
"invalid_date_count" : 0,
"missing_field_count" : 0,
"out_of_order_timestamp_count" : 0,
"empty_bucket_count" : 0,
"sparse_bucket_count" : 8,
"bucket_count" : 18,
"earliest_record_timestamp" : 1632442643000,
"latest_record_timestamp" : 1632508200000,
"last_data_time" : 1635241410029,
"latest_sparse_bucket_timestamp" : 1632484800000,
"input_record_count" : 486569375,
"log_time" : 1635241410029
},
"model_size_stats" : {
"job_id" : "dns_rare_oxford",
"result_type" : "model_size_stats",
"model_bytes" : 44051824,
"peak_model_bytes" : 44051824,
"model_bytes_exceeded" : 20890,
"model_bytes_memory_limit" : 44040192,
"total_by_field_count" : 11732,
"total_over_field_count" : 0,
"total_partition_field_count" : 2,
"bucket_allocation_failures_count" : 18,
"memory_status" : "hard_limit",
"assignment_memory_basis" : "model_memory_limit",
"categorized_doc_count" : 0,
"total_category_count" : 0,
"frequent_category_count" : 0,
"rare_category_count" : 0,
"dead_category_count" : 0,
"failed_category_count" : 0,
"categorization_status" : "ok",
"log_time" : 1635241417030,
"timestamp" : 1632502800000
},
"forecasts_stats" : {
"total" : 0,
"forecasted_jobs" : 0
},
"state" : "closed",
"timing_stats" : {
"job_id" : "dns_rare_oxford",
"bucket_count" : 18,
"total_bucket_processing_time_ms" : 316.0,
"minimum_bucket_processing_time_ms" : 4.0,
"maximum_bucket_processing_time_ms" : 104.0,
"average_bucket_processing_time_ms" : 17.555555555555557,
"exponential_average_bucket_processing_time_ms" : 6.193679389034066,
"exponential_average_bucket_processing_time_per_hour_ms" : 28.0
}
}
]
}
Please do let me know if more information is required.