Provides basic functionality to insert new problem alerts to elasticsearch (live_alert_index) and update existing problem alerts. If a recovery alert is received for an existing problem alert, problem alert is removed from live_alert_index and will be reindexed in historical_alert_index.
python event_processor.py
docker build -t eventlistener . docker run -it eventlistener
gcloud container builds submit --tag gcr.io/xops-poc/eventlistener:1.0 .