You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Kibana 4.3.1 and Elasticsearch 2.1.1.
When I try to count documents like its descibed it Count API Docs I get {"statusCode":404,"error":"Not Found"}
The kibana server implements a filtered proxy to elasticsearch but it is only exposed for Kibana to make specific requests and doesn't expose the entire elasticsearch API. It is also undocumented and I don't recommend depending on it.
Hi!
I am using Kibana 4.3.1 and Elasticsearch 2.1.1.
When I try to count documents like its descibed it Count API Docs I get {"statusCode":404,"error":"Not Found"}
XGET returns just nothing
But search returns proper values
But only without docs type
And if I use string query syntax it works good
And it simply works in Kibana 4.1.1 in any way.
So what changed in 4.3.1? And where documentation for this? Maybe it's just bug and should be fixed?
The text was updated successfully, but these errors were encountered: