Logstash is a tool for managing events and logs.
Can anyone show me what an if statement with a regex looks like in logstash? My attempts: if [fieldname] =~ /^[0-9]*$/ …
regex logstashI have web application backed end in NodeJS and logstash/elasticsearch/kibana to handle system logs like (access_error.log, …
javascript node.js logstash kibanaI am using logstash to feed logs into ElasticSearch. I am configuring logstash output as: input { file { path => "/tmp/…
elasticsearch logstashLooking for a little help getting started... I have Logstash installed (as well as ElasticSearch) but I'm struggling with my …
logstashI want to import data in ElasticSearch using Logstash using JDBC SQL Server as input but I am getting error …
logstash logstash-configurationI'm running into some issues sending log data to my logstash instance from a simple java application. For my use …
java tcp logstash logstash-configurationI am trying to feed log files into Logstash on a Windows machine. I tried following the tutorial at http://…
windows logstashI have a set of dockerized applications scattered across multiple servers and trying to setup production-level centralized logging with ELK. …
docker logstash elastic-stack logstash-forwarderI have been following this guide: http://deviantony.wordpress.com/2014/06/04/logstash-debug-configuration/ Which I'm hoping will help me test my logstash …
logstash logstash-grokI have setup logstash to use an embedded elastisearch. I can log events. My logstash conf looks thus: https://gist.…
elasticsearch logstash