I can't find out why my dashboard is giving me this error
plugin:elasticsearch@5.2.2 [unsupported_operation_exception] null
Here is my output from curl -XGET 'http://localhost:9200'
{
"name" : "elastic-test_node_1",
"cluster_name" : "elastic-test_server_1",
"cluster_uuid" : "ZpEElQDiQW6YLBTTPcjDlw",
"version" : {
"number" : "5.2.1",
"build_hash" : "db0d481",
"build_date" : "2017-02-09T22:05:32.386Z",
"build_snapshot" : false,
"lucene_version" : "6.4.1"
},
"tagline" : "You Know, for Search"
}
Kibana seems to be running fine
systemctl status kibana
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2017-02-28 09:18:50 CST; 10min ago
Main PID: 8022 (node)
CGroup: /system.slice/kibana.service
└─8022 /usr/share/kibana/bin/../node/bin/node --no-warnings /usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml
Feb 28 09:18:50 elkserver systemd[1]: Started Kibana.
================================
here is my kibana log when trying to start the dashboard using http://elkserver.com:5601
cat /var/log/kibana.log
{"type":"response","@timestamp":"2017-02-28T15:32:31Z","tags":[],"pid":8022,"method":"get","statusCode":503,"req":{"url":"/app/kibana","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","connection":"keep-alive","upgrade-insecure-requests":"1","cache-control":"max-age=0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":503,"responseTime":146,"contentLength":9},"message":"GET /app/kibana 503 146ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":304,"req":{"url":"/bundles/commons.style.css?v=14723","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/css,/;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://elkserver.com:5601/app/kibana","connection":"keep-alive","if-modified-since":"Fri, 24 Feb 2017 17:38:56 GMT","if-none-match":""27266e65868c02bade73c08997b2b654d8d2373b-gzip""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://elkserver.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":25,"contentLength":9},"message":"GET /bundles/commons.style.css?v=14723 304 25ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":200,"req":{"url":"/ui/favicons/favicon-16x16.png","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","connection":"keep-alive"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":200,"responseTime":61,"contentLength":9},"message":"GET /ui/favicons/favicon-16x16.png 200 61ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":304,"req":{"url":"/bundles/status_page.style.css?v=14723","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/css,/;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://elkserver.com:5601/app/kibana","connection":"keep-alive","if-modified-since":"Fri, 24 Feb 2017 17:38:56 GMT","if-none-match":""3f973c328846b42854e2fed2b04891fcb68de7d5-gzip""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://elkserver.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":14,"contentLength":9},"message":"GET /bundles/status_page.style.css?v=14723 304 14ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":304,"req":{"url":"/bundles/commons.bundle.js?v=14723","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"/","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://elkserver.com:5601/app/kibana","connection":"keep-alive","if-modified-since":"Fri, 24 Feb 2017 17:38:56 GMT","if-none-match":""5bcaae9f8f54a0f2edd0b6671b9dd03b781a4c82-gzip""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://elkserver.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":16,"contentLength":9},"message":"GET /bundles/commons.bundle.js?v=14723 304 16ms - 9.0B"}
.
.
.