About 1,850,000 results
Open links in new tab
  1. How to use AND condition in logstash IF statement

    Nov 26, 2019 · How to use AND condition in logstash IF statement Asked 6 years, 1 month ago Modified 1 year, 7 months ago Viewed 10k times

  2. elasticsearch - How to watch the logstash log? - Stack Overflow

    May 19, 2016 · 3 For my enterprise application distributed and structured logging, I use logstash for log aggregation and elastic search as log storage. I have the clear control pushing logs …

  3. Logstash 'com.mysql.jdbc.Driver' not loaded - Stack Overflow

    Nov 10, 2018 · What happens if you use com.mysql.cj.jdbc.Driver (the new driver classname is MySQL Connector/J 8.0.x) instead?

  4. elasticsearch - Error : Logstash stopped processing because of an …

    Feb 25, 2021 · I am trying to copy SQL Server data to Elasticsearch using LogStash implementing my own configuration script named sql.conf i got the error below : WARNING, using ...

  5. Can someone explain the =~ operator in logstash? - Stack Overflow

    Dec 1, 2017 · It has to be /path/. Seems logstash interprets everything after /path as part of the regexp if not terminated with "/". filter { if [message] =~ /path { drop { } } } I know /path/ is a …

  6. Logstash Configuration Error - jdbc_driver_library is not set

    Sep 18, 2019 · the proper driver client libraries in your classpath? I am running ElasticSearch/Logstash on an Ubuntu 18 server. I installed ElasticSearch, Logstash, Java 11, …

  7. Logstash stopped processing because of an error ... - Stack Overflow

    Apr 10, 2021 · I am trying to run logstash on Windows. Just installed Java. Then ran logstash as descirbed here. Also validated the java install as described in the same page. And then when I …

  8. How to consume Kafka messages from Logstash? - Stack Overflow

    Dec 10, 2024 · I'm playing a bit with the latest versions of Logstash and Kafka but I can't get the Kafka input to work. Here a brief summary of my setup: I'm using Docker Compose with …

  9. Logstash combine data stream and index templates

    I'm trying to use data streams and index templates in logstash v7.17 What is the right elasticsearch output configuration to achieve this? Option 1 Using data_stream in the tempalte …

  10. How to choose optimal logstash pipleline batch size and delay ...

    Mar 5, 2021 · Introduction We have a logstash that is receiving our logs from java microservices, and lately the machine has been at 100% utilization. I noticed that very low values were used …