File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
modules/ingest-common/src/test/resources/rest-api-spec/test/ingest Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- contains : { nodes.$master.modules: { name: ingest-common } }
12
12
- contains : { nodes.$master.ingest.processors: { type: append } }
13
+ - contains : { nodes.$master.ingest.processors: { type: bytes } }
13
14
- contains : { nodes.$master.ingest.processors: { type: convert } }
14
15
- contains : { nodes.$master.ingest.processors: { type: date } }
15
16
- contains : { nodes.$master.ingest.processors: { type: date_index_name } }
17
+ - contains : { nodes.$master.ingest.processors: { type: dissect } }
16
18
- contains : { nodes.$master.ingest.processors: { type: dot_expander } }
17
19
- contains : { nodes.$master.ingest.processors: { type: fail } }
18
20
- contains : { nodes.$master.ingest.processors: { type: foreach } }
30
32
- contains : { nodes.$master.ingest.processors: { type: split } }
31
33
- contains : { nodes.$master.ingest.processors: { type: trim } }
32
34
- contains : { nodes.$master.ingest.processors: { type: uppercase } }
33
- - contains : { nodes.$master.ingest.processors: { type: bytes } }
You can’t perform that action at this time.
0 commit comments