# By: Riasat Ullah
# This file contains all constants and functions that are related to integrations with Elasticsearch Watcher.

# payload variables
var_cluster = 'cluster'
var_description = 'description'
var_message = 'message'
var_status = 'status'
var_watch_id = 'watch_id'

# state values
green_status = 'green'
red_status = 'red'
yellow_status = 'yellow'
