Added possibility to specify kibana object directly in the model

Change-Id: I773def408620a85f788c8d54a9e86820aba25c28
diff --git a/README.rst b/README.rst
index edfe4bc..97a30e1 100644
--- a/README.rst
+++ b/README.rst
@@ -71,6 +71,27 @@
             template: kibana/files/objects/dashboard_logs.json
             type: 'dashboard'
 
+Client directly use a Kibana object that is stored in model:
+
+ .. code-block:: yaml
+
+     kibana:
+       client:
+         enabled: true
+         server:
+           host: elasticsearch.host
+           port: 9200
+         object:
+           logs:
+             enabled: true
+             name: Logs
+             type: 'dashboard'
+             content:
+               title: "Logs"
+               hits: 0
+               description: ""
+               ...
+
 Read more
 =========