In general I use at bare minimum these 6 props settings. I almost always have the should line merge to false, so I not really sure how the specific this setting applies to the pipeline, and how it affects the searchTimeExtractions transform. Feel free to knowledge transfer 😁 I try to avoid line merging for performance issues, and just try to make more complex line breakers to account for multi lines. SHOULD_LINEMERGE=false LINE_BREAKER=([\r\n]+) TRUNCATE= MAX_TIMESTAMP_LOOKAHEAD= TIME_FORMAT= TIME_PREFIX= For the delete command you could do something like this in the PROPS file, again I am not to familiar of the deeper level difference between nullQueue vs SEDCMD. Feel free to show me some pros and cons of either: SEDCMD-removeHeaders = s/name,number,colour//g
... View more