Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 1.56 KB

README.md

File metadata and controls

57 lines (44 loc) · 1.56 KB

Open Distro Elasticsearch Application Package

Prerequisite

Deploy Docker Application Package

docker-app deploy

Check Status of Docker Services

docker service ls

Validate Elasticsearch is running

curl -XGET --insecure https://localhost:9200 -u admin:admin

Validate Kibana is running

PerfTop Cluster Overview Monitoring & Dashboards

./perf-top-macos --dashboard dashboards/ClusterOverview.json --endpoint localhost:9600

PerfTop Cluster Network Memory Analysis Monitoring & Dashboards

./perf-top-macos --dashboard dashboards/ClusterNetworkMemoryAnalysis.json --endpoint localhost:9600

PerfTop Cluster Thread Analysis Monitoring & Dashboards

./perf-top-macos --dashboard dashboards/ClusterThreadAnalysis.json --endpoint localhost:9600

PerfTop Node Analysis Monitoring & Dashboards

./perf-top-macos --dashboard dashboards/NodeAnalysis.json --endpoint localhost:9600

Resources: