commit | 6f444bed3ee1a8f46fa5c63cac04dfbe6db2c907 | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon Apr 09 15:31:41 2018 +0200 |
committer | Jakub Josef <jakub.josef@gmail.com> | Mon Apr 09 15:35:57 2018 +0200 |
tree | 7f89fb86b978b036186ebdfb5aaae00ace09173d | |
parent | b7c0afeb63ad19050f3eb2d10ddebafcef0ffd06 [diff] [blame] |
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"