Skip to content

Commit

Permalink
ingest: minor - update test to include dissect (#33211)
Browse files Browse the repository at this point in the history
This change also includes placing the bytes processor in the correct
order (helps to avoid merge conflict when back patching processors)
  • Loading branch information
jakelandis authored Aug 28, 2018
1 parent 6c8f568 commit e9b0807
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@

- contains: { nodes.$master.modules: { name: ingest-common } }
- contains: { nodes.$master.ingest.processors: { type: append } }
- contains: { nodes.$master.ingest.processors: { type: bytes } }
- contains: { nodes.$master.ingest.processors: { type: convert } }
- contains: { nodes.$master.ingest.processors: { type: date } }
- contains: { nodes.$master.ingest.processors: { type: date_index_name } }
- contains: { nodes.$master.ingest.processors: { type: dissect } }
- contains: { nodes.$master.ingest.processors: { type: dot_expander } }
- contains: { nodes.$master.ingest.processors: { type: fail } }
- contains: { nodes.$master.ingest.processors: { type: foreach } }
Expand All @@ -30,4 +32,3 @@
- contains: { nodes.$master.ingest.processors: { type: split } }
- contains: { nodes.$master.ingest.processors: { type: trim } }
- contains: { nodes.$master.ingest.processors: { type: uppercase } }
- contains: { nodes.$master.ingest.processors: { type: bytes } }

0 comments on commit e9b0807

Please sign in to comment.