About 50 results
Open links in new tab
  1. 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 regexp, but what …

  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 from my …

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

  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 for pipeline …

  5. creating data stream through logstash - Stack Overflow

    Aug 28, 2021 · The solution is to use logstash without be "aware" of data_stream. FIRST of all (before running logstash) create your ILM and index_template BUT adding the "index.lifecycle.name" in the …

  6. amazon web services - How to intergate logstash with opensearch for ...

    Oct 27, 2021 · How to intergate logstash with opensearch for logstash-output-opensearch Ask Question Asked 4 years, 4 months ago Modified 4 years ago

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

  8. docker - LogStash unable to retrieve license information from license ...

    May 20, 2020 · I am strugglling to get Docker LogStash connecting to Docker ElasticSearch with xpack security enable. The main logs are: logstash_1 | [2020-05-20T22:41:03,950][WARN …

  9. List of SYNTAX for logstash's grok - Stack Overflow

    Feb 5, 2019 · The syntax for a grok pattern is %{SYNTAX:SEMANTIC}. How do i generate a list of all available SYNTAX keywords ? I know that I can use the grok debugger to discover patterns from …

  10. Logstash stuck problem on pipeline running - Stack Overflow

    Oct 22, 2021 · I am trying to read logs to load them into elasticsearch using logstash im running it in a RHEL 7.9 integrated with elasticsearch and Kibana, but when I run it it stops at: [INFO ] 2021-10-22 …