Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

5 total results found

Basic Usage

Elasticsearch Manual

Get Health curl -s "http://localhost:9200/_cluster/health?pretty" { "cluster_name" : "docker-cluster", // 集群名称 "status" : "green", // 集群健康状态,green 表示正常 "timed_out" : false, // 查询集群健康时是否超时,false 表示未超时 "number_of_nodes" ...

elasticsearch
commands

Concept

Elasticsearch Manual

Concept Database Description Index Table Stores a collection of documents Document Row JSON formatted data entity Field Column Document field with specific type Mapping Schema Defines field names, types, and indexing rules

elasticsearch
concept

Cluster Not Ready

Elasticsearch Troubleshooting

You said: Warning Unhealthy 33s (x6045 over 14h) kubelet Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=yellow&timeout=3s" ) Cluster is not yet ready (request params: "wait_for_status=yellow&tim...

elasticsearch
troubleshooting

Disk Usage

Elasticsearch Troubleshooting

Errors [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block] { "type": "server", "timestamp": "2025-02-11T19:04:17,088Z", "level": "WARN", "component": "o.e.c.r.a.DiskThresholdMonitor", "cluster.na...

elasticsearch
disk
nfs
troubleshooting

Shard Recovery

Elasticsearch Troubleshooting

Check State curl http://localhost:9200/_cluster/health?pretty { "cluster_name" : "elasticsearch", "status" : "yellow", "timed_out" : false, "number_of_nodes" : 1, "number_of_data_nodes" : 1, "active_primary_shards" : 1191, "active_shards" : 119...

elasticsearch
shard
troubleshooting