multiline processing for tail input plugin#5603
multiline processing for tail input plugin#5603javicrespo wants to merge 5 commits intoinfluxdata:masterfrom
Conversation
|
When you plan to merge this PR? |
|
Hi. Thanks, Lars |
|
@lsitzmann I referenced the logstash doc because the configuration options are a heavily inspired (or rather a copy) by the logstash plugin.
|
|
@danielnelson : Are there any chances, that this PR will be merged soon? Currently we have to manually copy log files from several production servers because the data collected with telegraf isn't complete. |
|
@javicrespo , i think channelOpen(telegraf/plugins/inputs/tail/tail.go line 212) should be initiated with true, otherwise i will get "Error in plugin: E! Error tailing file /var/log/bingocloud/cc2.log, Error: tomb: still alive" |
|
@lijingwei9060 Should be fixed with the last commit. I've also rewritten the timeout unit test to repro the bug. |
|
Hi again. We'd really appreciate to switch back to an officially released version of telegraf so once again my question: is it foreseeable when this PR will make it into an release?? |
|
I've added this to the 1.12 milestone, sorry I know it is frustrating to wait for pull requests to be merged but I feel code review is required in order to keep our bug count at a reasonable level. |
|
Hello, would really like to see this PR merged and released. Any idea on when that may be ? |
|
@javicrespo I think this PR needs rebasing at this point. |
|
this PR will make it into an release? |
|
waiting on @javicrespo to implement on top of the latest master (the merge from master might have confused things there). If not interested, we or someone else could implement this feature. |
|
Considering that I don’t need this feature anymore and the effort to retrofit it to the latest version in master seems non-trivial to me, I’m going to pass. Feel free to pick it up 🙂 |
|
We‘d really appreciate if anyone would do the integration of this feature. |
|
Closing this in favor of #7309 |
Implements #1818/#3228
Required for all PRs: