Hendrik, Thanks for the email. I am glad I am able to contribute. I will start testing the DSL part and there might more feedback coming your way.
Thank you, -- Ram Kotamaraja | Solutions Architect, DMBI P: (617) 728-0595 | ext: 270595 M: (339) 368-1181 [email protected]<mailto:[email protected]> From: Hendrik [mailto:[email protected]] Sent: Monday, February 03, 2014 7:53 AM To: [email protected] Cc: Kotamaraja, Ram Subject: Re: Kibana not loading graphs shoud be fixed with the following commits https://github.com/salyh/elasticsearch-security-plugin/commit/8301b02e374257040f5f56bd164a0ac10b835370 https://github.com/salyh/elasticsearch-security-plugin/commit/212c9fae027881bc0bb8b6028c2b42abc1579549 https://github.com/salyh/elasticsearch-security-plugin/commit/98e7980304205311def31f46a9b1291d4a500c50 Thank you Ram for your contributions KR Hendrik Am Montag, 27. Januar 2014 20:47:06 UTC+1 schrieb Kotamaraja, Ram: Hi, I am working in setting up Kibana and processing the requests through elastic security plugin: https://github.com/salyh/elasticsearch-security-plugin. When the plug in is enabled, I get the following response for OPTIONS query. Fiddler trace for Input: OPTIONS http://myservername:9200/myindex/_search HTTP/1.1 Host: myservername:9200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.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 Origin: http:// myservername:8080 Access-Control-Request-Method: POST Access-Control-Request-Headers: content-type Connection: keep-alive Pragma: no-cache Cache-Control: no-cache Fiddler trace for output: HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Access-Control-Allow-Origin: * Access-Control-Max-Age: 1728000 Access-Control-Allow-Methods: OPTIONS, HEAD, GET, POST, PUT, DELETE Access-Control-Allow-Headers: X-Requested-With Content-Type: application/json;charset=UTF-8 Content-Length: 2 Date: Mon, 27 Jan 2014 19:38:38 GMT {} When there is not Content, it is returning an empty byte array. In this scecnario, Kibana is not making any subsequent calls as it is expecting the 'Content-Length: 0'. Is there any way I can make Kibana load graphs by making subsequent class even if the returned content is NOT empty for OPTIONS request? Thank you, -- Ram Kotamaraja | Solutions Architect, DMBI P: (617) 728-0595 | ext: 270595 M: (339) 368-1181 [email protected]<javascript:> *********************************************************************************************************************** This email message and any attachments are intended solely for the use of the addressee. If you are not the intended recipient, you are prohibited from reading, disclosing, reproducing, distributing, disseminating or otherwise using this transmission. If you have received this message in error, please promptly notify the sender by reply email and immediately delete this message from your system. This message and any attachments may contain information that is confidential, privileged or exempt from disclosure. Delivery of this message to any person other than the intended recipient is not intended to waive any right or privilege. Message transmission is not guaranteed to be secure or free of software viruses. *********************************************************************************************************************** *********************************************************************************************************************** This email message and any attachments are intended solely for the use of the addressee. If you are not the intended recipient, you are prohibited from reading, disclosing, reproducing, distributing, disseminating or otherwise using this transmission. If you have received this message in error, please promptly notify the sender by reply email and immediately delete this message from your system. This message and any attachments may contain information that is confidential, privileged or exempt from disclosure. Delivery of this message to any person other than the intended recipient is not intended to waive any right or privilege. Message transmission is not guaranteed to be secure or free of software viruses. *********************************************************************************************************************** -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/C4DEA6B73074194CB0BA02FC8CE731D02A24E9C3%40NAV8EMDAGP03.ASCORP.COM. For more options, visit https://groups.google.com/groups/opt_out.
