[CORD-1588]
Remove hardcoded cord.lab domain
add "global" config level between specified config file and defaults

Change-Id: I5afc76f5d610b879ceb3cbcd7f3b0e754bf123b3
diff --git a/lib/xos-config/xosconfig/xos-config-schema.yaml b/lib/xos-config/xosconfig/xos-config-schema.yaml
index a2b2c75..02516b6 100644
--- a/lib/xos-config/xosconfig/xos-config-schema.yaml
+++ b/lib/xos-config/xosconfig/xos-config-schema.yaml
@@ -1,7 +1,6 @@
 map:
   name:
     type: str
-    required: True
   xos_dir:
     type: str
   database:
@@ -19,6 +18,8 @@
   logging:
     type: map
     map:
+      file:
+        type: str
       logstash_hostport:
         type: str
       level:
@@ -30,4 +31,4 @@
           - type: str
             enum: ['file', 'console', 'elkstack']
   xos_dir:
-    type: str
\ No newline at end of file
+    type: str