About 4,450,000 results
Open links in new tab
  1. logstash unable to connect to elasticsearch - Stack Overflow

    May 3, 2024 · elasticsearch logstash logstash-grok logstash-configuration logstash-file asked May 3, 2024 at 8:35 attack 119 2 15

  2. 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 …

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

    May 19, 2016 · 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 from …

  4. How to use AND condition in logstash IF statement

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

  5. logstash - Logging .net Core with Elastic stack - Stack Overflow

    Mar 29, 2019 · Trying to set up simple logging with Filebeats, Logstash and be able to view logs in Kibana. Running a simple mvc .net core app with log4net as logger. log4net FileAppender …

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

    Feb 25, 2021 · i resolved the problem by changing the path in the cmd line from bin\logstash -f sql.conf to bin\logstash -f .\config\sql.conf

  7. 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 …

  8. Logstash Configuration Error - jdbc_driver_library is not set

    Sep 18, 2019 · I am running ElasticSearch/Logstash on an Ubuntu 18 server. I installed ElasticSearch, Logstash, Java 11, and downloaded the jdbc and placed it in the same folder …

  9. How to configure logstash in docker compose? - Stack Overflow

    Mar 27, 2019 · I'm setting up a Docker container, but not able to configure the logstash to the elasticsearch which is running in AWS. The folder structure is as below . ├── logstash │ └── …

  10. 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 …