Top "Logstash" questions

Logstash is a tool for managing events and logs.

Parse Apache2 Error logs with Grok for Logstash

Im trying to parse my apache2 error log and im having a bit of trouble.. It doesnt seem to be …

apache apache2 logstash logstash-grok
Logstash: how to add file name as a field?

I'm using Logstash + Elasticsearch + Kibana to have an overview of my Tomcat log files. For each log entry I need …

logstash
how to install logstash on windows 7

How to install logstash on Windows 7? I install zip file which size is 90 mb and then version is logstash-1.5.0 and …

logstash
logstash _grokparsefailure issues

I'm having issues with grok parsing. In ElasticSearch/Kibana the lines I match come up with the tag _grokparsefailure. Here …

logstash logstash-grok
Logstash custom date log format match

I have this log that print the date format that looks like this: = Build Stamp: 10:45:33 On Apr 4 2014 = So i have …

logstash logstash-grok
Logstash does not parse json

When i see results in Kibana, i see that there are no fields from JSON, more over, message field contains …

elasticsearch logstash kibana
logstash if statement within grok statement

I'm creating a logstash grok filter to pull events out of a backup server, and I want to be able …

logstash logstash-grok
How to create multiple indexes in logstash.conf file?

I used the following piece of code to create an index in logstash.conf output { stdout {codec => rubydebug} elasticsearch { …

elasticsearch logstash kibana
import csv into elasticsearch

I'm doing "elastic search getting started" tutorial. Unfortunatelly this tutorial doesn't cover first step which is importing csv database into …

csv elasticsearch import logstash
How to do a time range search in Kibana

We are using the ELK for log aggregation. Is it possible to search for events that occured during a particular …

elasticsearch logstash kibana kibana-4