diff --git a/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern/create_index_pattern.html b/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern/create_index_pattern.html index ad497a5f4dee8..b3a65d8db7992 100644 --- a/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern/create_index_pattern.html +++ b/src/core_plugins/kibana/public/management/sections/indices/create_index_pattern/create_index_pattern.html @@ -5,15 +5,15 @@ data-test-subj="createIndexPatternContainer" class="kuiViewContent" > -

+

+ Configure an index pattern +

-

+

+ In order to use Kibana you must configure at least one index pattern. + Index patterns are used to identify the Elasticsearch index to run + search and analytics against. They are also used to configure fields. +

@@ -27,14 +27,15 @@
@@ -67,18 +68,16 @@
-

+

+ Patterns allow you to define dynamic index names using * as a wildcard. Example: logstash-* +

-