Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logstash don't exit after click ctl+c in ubuntu12.10 #2143

Closed
ray-sh opened this issue Nov 28, 2014 · 1 comment
Closed

Logstash don't exit after click ctl+c in ubuntu12.10 #2143

ray-sh opened this issue Nov 28, 2014 · 1 comment

Comments

@ray-sh
Copy link

ray-sh commented Nov 28, 2014

step 1: start logstash
./bin/logstash agent -f index.conf
Using milestone 2 input plugin 'redis'. This plugin should be stable, but if you see strange behavior, please let us know! For more information on plugin milestones, see http://logstash.net/docs/1.4.2/plugin-milestones {:level=>:warn}

Step2: Try to exit with cto+c, but the cursor can't return to the shell.

^CInterrupt received. Shutting down the pipeline. {:level=>:warn}

cat index.conf
input {
redis
{
host => "10.111.96.175"
data_type =>"list"
port => "6379"
key => "logstash"
type => "redis-input"
}

}

output
{
elasticsearch {
host => "10.111.96.175"
port => "9300"
}
}

@ray-sh ray-sh changed the title Logstash don't exist after click ctl+c in ubuntu Logstash don't exist after click ctl+c in ubuntu12.10 Nov 28, 2014
@ray-sh ray-sh changed the title Logstash don't exist after click ctl+c in ubuntu12.10 Logstash don't exit after click ctl+c in ubuntu12.10 Nov 28, 2014
@jordansissel
Copy link
Contributor

For Logstash 1.5.0, we've moved all plugins to individual repositories, so I have moved this issue to logstash-plugins/logstash-input-redis#9. Let's continue the discussion there! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants