Optimize your Elasticsearch and OpenSearch cluster in minutes
Upload your metrics, get 5 free insights, and see the total number of issues detected.
Try it free nowUpload your metrics
Drag and drop JSON or ZIP files with cluster metrics.
We analyze automatically
We detect issues and optimization opportunities.
Get clear insights
We show prioritized recommendations.
Generate your metrics files
Run the following curl commands on your cluster and upload the results as JSON files. All four files are required for comprehensive analysis.
1
curl -s "http://localhost:9200/_nodes" > nodes.json
2
curl -s "http://localhost:9200/_cat/indices?format=json" > indices.json
3
curl -s "http://localhost:9200/_tasks?detailed=true&actions=*search*" > searches.json
4
curl -s "http://localhost:9200/_cluster/stats?pretty" > cluster_stats.json
Save the responses as JSON files and upload them here. Replace 'localhost:9200' with your cluster's IP and port. All four files are required for comprehensive cluster insights including storage, memory, and shard statistics.
Drag and drop nodes.json, indices.json, searches.json and cluster_stats.json here
You must upload exactly these four files in JSON format
Required: cluster_stats.json (from GET _cluster/stats?pretty) for comprehensive analysis
Missing required files: nodes.json, indices.json, searches.json, cluster_stats.json
Free analysis: See first 5 insights. Login for unlimited insights.