- Paste in one or more lines from the file you intend to tail. We'll use these samples in the following steps to help
- you build an ingest pipeline and configure a Kibana index pattern. Log lines can be raw strings or
- formatted as JSON. If your logs are raw strings but you intend to use
- Filebeat's metadata,
- you'll want to paste the JSON as it will come out of Filebeat.
-
-
-
-
-
diff --git a/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step/paste_samples_step.html b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step/paste_samples_step.html
new file mode 100644
index 0000000000000..25de6ba36f6a5
--- /dev/null
+++ b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step/paste_samples_step.html
@@ -0,0 +1,11 @@
+
Provide some sample logs.
+Paste in one or more lines from the file you intend to tail. We'll use these samples in the following steps to help
+you build an ingest pipeline and configure a Kibana index pattern. Log lines can be raw strings or
+formatted as JSON. If your logs are raw strings but you intend to use
+Filebeat's metadata,
+you'll want to paste the JSON as it will come out of Filebeat.
+
+
+
+
+
diff --git a/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step.js b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step/paste_samples_step.js
similarity index 89%
rename from src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step.js
rename to src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step/paste_samples_step.js
index 1e78ea45559f8..ad85bc6b21ddd 100644
--- a/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step.js
+++ b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/paste_samples_step/paste_samples_step.js
@@ -1,5 +1,5 @@
import modules from 'ui/modules';
-import template from 'plugins/kibana/settings/sections/indices/add_data_steps/paste_samples_step.html';
+import template from './paste_samples_step.html';
import _ from 'lodash';
modules.get('apps/settings')
diff --git a/src/plugins/kibana/public/settings/sections/indices/add_data_steps/pattern_review_step.html b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/pattern_review_step.html
deleted file mode 100644
index 5a8735d7b3ea8..0000000000000
--- a/src/plugins/kibana/public/settings/sections/indices/add_data_steps/pattern_review_step.html
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
Review the index pattern
- Here we'll define how and where to store your parsed events. We've made some intellient guesses for you, but most
- fields can be changed if we got it wrong!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/plugins/kibana/public/settings/sections/indices/add_data_steps/pattern_review_step/pattern_review_step.html b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/pattern_review_step/pattern_review_step.html
new file mode 100644
index 0000000000000..da4662e7c962a
--- /dev/null
+++ b/src/plugins/kibana/public/settings/sections/indices/add_data_steps/pattern_review_step/pattern_review_step.html
@@ -0,0 +1,29 @@
+
Review the index pattern.
+ Here we'll define how and where to store your parsed events. We've made some intelligent guesses for you, but most
+ fields can be changed if we got it wrong!
+
+
+
+
+ Patterns allow you to define dynamic index names using * as a wildcard. Example: filebeat-*
+
+
+
+