Skip to content

Commit efbe06c

Browse files
jrodewigdedemorton
andauthored
[DOCS] Add Beats config example for ingest pipelines (#78633) (#78679)
* [DOCS] Add Beats config example for ingest pipelines The Elasticsearch ingest pipeline docs cover ingest pipelines for Fleet and Elastic Agent. However, the docs don't cover Beats. This adds those docs. Relates to elastic/beats#28239. * Update docs/reference/ingest.asciidoc Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]> Co-authored-by: DeDe Morton <[email protected]>
1 parent 919311e commit efbe06c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/reference/ingest.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,21 @@ Use the <<index-final-pipeline,`index.final_pipeline`>> index setting to set a
273273
final pipeline. {es} applies this pipeline after the request or default
274274
pipeline, even if neither is specified.
275275

276+
[discrete]
277+
[[pipelines-for-beats]]
278+
=== Pipelines for {beats}
279+
280+
To add an ingest pipeline to an Elastic Beat, specify the `pipeline`
281+
parameter under `output.elasticsearch` in `<BEAT_NAME>.yml`. For example,
282+
for {filebeat}, you'd specify `pipeline` in `filebeat.yml`.
283+
284+
[source,yaml]
285+
----
286+
output.elasticsearch:
287+
hosts: ["localhost:9200"]
288+
pipeline: my-pipeline
289+
----
290+
276291
[discrete]
277292
[[pipelines-for-fleet-elastic-agent]]
278293
=== Pipelines for {fleet} and {agent}

0 commit comments

Comments
 (0)