From 461b416f0da2e7c76bdced9fe551cabcf000aa64 Mon Sep 17 00:00:00 2001 From: Court Ewing Date: Tue, 27 Oct 2015 14:45:11 -0400 Subject: [PATCH] Deprecation warning when creating interval patterns Since wildcard index patterns now get the same performance optimizations that interval patterns traditionally received while being more flexible overall, interval based index patterns are no longer needed. For now, we simply present users with a notice that interval-based patterns are now deprecated, though we don't stop them from creating them. --- .../settings/sections/indices/_create.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/plugins/kibana/public/settings/sections/indices/_create.html b/src/plugins/kibana/public/settings/sections/indices/_create.html index 5f3515af5b736..9f18d319050ac 100644 --- a/src/plugins/kibana/public/settings/sections/indices/_create.html +++ b/src/plugins/kibana/public/settings/sections/indices/_create.html @@ -19,11 +19,25 @@

Configure an index pattern


+
+

Time-interval based index patterns are deprecated!

+

+ We strongly recommend using wildcard pattern names instead of + time-interval based index patterns. +

+

+ Kibana is now smart enough to automatically determine which + indices to search against within the current time range for + wildcard index patterns. This means that wildcard + index patterns now get the same performance optimizations when + searching within a time range as time-interval patterns. +

+