[TEST] Test that all processors are available
This commit is contained in:
parent
6f28c173e2
commit
554bf2c282
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue