summaryrefslogtreecommitdiff
path: root/plugins/ingest-attachment
diff options
context:
space:
mode:
authorMartijn van Groningen <martijn.v.groningen@gmail.com>2016-04-25 23:22:32 +0200
committerMartijn van Groningen <martijn.v.groningen@gmail.com>2016-04-29 17:20:48 +0200
commit7aca1389e2c57d12cb3f62cc293ef91b4817d1fe (patch)
treec77959daec25e7c865e09c11c2416af4d81cf241 /plugins/ingest-attachment
parent07c2fbf83a6786835462630f640584d1932a4a29 (diff)
ingest: Add `date_index_name` processor.
Closes #17814
Diffstat (limited to 'plugins/ingest-attachment')
-rw-r--r--plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml23
1 files changed, 12 insertions, 11 deletions
diff --git a/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml b/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml
index 7c789b9c2c..697ad558bb 100644
--- a/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml
+++ b/plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml
@@ -12,15 +12,16 @@
- match: { nodes.$master.ingest.processors.1.type: attachment }
- match: { nodes.$master.ingest.processors.2.type: convert }
- match: { nodes.$master.ingest.processors.3.type: date }
- - match: { nodes.$master.ingest.processors.4.type: fail }
- - match: { nodes.$master.ingest.processors.5.type: foreach }
- - match: { nodes.$master.ingest.processors.6.type: gsub }
- - match: { nodes.$master.ingest.processors.7.type: join }
- - match: { nodes.$master.ingest.processors.8.type: lowercase }
- - match: { nodes.$master.ingest.processors.9.type: remove }
- - match: { nodes.$master.ingest.processors.10.type: rename }
- - match: { nodes.$master.ingest.processors.11.type: set }
- - match: { nodes.$master.ingest.processors.12.type: split }
- - match: { nodes.$master.ingest.processors.13.type: trim }
- - match: { nodes.$master.ingest.processors.14.type: uppercase }
+ - match: { nodes.$master.ingest.processors.4.type: date_index_name }
+ - match: { nodes.$master.ingest.processors.5.type: fail }
+ - match: { nodes.$master.ingest.processors.6.type: foreach }
+ - match: { nodes.$master.ingest.processors.7.type: gsub }
+ - match: { nodes.$master.ingest.processors.8.type: join }
+ - match: { nodes.$master.ingest.processors.9.type: lowercase }
+ - match: { nodes.$master.ingest.processors.10.type: remove }
+ - match: { nodes.$master.ingest.processors.11.type: rename }
+ - match: { nodes.$master.ingest.processors.12.type: set }
+ - match: { nodes.$master.ingest.processors.13.type: split }
+ - match: { nodes.$master.ingest.processors.14.type: trim }
+ - match: { nodes.$master.ingest.processors.15.type: uppercase }