my logstash doesn't send data to elasticsearch and when i try restart it i get this error:
Logstash - java.lang.IllegalStateException: org.jruby.exceptions.RaiseException: (GemspecError) There was a LoadError while loading logstash-core.gemspec:
load error: psych -- java.lang.RuntimeException: BUG: we can not copy embedded jar to temp directory from
/usr/share/logstash/logstash-core/logstash-core.gemspec:1:in `block in (root)'
Does it try to require a relative path? That's been removed
and also for this command i get this error:
sudo chkconfig logstash on==>Note: Forwarding request to 'systemctl enable logstash.service'.
Failed to execute operation: No space left on device
how can i fix that?