Difference between revisions of "9200"

From wikieduonline
Jump to navigation Jump to search
 
Line 35: Line 35:
 
* [[ElasticSearch docker-compose example]]
 
* [[ElasticSearch docker-compose example]]
 
* [[List of TCP ports]]
 
* [[List of TCP ports]]
* [[http.port]]
+
* [[http.port]] 9200
 +
* [[network.host]]
 
* [[transport.port]] [[9300]] <ref>https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#common-network-settings</ref>
 
* [[transport.port]] [[9300]] <ref>https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#common-network-settings</ref>
  

Latest revision as of 03:47, 25 October 2022

Elasticsearch and OpenSearch

http://locahost:9200/
https://localhost:9200/

or

curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
curl -XGET -j -u 'admin:admin' https://localhost:9200
curl http://localhost:9200/_cluster/health?pretty


Opensearch

{
  "name" : "your-machine-name",
  "cluster_name" : "opensearch_homebrew",
  "cluster_uuid" : "vtqln7XZQ4WWiRwMD7keYw",
  "version" : {
    "distribution" : "opensearch",
    "number" : "2.3.0",
    "build_type" : "tar",
    "build_hash" : "unknown",
    "build_date" : "2022-09-08T20:28:30Z",
    "build_snapshot" : false,
    "lucene_version" : "9.3.0",
    "minimum_wire_compatibility_version" : "7.10.0",
    "minimum_index_compatibility_version" : "7.0.0"
  },
  "tagline" : "The OpenSearch Project: https://opensearch.org/"
}

Related[edit]

Activities[edit]

See also[edit]

  • https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#common-network-settings
  • Advertising: