Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 370 Bytes

elastic-search-monitor

Monitors your Elasticsearch cluster and reports metrics to CloudWatch.

Running locally

  • Get Janus credentials
  • Export the following variables, adapting them for your account (this is for Deploy Tools)
export TagQueryApp="elk-es-master"
export TagQueryStack="deploy"
export ClusterName="elk"
  • Then run it by using sbt run