Chang Liu
Chang Liu
same problem, but under window 7
@ShupingR I am using python 2
zsh 5.7.1 (x86_64-pc-linux-gnu)
I have this correctly: ``` ~ ➜ bindkey | grep fzf "^I" fzf-completion "^R" fzf-history-widget "^T" fzf-file-widget "^[c" fzf-cd-widget ``` But I just keeps getting the error when logon to...
Hi @andrewvc , thanks for your reply. 1. In my case, the TCP output is blocking other outputs (like, redis). 2. What I am thinking is that it's better to...
Thanks all of your discussions. I also saw this regarding [multiple-pipelines](https://www.elastic.co/guide/en/logstash/master/multiple-pipelines.html): > *Having multiple pipelines in a single instance also allows these event flows to have different performance and durability...
Today, we encountered another output blocking: elasticsearch output is also blocking other outputs, when elasticsearch output plugin is having error making index.
Even though multiple-pipelines could partially solve this problem. The problem still remains. For example, there could also be multiple outputs within a single pipeline. All outputs within its pipeline can...
I am also think is it a good idea to have a '_rescue_' output. For example, when somehow the data I got is incomplete, and they are passed to elasticsearch...
Even though, as mentioned [here](https://github.com/elastic/logstash/issues/8524#issuecomment-341870001) by @jordansissel : > *output "failing" is a very complex subject. Failure is subjective for everyone.* But as far as i am concerned, this should...