Issues
- Process dies when trying to *use* it.LOGSTASH-2279Resolved issue: LOGSTASH-2279Logstash Developers
- Mixed up Init and upstart configs and process.LOGSTASH-2253Logstash Developers
- Logstash-Forwarder nohup: appending output to `nohup.out'LOGSTASH-2208Logstash Developers
- Duplicate Events at MidnightLOGSTASH-2170Logstash Developers
- Testing failed: "Add remote capability to the wmi plugin" from issue 1747LOGSTASH-2132Logstash Developers
- Global or shared plugin settings (like patterns_dir)LOGSTASH-2105Resolved issue: LOGSTASH-2105Logstash Developers
- $JAVA_HOME does not workLOGSTASH-2102Resolved issue: LOGSTASH-2102Logstash Developers
- docs: create varnish examplesLOGSTASH-1904Richard Pijnenburg
- Using e notation fails on unexpected stringLOGSTASH-1837Logstash Developers
- installing logstash-forwarder on solaris with sunosLOGSTASH-1782Logstash Developers
- Not able to read log file using logstashLOGSTASH-1746Logstash Developers
- Undeterministic error reports regarding missing pattern in grok configLOGSTASH-1521Resolved issue: LOGSTASH-1521Jordan Sissel
- Would like support for subdirectories in config folder and patterns folderLOGSTASH-1468Resolved issue: LOGSTASH-1468Jordan Sissel
- X-Frame-Options defaults setting prevents kibana from being embedded in an iFrameLOGSTASH-1418Resolved issue: LOGSTASH-1418Philippe Weber
- New Config Hash Rocket Syntax does not pass syntax check for Grok FilterLOGSTASH-1358Resolved issue: LOGSTASH-1358Philippe Weber
- configuration supports 'include sub.conf' syntaxLOGSTASH-1311Logstash Developers
- Metrics fields require escaping '.' in %{foo.rate_1m} style stringsLOGSTASH-1263Resolved issue: LOGSTASH-1263Logstash Developers
- implemented script to auto generate shipper configuration file for PHP-FPM/MySQL/RedisLOGSTASH-1222Resolved issue: LOGSTASH-1222Logstash Developers
- Parsing failure for previously working config,LOGSTASH-1093Resolved issue: LOGSTASH-1093Logstash Developers
- Logstash crashesLOGSTASH-1056Resolved issue: LOGSTASH-1056Logstash Developers
- region not supported by sns output configurationLOGSTASH-998Resolved issue: LOGSTASH-998Philippe Weber
- IRC output plugin rate-limitingLOGSTASH-962Resolved issue: LOGSTASH-962Jordan Sissel
- Unable to bind to IPv4. Host => 0.0.0.0 is bound to [::]LOGSTASH-842Logstash Developers
- Not binding to ports when running as regular userLOGSTASH-840Logstash Developers
- Date filter should report probably-bad configurations to the userLOGSTASH-775Philippe Weber
- filter-mutate-remove does not remove tags.LOGSTASH-524Resolved issue: LOGSTASH-524Logstash Developers
- Round Robin / Failover outputsLOGSTASH-498Resolved issue: LOGSTASH-498Logstash Developers
- ES node.name option for Logstash agentsLOGSTASH-479Resolved issue: LOGSTASH-479Former user
- Nagios example not workingLOGSTASH-384Resolved issue: LOGSTASH-384Jordan Sissel
- config import "filter"LOGSTASH-355Resolved issue: LOGSTASH-355Jordan Sissel
- configtest starting modeLOGSTASH-345Jordan Sissel
- Run-time configuration API to manage a logstash agent.LOGSTASH-227Resolved issue: LOGSTASH-227Jordan Sissel
32 of 32
This might seem obvious to some of you guys but it took me a while and I think this should be logged somewhere without having to configure log4j. So logstash installs, my config passes, debug looks good, strace looks good. Ports are listening with netstat. Service is running, I do echo "this is a test" | nc -u ipaddr port – and my service dies. No log of it anywhere. Well I was outputting to the ES and to a the file plugin for debug turns out because the service runs as the nologin user logstash it didn't have perms to write to that file, I found it by starting the service without sudo. chown fixed it. But it still drove me insane for a bit.
I want to stress that I had a working install, in production and a hard drive died, I rescued what I could but had to rebuild. I reimported my config to the new instance tweaked some stuff. It is my fault but it worries me that it didn't log it until I dropped to a different user.
after everything had given me the all clear
Errno::EACCES: Permission denied - /var/log/lsout.log
initialize at org/jruby/RubyFile.java:361
new at org/jruby/RubyIO.java:852
open at /opt/logstash/lib/logstash/outputs/file.rb:147
receive at /opt/logstash/lib/logstash/outputs/file.rb:64
handle at /opt/logstash/lib/logstash/outputs/base.rb:86
initialize at (eval):436
call at org/jruby/RubyProc.java:271
output at /opt/logstash/lib/logstash/pipeline.rb:266
outputworker at /opt/logstash/lib/logstash/pipeline.rb:225
start_outputs at /opt/logstash/lib/logstash/pipeline.rb:152