Logstash is a tool for managing events and logs.
I'm using Grok & Logstash to send access logs from Nginx to Elastic search. I'm giving Logstash all my access …
regex logstash logstash-grokWe want to set up a server for logstash for a couple of different project in our company. Now I …
filter logstash kibana logstash-grok logfilesIn my Logstash shipper I want to filter out lines commented with the hash character: #This log row should be …
regex logging logstash logstash-grokWe started using Serilog in combination with Elasticsearch, and it's a very efficient way to store structure log data (and …
logging elasticsearch logstash serilogI have these three log lines in the same log file: INFO [2015-08-27 18:46:14,279] ({qtp243745864-44} NotebookServer.java[onMessage]:101) - …
regex logstash logstash-grokI have ELK installed and working in my machine, but now I want to do a more complex filtering and …
elasticsearch logstash kibana logstash-grokI've tried updating the number of replicas as follows, according to the documentation curl -XPUT 'localhost:9200/_settings' -d ' { "index" : { "…
elasticsearch logstashI'm trying to backfill some past Apache access log data with logstash, therefore I need the event @timestamp to be …
apache date logstashI believe it is simple question but I still do not get it from Docker-compose documentations. What is the difference …
elasticsearch docker logstash docker-composeIs it possible to reference environment variables in logstash configuration? In my case, i want to make my elasticsearch address …
logstash