Difference between revisions of "Metricbeat setup --dashboards"

From wikieduonline
Jump to navigation Jump to search
(Created page with " metricbeat setup --dashboards Loading dashboards (Kibana must be running and reachable) Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET re...")
 
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
  metricbeat setup --dashboards
+
{{lc}}
 +
  [[metricbeat setup]] --[[dashboards]]
 
  Loading dashboards ([[Kibana]] must be running and reachable)
 
  Loading dashboards ([[Kibana]] must be running and reachable)
 
  Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://localhost:5601/api/status fails: fail to execute the HTTP GET  
 
  Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://localhost:5601/api/status fails: fail to execute the HTTP GET  
 
  request: Get "http://localhost:5601/api/status": dial tcp 127.0.0.1:5601: connect: connection refused. Response: .
 
  request: Get "http://localhost:5601/api/status": dial tcp 127.0.0.1:5601: connect: connection refused. Response: .
  
 +
 +
[[metricbeat setup]] --dashboards
 +
Loading dashboards (Kibana must be running and reachable)
 +
Exiting: 1 error: error loading index pattern: index [.kibana_1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only- allow-delete block];. Response: {"objects":[{"id":"metricbeat-*","type":"index-pattern","error":{"message":"index [.kibana_1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"}}]}
 +
 +
[[curl -XPUT]] -H "Content-Type: application/json" http://localhost:9200/_cluster/settings -d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
 +
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'
  
 
== See also ==
 
== See also ==
 +
* {{metricbeat cmd}}
 
* {{metricbeat}}
 
* {{metricbeat}}
  
 
[[Category:Elastic]]
 
[[Category:Elastic]]

Latest revision as of 17:03, 23 January 2023

metricbeat setup --dashboards
Loading dashboards (Kibana must be running and reachable)
Exiting: error connecting to Kibana: fail to get the Kibana version: HTTP GET request to http://localhost:5601/api/status fails: fail to execute the HTTP GET 
request: Get "http://localhost:5601/api/status": dial tcp 127.0.0.1:5601: connect: connection refused. Response: .


metricbeat setup --dashboards
Loading dashboards (Kibana must be running and reachable)
Exiting: 1 error: error loading index pattern: index [.kibana_1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only- allow-delete block];. Response: {"objects":[{"id":"metricbeat-*","type":"index-pattern","error":{"message":"index [.kibana_1] blocked by: [TOO_MANY_REQUESTS/12/disk usage exceeded flood-stage watermark, index has read-only-allow-delete block];"}}]}
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_cluster/settings -d '{ "transient": { "cluster.routing.allocation.disk.threshold_enabled": false } }'
curl -XPUT -H "Content-Type: application/json" http://localhost:9200/_all/_settings -d '{"index.blocks.read_only_allow_delete": null}'

See also[edit]

Advertising: