Skip to content

maxyermayank/open-distro-elasticsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: