Commit graph

17 commits

Author SHA1 Message Date
Armin
b250b145a7 MINOR: Fix compiler warnings in Ingest Converter Test
Fixes #7703
2017-07-17 09:42:32 +00:00
Armin
04163d05e8 #7665 pattern definitions hash should be proper ruby hash without commas
Fixes #7670
2017-07-13 12:56:12 +00:00
Armin
892a2d90db #7642 Fix windows line endings issues in ingest test
Fixes #7644
2017-07-11 15:17:50 +00:00
Armin
62f8270308 #7642 make test path handling portable to Windows
Fixes #7643
2017-07-11 14:05:04 +00:00
Suyog Rao
b8ea070706 Enhance ingest convert to add input/output (#7456)
* Add input/output to converter

* update CLI help

* remove newline and use join on array
2017-06-15 16:21:19 -07:00
Suyog Rao
fae99f1f9f Handle ingest on_failure processor (#7412)
* Handle ingest on_failure processor

Ingest `on_failure` processor allows to define a new sub-piplene when a failure
happens in the current processor. Logstash does not have an on_failure but this can
be emulated using the tag and conditional.

Also added a set processor converter which is typically used in `on_failure`.

* generalize on_failure method

* Add comments

* Fix indentation issue
2017-06-12 08:18:04 -07:00
Armin
12264efad2 #7329 invoker script for convert jar
Fixes #7335
2017-06-07 07:17:53 +00:00
Suyog Rao
647900c6e3 Handle rename ingest processor (#7332)
* Handle rename ingest processor

Fixes #7325
2017-06-06 00:06:49 -07:00
Suyog Rao
119b4f6768 Refactor common code to a util function
Fixes #7331
2017-06-06 06:37:39 +00:00
Suyog Rao
deb2ce9f3f Add ingest append (#7324)
* Add Append processor converto

* Fix bug in convert processor

* Updated comment

* add JSON processor convertor

* use the right name for the variable

* Fix the double space in convert
2017-06-05 22:48:48 -07:00
Armin
9c7a31c0c4 #7273 ingest to logstash DSL migration: gsub
Fixes #7311
2017-06-05 23:35:29 +00:00
Suyog Rao
ab3546ad77 Ingest convert processor (#7310)
* Handle ingest convert processor
2017-06-05 08:02:59 -07:00
Armin
34a5657e50 #7295 #7272 GeoIp and Complex Case Handling
Fixes #7302
2017-06-05 06:51:14 +00:00
Armin
2f9ab49775 #7294 Drying up js and fixing broken case for renaming dotted to square bracket naming schema
Fixes #7296
2017-06-03 07:02:09 +00:00
Suyog Rao
5378cc98bf Add date processor migration (#7275)
* add date migration with some refactoring

* Update comments

* get rig of unused imports

* #7275 fixes by @original-brownbear
2017-06-02 11:23:14 -07:00
Armin
e2ab1f57b4 #7241 tests and basic scaffold
Fixes #7244
2017-05-30 20:48:20 +00:00
Armin
9a3ffb8ff7 #7128 ingest json to grok js converter
Fixes #7238
2017-05-27 21:25:03 +00:00