mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Kibana Module - Change default Index for Eval
This commit is contained in:
@@ -1,11 +1,7 @@
|
|||||||
{ "attributes":
|
{ "attributes":
|
||||||
{
|
{
|
||||||
{%- if grains['role'] == 'so-eval' %}
|
"defaultIndex": "*:logstash-*",
|
||||||
"defaultIndex": "logstash-*",
|
"discover:sampleSize":"10",
|
||||||
{%- else %}
|
|
||||||
"defaultIndex": "*:logstash-*",
|
|
||||||
{%- endif %}
|
|
||||||
"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}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user