'Elastic kibana with rest api
I am trying to use rest API in the kibana dev portal. but I am not getting the correct output. here I am attaching my file
Solution 1:[1]
You can call only Elasticsearch API from the Kibana Dev tool. Also, when you call Elasticsearch API from Dev tool, you don't need to provide host and authentication details. It is not possible to call external API from Kibana dev tool.
You can search using below API:
GET index_name/_search
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Sagar Patel |
