A set of fixes and features
Some updates to handle errors in certain scenarios.
Formatted code
Initial work to parse json.
Added code to map certain json values from incoming data into parts of the VES format.
Added lines to map type and severity to VES
Completed support for mapping alarm messages. Also added timing functionality for tracking message send times

Change-Id: Iaf9ce372552fce3f744476719f5fd79548d22ef4
Signed-off-by: William Kurkian <wkurkian@cisco.com>
diff --git a/ves-agent.yaml b/ves-agent.yaml
index 756f73e..29534de 100644
--- a/ves-agent.yaml
+++ b/ves-agent.yaml
@@ -11,7 +11,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
- */
+
 apiVersion: v1
 kind: Service
 metadata:
@@ -52,8 +52,8 @@
               valueFrom:
                 fieldRef:
                   fieldPath: metadata.namespace
-          
+
           ports:
             - containerPort: 8080
               name: rest-port
-          imagePullPolicy: IfNotPresent
+          imagePullPolicy: Always