Difference between revisions of "Connect to Elasticsearch"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
* <code>http://localhost:9200/</code>
 +
* <code>https://localhost:9200/</code>
 +
* <code>[[curl --insecure]] -u 'admin:admin' -XGET https://localhost:9200</code>
  
 
<pre>
 
<pre>
Line 23: Line 26:
 
== See also ==
 
== See also ==
 
* {{ELK}}
 
* {{ELK}}
 +
 +
[[Category:Elasticsearch]]

Latest revision as of 16:23, 21 April 2022

{
"name": "7b64ad871x52",
"cluster_name": "docker-cluster-name",
"cluster_uuid": "ZZA8jnPMTOWtE2wwVI7Zxx",
"version": {
"number": "7.6.0",
"build_flavor": "default",
"build_type": "docker",
"build_hash": "7f634e9f44834fbc12724506cc1da681b0c3b1e3",
"build_date": "2020-02-06T00:09:00.449973Z",
"build_snapshot": false,
"lucene_version": "8.4.0",
"minimum_wire_compatibility_version": "6.8.0",
"minimum_index_compatibility_version": "6.0.0-beta1"
},
"tagline": "You Know, for Search"
}


See also[edit]

Advertising: