Difference between revisions of "9200"
Jump to navigation
Jump to search
↑ https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#common-network-settings
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html | * https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html | ||
− | [[Elasticsearch]] | + | [[Elasticsearch]] and [[OpenSearch]] |
http://locahost:9200/ | http://locahost:9200/ | ||
Line 7: | Line 7: | ||
or | or | ||
[[curl -XGET]] https://localhost:9200 -u 'admin:admin' [[--insecure]] | [[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 | + | [[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 == | == Related == | ||
Line 14: | Line 35: | ||
* [[ElasticSearch docker-compose example]] | * [[ElasticSearch docker-compose example]] | ||
* [[List of TCP ports]] | * [[List of TCP ports]] | ||
− | * [[9300]] | + | * [[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> | ||
+ | |||
+ | == Activities == | ||
+ | * Read https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html | ||
== See also == | == See also == | ||
* {{ELK}} | * {{ELK}} | ||
+ | * {{ES}} | ||
[[Category:TCP]] | [[Category:TCP]] |
Latest revision as of 03:47, 25 October 2022
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
{ "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]
- 5601 Kibana/Opensearch Dashboards
- ElasticSearch docker-compose example
- List of TCP ports
- http.port 9200
- network.host
- transport.port 9300 [1]
Activities[edit]
See also[edit]
- Elastic: ELK,
Elasticsearch
,Logstash
,Kibana
, Installation, AWS Elasticsearch, Elastic SIEM, Elastic Beats,metricbeat
,filebeat
,journalbeat
, Elastisearch Service , Search guard, Elasticsearch logs, curator, ILM, Lumberjack protocol,aws_elasticsearch_domain
, KQL,elasticsearch.yml, elasticsearch-plugin, elasticsearch-certutil
, Elasticsearch release notes/changelog - Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: