commit | 15abb0ca8069677e44260c54450197f535da3b3d | [log] [tgz] |
---|---|---|
author | Swann Croiset <scroiset@mirantis.com> | Fri Feb 10 11:45:05 2017 +0100 |
committer | Swann Croiset <scroiset@mirantis.com> | Fri Feb 10 11:48:29 2017 +0100 |
tree | 79f4f5d808368888d606cc5a8f42bd688373c031 | |
parent | 651e3e0d3b4068b6c7452c915a930ba1ae2c8c3b [diff] |
Configure default index whatever the Kibana version Change-Id: I347a531b7efa325b18c2b71c897e87f0db6693af
diff --git a/kibana/files/objects/config.json b/kibana/files/objects/config.json index e17715f..1456354 100644 --- a/kibana/files/objects/config.json +++ b/kibana/files/objects/config.json
@@ -1 +1 @@ -{"buildNum" : 9892, "defaultIndex" : "log-*"} +{"defaultIndex" : "log-*"}
diff --git a/metadata/service/client.yml b/metadata/service/client.yml index 43531e6..30168c8 100644 --- a/metadata/service/client.yml +++ b/metadata/service/client.yml
@@ -5,7 +5,7 @@ client: enabled: true object: - '4.6.3': + 'all': enabled: true template: kibana/files/objects/config.json type: 'config'