I have kibana-(v5.0.1) . I have used the kibana internal console API (http://server.com/api/console/proxy?uri=_search) with serach query as param to search for kibana log and processing them.
Recently when i tried to use the same API against (kibana -v5.4.0) which is in another server , I got nginx error .
I have a set of questions here :
-
What I am doing is wrong to get the log using Kibana API ?
-
Why I'm getting this error. Is the newer versions of Kibana developed to block the use of internal API outside/other applications ?
-
Is there any console RestApi to query Kibana log ?
-
Whether the nginx error is due to the server/by kibana itself ?
My overall goal is to query the Kibana from my application . I'm new to these ELK concepts. Please anyone direct me in right path ..
Thanks in Advance.