Skip to content

Commit e9b0807

Browse files
authored
ingest: minor - update test to include dissect (#33211)
This change also includes placing the bytes processor in the correct order (helps to avoid merge conflict when back patching processors)
1 parent 6c8f568 commit e9b0807

File tree

1 file changed

+2
-1
lines changed
  • modules/ingest-common/src/test/resources/rest-api-spec/test/ingest

1 file changed

+2
-1
lines changed

modules/ingest-common/src/test/resources/rest-api-spec/test/ingest/10_basic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010

1111
- contains: { nodes.$master.modules: { name: ingest-common } }
1212
- contains: { nodes.$master.ingest.processors: { type: append } }
13+
- contains: { nodes.$master.ingest.processors: { type: bytes } }
1314
- contains: { nodes.$master.ingest.processors: { type: convert } }
1415
- contains: { nodes.$master.ingest.processors: { type: date } }
1516
- contains: { nodes.$master.ingest.processors: { type: date_index_name } }
17+
- contains: { nodes.$master.ingest.processors: { type: dissect } }
1618
- contains: { nodes.$master.ingest.processors: { type: dot_expander } }
1719
- contains: { nodes.$master.ingest.processors: { type: fail } }
1820
- contains: { nodes.$master.ingest.processors: { type: foreach } }
@@ -30,4 +32,3 @@
3032
- contains: { nodes.$master.ingest.processors: { type: split } }
3133
- contains: { nodes.$master.ingest.processors: { type: trim } }
3234
- contains: { nodes.$master.ingest.processors: { type: uppercase } }
33-
- contains: { nodes.$master.ingest.processors: { type: bytes } }

0 commit comments

Comments
 (0)