Set the config Kibana document depending on the version

The patch allows to define the Kibana version within pillar

Change-Id: Ifa89a56e35ed6d9bedbec0a2d847a3b9c926b7e4
diff --git a/tests/pillar/kibana_client.sls b/tests/pillar/kibana_client.sls
new file mode 100644
index 0000000..4c742fb
--- /dev/null
+++ b/tests/pillar/kibana_client.sls
@@ -0,0 +1,13 @@
+kibana:
+  client:
+    enabled: true
+    object:
+      all:
+        id: 4.6.4
+        enabled: true
+        template: kibana/files/objects/config.json
+        type: config
+      logs:
+        enabled: true
+        template: kibana/files/objects/dashboard_logs.json
+        type: dashboard