I’m running ELK 6.2.4 (in docker). Data has been loaded into Elasticsearch, index was created and so on.
When I import the source into Dremio, the source is added, but when I click on it , I see the “doc”, when I click on the doc to “query” it (select * from doc), it gives me " Failure while attempting to read metadata for elasticsearch.nyc_visionzero.doc."
I’m running version 3.1.1-201901281837360699-30c9d74 (build)
everything is on docker here, I’ve created a docker-compose file
cluster health :
{
“cluster_name” : “B&D internal iot cluster”,
“status” : “yellow”,
“timed_out” : false,
“number_of_nodes” : 1,
“number_of_data_nodes” : 1,
“active_primary_shards” : 17,
“active_shards” : 17,
“relocating_shards” : 0,
“initializing_shards” : 0,
“unassigned_shards” : 5,
“delayed_unassigned_shards” : 0,
“number_of_pending_tasks” : 0,
“number_of_in_flight_fetch” : 0,
“task_max_waiting_in_queue_millis” : 0,
“active_shards_percent_as_number” : 77.27272727272727
}