I have configured the following properties in blueflood.conf file to enable elastic search.
{
"took" : 2,
"timed_out" : false,
"_shards" : {
"total" : 5,
"successful" : 5,
"failed" : 0
},
"hits" : {
"total" : 3,
"max_score" : 1.0,
"hits" : [ {
"_index" : "metric_metadata",
"_type" : "metrics",
"_id" : "tenant-1:abc.bytes",
"_score" : 1.0,
"_source":{"tenantId":"tenant-1","metric_name":"abc.bytes","unit":"seconds"}
} ]
}
}
Is there anything i am missing to configure Elastic search with Blueflood?
Regards,
Balakrishna