Hello,
I need to ask a question, maybe a little stupid ...
Is it possible to query the kibana web console by http and curl?
Is there a way for this to return the data from the query?
Thanks
Hello,
I need to ask a question, maybe a little stupid ...
Is it possible to query the kibana web console by http and curl?
Is there a way for this to return the data from the query?
Thanks
Welcome to our community!
It does have an API, yes. What sort of things are you looking to query Kibana for?
Excuse me, let me explain better.
I only have access to the server through port 80. For this reason, I need to be able to query by making the call against the kibana website.
This would return the information in a structured way (xml ...)??
This is not supported so could go away in future versions.
POST
- http://localhost:5601/api/console/proxy?path=_search&method=GET
Body
- {query: {match_all: {}}}
Header
- kbn-xsrf=true
Will return JSON.
thanks aaron.
That was what I needed to know.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.