From 554bf2c282a71ab25f8958fcad5993c2b616ca20 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Mon, 14 Mar 2016 22:35:25 +0100 Subject: [PATCH] [TEST] Test that all processors are available --- .../test/ingest_geoip/10_basic.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plugins/ingest-geoip/src/test/resources/rest-api-spec/test/ingest_geoip/10_basic.yaml b/plugins/ingest-geoip/src/test/resources/rest-api-spec/test/ingest_geoip/10_basic.yaml index b924484aa7d..cf86f4c7f4c 100644 --- a/plugins/ingest-geoip/src/test/resources/rest-api-spec/test/ingest_geoip/10_basic.yaml +++ b/plugins/ingest-geoip/src/test/resources/rest-api-spec/test/ingest_geoip/10_basic.yaml @@ -8,4 +8,18 @@ nodes.info: {} - match: { nodes.$master.plugins.0.name: ingest-geoip } - - match: { nodes.$master.ingest.processors.3.type: geoip } + - match: { nodes.$master.ingest.processors.0.type: append } + - match: { nodes.$master.ingest.processors.1.type: convert } + - match: { nodes.$master.ingest.processors.2.type: date } + - match: { nodes.$master.ingest.processors.3.type: fail } + - match: { nodes.$master.ingest.processors.4.type: foreach } + - match: { nodes.$master.ingest.processors.5.type: geoip } + - 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 }