summaryrefslogtreecommitdiff
path: root/plugins/ingest-attachment
diff options
context:
space:
mode:
authorMartijn van Groningen <martijn.v.groningen@gmail.com>2016-05-27 19:37:53 +0200
committerMartijn van Groningen <martijn.v.groningen@gmail.com>2016-06-07 17:32:52 +0200
commitf611f1c99e5b402ef0c72afb36cc1998851fc5a8 (patch)
treec8b0813dfcedefd54239285e6cf774a9751d15dc /plugins/ingest-attachment
parentc0da8e4060b19ef8cdbea8c95514df322a4e07ec (diff)
ingest: Move processors from core to ingest-common module.
Folded grok processor into ingest-common module. The rest tests have been moved to ingest-common module as well, because these tests don't run in the rest-api-spec module but in the distribution:integ-test-zip module and adding a test plugin there felt just wrong to me. I think this is ok. I left a tiny ingest rest test behind in that tests with an empty pipeline. Removed messy tests, these tests were already covered in the rest tests Added ingest test plugin in test infra so that each module testing integration with ingest doesn't need write its own plugin Moved reindex ingest tests to qa module Closes #18490
Diffstat (limited to 'plugins/ingest-attachment')
-rw-r--r--plugins/ingest-attachment/src/test/resources/rest-api-spec/test/ingest_attachment/10_basic.yaml18
1 files changed, 1 insertions, 17 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 7546090d6a..88accac773 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
@@ -8,21 +8,5 @@
nodes.info: {}
- match: { nodes.$master.plugins.0.name: ingest-attachment }
- - match: { nodes.$master.ingest.processors.0.type: append }
- - 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: 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: sort }
- - match: { nodes.$master.ingest.processors.14.type: split }
- - match: { nodes.$master.ingest.processors.15.type: trim }
- - match: { nodes.$master.ingest.processors.16.type: uppercase }
+ - match: { nodes.$master.ingest.processors.0.type: attachment }