Kibana Module - Change default Index for Eval

This commit is contained in:
Mike Reeves
2018-11-14 11:03:28 -05:00
parent 799c08900b
commit 3609bef0a1

View File

@@ -1,6 +1,10 @@
{ "attributes": { "attributes":
{ {
"defaultIndex": "*:logstash-*", {%- if grains['role'] == 'so-eval' %}
"defaultIndex": "logstash-*",
{%- else %}
"defaultIndex": "*:logstash-*",
{%- endif %}
"discover:sampleSize":"10", "discover:sampleSize":"10",
"dashboard:defaultDarkTheme":true, "dashboard:defaultDarkTheme":true,
"timepicker:timeDefaults":"{\n \"from\": \"now-24h\",\n \"to\": \"now\",\n \"mode\": \"quick\"\n}" "timepicker:timeDefaults":"{\n \"from\": \"now-24h\",\n \"to\": \"now\",\n \"mode\": \"quick\"\n}"