9200

From wikieduonline
Revision as of 03:47, 25 October 2022 by Welcome (talk | contribs) (→‎Related)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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: