Kibana - "Discover: unknown error"

The Error
Kibana web UI
Error: unknown error
at respond (http://192.168.33.10:5601/bundles/kibana.bundle.js?v=9889:76380:16)
at checkRespForFailure (http://192.168.33.10:5601/bundles/kibana.bundle.js?v=9889:76341:8)
at http://192.168.33.10:5601/bundles/kibana.bundle.js?v=9889:74959:8
at processQueue (http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:42357:29)
at http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:42373:28
at Scope.$eval (http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:43601:29)
at Scope.$digest (http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:43412:32)
at Scope.$apply (http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:43709:25)
at done (http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:38158:48)
at completeRequest (http://192.168.33.10:5601/bundles/commons.bundle.js?v=9889:38356:8)

google chrome console
commons.bundle.js?v=9889:38334 GET http://192.168.33.10:5601/elasticsearch/_msearch?timeout=0&ignore_unavailable=true&preference=1461012587104 net::ERR_TOO_MANY_REDIRECTS

Configuration
I am configuring my local virtual box environment to work with filebeat, elasticsearch, kibana as follows.

  1. Setup filebeat on the application VM(192.168.66.66)
  2. Set a separate kibana and elasticsearch VM(192.168.33.10)
  3. Configured all 3 config .yml files to work with dsp.log file

Elastic search data
curl '192.168.33.10:9200/_search?q=*&pretty'
{
"_index" : "dsp-2016.04.18",
"_type" : "log",
"_id" : "AVQqCZnpr-QENC57xOBc",
"_score" : 1.0,
"_source" : {
"@timestamp" : "2016-04-18T15:42:30.237Z",
"beat" : {
"hostname" : "xyz.demo.com",
"name" : "xyz.demo.com"
},
"count" : 1,
"fields" : null,
"input_type" : "log",
"message" : "2016-04-15 19:51:15,147[FelixStartLevel]|INFO|org.apache.felix.fileinstall|7-org.apache.felix.fileinstall-3.2.6|Installed /opt/dsp-k-latest-14.3/kernel/etc/org.apache.activemq.webconsole.cfg",
"offset" : 1064318,
"source" : "/path/dsp-k/kernel/log/dsp.log",
"type" : "log"
}
},

Kibana status
Installed Plugins
Name Status
plugin:kibana Ready
plugin:elasticsearch Kibana index ready
plugin:kbn_vislib_vis_types Ready
plugin:markdown_vis Ready
plugin:metric_vis Ready
plugin:spyModes Ready
plugin:statusPage Ready
plugin:table_vis Ready

Are you proxying ES?
If so do you get the same problem without the proxy?

I have disabled all proxies within my shell & browser and I am still getting the same error.