Added possibility to specify kibana object directly in the model

Change-Id: I773def408620a85f788c8d54a9e86820aba25c28
diff --git a/tests/pillar/kibana_client.sls b/tests/pillar/kibana_client.sls
index 08d7a5f..a4d7cb7 100644
--- a/tests/pillar/kibana_client.sls
+++ b/tests/pillar/kibana_client.sls
@@ -7,3 +7,10 @@
         enabled: true
         template: kibana/files/objects/dashboard_logs.json
         type: dashboard
+      logs-directly:
+        enabled: true
+        type: dashboard
+        content:
+          title: "Logs"
+          hits: 0
+          description: "Test dashboard"