Skip to content
#

filebeat

Here are 362 public repositories matching this topic...

kvch
kvch commented Feb 2, 2022

At the moment, if a fileset is configured multiple times, Filebeat makes unnecessary requests to Elasticsearch. When an Ingest pipeline is loaded, first Filebeat checks if a pipeline with the given ID exists and if not it loads the pipeline. Unless overwrite is forced, then there is no extra check, just loading: https://github.com/elastic/beats/blob/master/filebeat/fileset/pipelines.go#L115-L135

Improve this page

Add a description, image, and links to the filebeat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filebeat topic, visit your repo's landing page and select "manage topics."

Learn more