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

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

  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. Difference between using Filebeat and Logstash to push log file to ...

    Oct 28, 2019 · 1) To use logstash file input you need a logstash instance running on the machine from where you want to collect the logs, if the logs are on the same machine that you are …

  7. elasticsearch - Logstash error : Failed to publish events caused by ...

    Jun 20, 2020 · My elastic search , logstash and Kibana are running fine. But when logs are pushed to logstash from filebeat some thing is going wrong and stopping my logstash and …

  8. logstash - Filebeat: setting elasticsearch index name per input

    Jun 6, 2024 · All involved services' (filebeat, logstash, elastic) versions are 8.12.0. I've found this question on the elk forum with the solution "you can set the index per input" (as documented …

  9. Can't Connect to Logstash Server from Client using Filebeat

    Oct 18, 2021 · Your logstash beats input is using ssl, but your filebeat output does not have ssl configured. Configure SSL in the output according to the documentation to see if the errors still …

  10. java - LogstashTcpSocketAppender [LOGSTASH] - No destination …

    Nov 16, 2022 · LogstashTcpSocketAppender [LOGSTASH] - No destination was configured Asked 3 years, 1 month ago Modified 2 years, 2 months ago Viewed 1k times