logstash/docs/reference/transforming-data.md
Karen Metts e2c6254c81
Doc: Remove plugin docs from logstash core (#17405)
Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
2025-03-27 11:02:45 -04:00

20 lines
860 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
mapped_pages:
- https://www.elastic.co/guide/en/logstash/current/transformation.html
---
# Transforming data [transformation]
With over 200 plugins in the Logstash plugin ecosystem, its sometimes challenging to choose the best plugin to meet your data processing needs. In this section, weve collected a list of popular plugins and organized them according to their processing capabilities:
* [Performing Core Operations](/reference/core-operations.md)
* [Deserializing Data](/reference/data-deserialization.md)
* [Extracting Fields and Wrangling Data](/reference/field-extraction.md)
* [Enriching Data with Lookups](/reference/lookup-enrichment.md)
Also see [*Filter plugins*](logstash-docs-md://lsr/filter-plugins.md) and [*Codec plugins*](logstash-docs-md://lsr/codec-plugins.md) for the full list of available data processing plugins.