-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 8.10, Fast Track (FT)
-
Fix Version/s: 8.10, Fast Track (FT)
-
Component/s: Elasticsearch
-
Tags:
7.10 doc contains:
curl localhost:9200/nuxeo/_settings?pretty > /tmp/nuxeo-settings.json curl localhost:9200/nuxeo/_mapping?pretty > /tmp/nuxeo-mapping.json # misc info and stats on Elasticsearch curl localhost:9200 > /tmp/es-info.txt curl localhost:9200/_cluster/stats?pretty >> /tmp/es-info.txt curl localhost:9200/_nodes/stats?pretty >> /tmp/es-info.txt curl localhost:9200/_cat/health?v >> /tmp/es-info.txt curl localhost:9200/_cat/nodes?v >> /tmp/es-info.txt curl localhost:9200/_cat/indices?v >> /tmp/es-info.txt
8.10 and FT are missing this. Even though the commands are still valid.