scottwilkerson wrote:That is weird, can you run the following to see what else you may be missing
Code: Select all
curl -XGET localhost:9200/nagioslogserver/commands/_search?pretty
[root@pden2nls1 nagioslogserver]# curl -XGET localhost:9200/nagioslogserver/commands/_search?pretty
{
"took" : 34,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 5,
"max_score" : 1.0,
"hits" : [ {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "V92d-I5KQrmDoDgaC4PV6A",
"_score" : 1.0,
"_source":{"created":"2014-11-20 20:00:05","created_by":"1","active":1,"status":"waiting","type":"system","node":"global","command":"update_check","run_time":1422666192,"frequency":"86400","last_run_time":"2015-01-29 17:03:12","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "URScqqg3Rl6rdxRuDOznZw",
"_score" : 1.0,
"_source":{"created":"2014-11-20 20:00:05","created_by":"1","active":1,"status":"waiting","type":"system","node":"global","command":"do_backups","run_time":1422666077,"frequency":"86400","last_run_time":"2015-01-29 17:01:17","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "2VqRrvugSKe0xM1fzzKcJA",
"_score" : 1.0,
"_source":{"created":"2014-11-20 20:00:05","created_by":"1","active":1,"status":"waiting","type":"system","node":"global","command":"do_maintenance","run_time":1422666702,"frequency":"86400","last_run_output":"Maintenance and Backup jobs are being executed","last_run_time":"2015-01-29 17:11:42","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "hQzM7yyKSJGPqd2UIRB4xA",
"_score" : 1.0,
"_source":{"created":"2014-11-20 20:00:05","created_by":"1","active":1,"status":"waiting","type":"system","node":"global","command":"cleanup","run_time":1422655817,"frequency":"3600","last_run_time":"2015-01-30 13:10:17","last_run_status":"SUCCESS"}
}, {
"_index" : "nagioslogserver",
"_type" : "commands",
"_id" : "TFP1dnsTSd6C-XrbJup5GA",
"_score" : 1.0,
"_source":{"created":"2014-11-20 20:00:05","created_by":"1","active":1,"status":"waiting","type":"system","node":"global","command":"run_alerts","run_time":1422654147,"frequency":"20","last_run_time":"2015-01-30 13:42:07","last_run_status":"SUCCESS"}
} ]
}
}