- Locally I have installed Elasticsearch and KIbana (version 7.8, OS = Windows 10).
Using KIbana console and I can type in commands in left-hand-side, click "arrow" to execute command and see results in right-hand side.
Such as example from
https://www.elastic.co/guide/en/elasticsearch/reference/current/query-filter-context.html
-
I have been given access to a running Elasticsearch inside my company.
From browser, I can type "remote-machine-name:9200" and it shows me usual summary with cluster_name, cluster_uuid and version array. -
My question is - how do I direct KIbana (installed locally) to perform "search" from remote Elasticsearch instance? And also obtain information about Data Dictionary (Index names and such details) so that I can perform relevant "search" on selective data.