I just install graph to an es server (2.3.1) with shield. But when I tried to pass a query I got an error 500.
In the logs i found the following:
Kibana.stdout:
{"type":"error","@timestamp":"2016-04-06T10:55:06+00:00","tags":[],"pid":16028,"level":"error","message":"[illegal_state_exception]
Field data loading is forbidden on
[message]","error":{"message":"[illegal_state_exception]
Field data loading is forbidden on
[message]","name":"Error","stack":"[illegal_state_exception] Field data
loading is forbidden on [message] ::
{"path":"/logstash-2016.04.06/_graph/explore","query":{},"body":"{\"query\":{\"query_string\":{\"default_field\":\"_all\",\"query\":\"VLAN100\"}},\"controls\":{\"use_significance\":true,\"sample_size\":2000,\"timeout\":5000},\"connections\":{\"vertices\":[{\"field\":\"message\",\"size\":5,\"min_doc_count\":3}]},\"vertices\":[{\"field\":\"message\",\"size\":5,\"min_doc_count\":3}]}","statusCode":500,"response":"{\"error\":{\"root_cause\":[{\"type\":\"illegal_state_exception\",\"reason\":\"Field
data loading is forbidden on
[message]\"}],\"type\":\"search_phase_execution_exception\",\"reason\":\"all
shards
failed\",\"phase\":\"query\",\"grouped\":true,\"failed_shards\":[{\"shard\":0,\"index\":\"logstash-2016.04.06\",\"node\":\"uzq_HT8uRBeK3PpkKMd-Hw\",\"reason\":{\"type\":\"illegal_state_exception\",\"reason\":\"Field
data loading is forbidden on
[message]\"}}]},\"status\":500}"}\n at respond
(/apps/Oss/ELK/kibana-4.5.0-linux-x64/node_modules/elasticsearch/src/lib/transport.js:238:15)\n
at checkRespForFailure
(/apps/Oss/ELK/kibana-4.5.0-linux-x64/node_modules/elasticsearch/src/lib/transport.js:201:7)\n
at HttpConnector.
(/apps/Oss/ELK/kibana-4.5.0-linux-x64/node_modules/elasticsearch/src/lib/connectors/http.js:155:7)\n
at IncomingMessage.wrapper
(/apps/Oss/ELK/kibana-4.5.0-linux-x64/node_modules/lodash/index.js:3095:19)\n
at emitNone (events.js:72:20)\n
at IncomingMessage.emit (events.js:166:7)\n at endReadableNT
(_stream_readable.js:905:12)\n at nextTickCallbackWith2Args
(node.js:437:9)\n at process._tickDomainCallback
(node.js:392:17)"},"url":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":null,"query":{},"pathname":"/api/graph/graphExplore","path":"/api/graph/graphExplore","href":"/api/graph/graphExplore"}}
{"type":"response","@timestamp":"2016-04-06T10:55:06+00:00","tags":[],"pid":16028,"method":"post","statusCode":500,"req":{"url":"/api/graph/graphExplore","method":"post","headers":{"host":"lqzc4007.mod.nl:5601","user-agent":"Mozilla/5.0
(Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101
Firefox/39.0","accept":"application/json, text/plain,
/","accept-language":"nl,en-US;q=0.7,en;q=0.3","accept-encoding":"gzip,
deflate","content-type":"application/json;charset=utf-8","kbn-version":"4.5.0","referer":"https://lqzc4007.mod.nl:5601/app/graph","content-length":"316","cookie":"sid=Fe26.2264f6170d6f10154c5e44c3982f4dad3894496d8e122ec0e2b7e27e583f76d4cvNIRzIQvDaGUsJE5RmNpPgBxTIuaiEltoTphjp9n56l0ghUQjxs23_nI9rHj-xEUCb4_4iUHMMf-rvhKDWmiUsxE_5M8R0RNfc17AyqAs0_zDuP1OLiRXc1rtvUzxB31wc6f285b22913325034fd41140911373e7954a38922a7faf97998d4f8bff6f13d*6U8auPE4EzdrdytQ3YlIGtFYRAIYS_dnc13_iCk_Bgg","connection":"keep-alive","pragma":"no-cache","cache-control":"no-cache"},"remoteAddress":"10.50.101.106","userAgent":"10.50.101.106","referer":"https://lqzc4007.mod.nl:5601/app/graph"},"res":{"statusCode":500,"responseTime":59,"contentLength":9},"message":"POST
/api/graph/graphExplore 500 59ms - 9.0B"}
Please help
Kind regards
Theo