I have turn on roll up job for testing
when I do GET /_rollup/job/_all
I can see it is running. it says started but I don't see any rollup index.
I don't see any index named metricbeat-rollup
how do I confirm that it is running or not
"jobs" : [
{
"config" : {
"id" : "metricbeat-rollup",
"index_pattern" : "metricbeat_*",
"rollup_index" : "metricbeat-rollup",
"cron" : "0 0 0 ? * 6",
"groups" : {
"date_histogram" : {
"fixed_interval" : "5m",
"field" : "@timestamp",
"delay" : "1d",
"time_zone" : "UTC"
}
},
"metrics" : [ ],
"timeout" : "20s",
"page_size" : 9000
},
"status" : {
"job_state" : "started",
"current_position" : {
"@timestamp.date_histogram" : 1611273300000
},
"upgraded_doc_id" : true
},
"stats" : {
"pages_processed" : 2,
"documents_processed" : 741524484,
"rollups_indexed" : 2613,
"trigger_count" : 1,
"index_time_in_ms" : 438,
"index_total" : 1,
"index_failures" : 0,
"search_time_in_ms" : 9386,
"search_total" : 2,
"search_failures" : 0,
"processing_time_in_ms" : 655,
"processing_total" : 2
}
},