Skip to content

Commit

Permalink
Renames Data Prepper to OpenSearch Data Prepper.
Browse files Browse the repository at this point in the history
We are renaming Data Prepper to OpenSearch Data Prepper. This commit renames most product usages of the name to the full OpenSearch Data Prepper.

See the related commit from the OpenSearch Data Prepper repository.

opensearch-project/data-prepper#5128
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Jan 17, 2025
1 parent bd7ca8a commit 65edee1
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
8 changes: 4 additions & 4 deletions _data/header_navmenu_datafile.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"URL": "https://opensearch.org/docs/latest/"
},
{
"Name": "Data Prepper",
"Name": "OpenSearch Data Prepper",
"URL": "/docs/latest/data-prepper/"
},
{
Expand Down Expand Up @@ -96,7 +96,7 @@
"URL": "/docs/latest/benchmark/"
},
{
"Name": "Data Prepper",
"Name": "OpenSearch Data Prepper",
"URL": "/docs/latest/data-prepper/"
},
{
Expand Down Expand Up @@ -142,7 +142,7 @@
"Icon": "OpenSearch-Dashboards-condensedImage"
},
{
"Name": "Data Prepper",
"Name": "OpenSearch Data Prepper",
"ClassValue" : "drawer-content-subheader-link",
"SubText": "A server-side data collector designed to enrich, transform, and aggregate data for downstream analytics with OpenSearch.",
"URL": "/docs/latest/data-prepper/",
Expand Down Expand Up @@ -391,7 +391,7 @@
"Icon": "OpenSearch-PerformanceBenchmarks-condensedImage"
},
{
"Name": "Data Prepper",
"Name": "OpenSearch Data Prepper",
"SubText": "Filter, mutate, and sample your data for ingestion into OpenSearch.",
"URL": "/docs/latest/data-prepper/",
"ClassValue" : "drawer-content-subheader-link",
Expand Down
4 changes: 2 additions & 2 deletions _data/repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
- title: Developer Guide
url: https://github.com/opensearch-project/dashboards-visualizations/blob/main/DEVELOPER_GUIDE.md
- shortname: data-prepper
title: Data Prepper
description: Data Prepper is a component of the OpenSearch project that accepts,
title: OpenSearch Data Prepper
description: OpenSearch Data Prepper is a component of the OpenSearch project that accepts,
filters, transforms, enriches, and routes data at scale.
categories:
- ingest
Expand Down
2 changes: 1 addition & 1 deletion _data/top_nav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ items:
children:
- label: OpenSearch and Dashboards
url: /docs/latest/about/
- label: Data Prepper
- label: OpenSearch Data Prepper
url: /docs/latest/data-prepper/
- label: Clients
url: /docs/latest/clients/
Expand Down
6 changes: 3 additions & 3 deletions _faqs/02-05-what-is-opensearch-data-prepper.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ question: What is OpenSearch Data Prepper?
category: Tools and Plugins
---

Data Prepper is a server-side data collector capable of filtering, enriching, transforming, normalizing and aggregating data for downstream analytics and visualization. Also, Data Prepper lets users build custom pipelines to improve the operational view of applications.
OpenSearch Data Prepper is a server-side data collector capable of filtering, enriching, transforming, normalizing and aggregating data for downstream analytics and visualization. Also, Data Prepper lets users build custom pipelines to improve the operational view of applications.

Two common uses of Data Prepper are trace and log analytics. Trace analytics help you visualize the flow of events and identify performance problems. Log analytics can improve search functionality, as well as help you analyze and provide insights into your application.
Two common uses of OpenSearch Data Prepper are trace and log analytics. Trace analytics help you visualize the flow of events and identify performance problems. Log analytics can improve search functionality, as well as help you analyze and provide insights into your application.

To get started building your own custom pipelines with Data Prepper, see the [Data Prepper Get Started](https://opensearch.org/docs/latest/clients/data-prepper/get-started/) guide.
To get started building your own custom pipelines with Data Prepper, see the [OpenSearch Data Prepper Get Started](https://opensearch.org/docs/latest/clients/data-prepper/get-started/) guide.
2 changes: 1 addition & 1 deletion _includes/downloads/data-prepper.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.
OpenSearch Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.
Distributions without a bundled JDK are also available in the <a href="/artifacts">artifacts directory</a>.
4 changes: 2 additions & 2 deletions _layouts/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
odfe-odbc: ODBC Driver
opensearch-sql-odbc: ODBC Driver
opensearch-sql-jdbc: JDBC Driver
data-prepper: Data Prepper
data-prepper-no-jdk: Data Prepper (without bundled JDK)
data-prepper: OpenSearch Data Prepper
data-prepper-no-jdk: OpenSearch Data Prepper (without bundled JDK)
logstash-oss-with-opensearch-output-plugin: Logstash OSS with OpenSearch Output Plugin
opensearch-sql-cli: SQL-CLI
platforms:
Expand Down
10 changes: 5 additions & 5 deletions _platform_products/data_prepper.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: platform-product
title: Data Prepper
title: OpenSearch Data Prepper
image: '/assets/media/platform/Data-Prepper.png'
---

### [Data Prepper](https://github.com/opensearch-project/data-prepper){:target="_blank"}
### [OpenSearch Data Prepper](https://github.com/opensearch-project/data-prepper){:target="_blank"}

Data Prepper is the server-side data collector designed to enrich, transform, and aggregate data for downstream analytics and visualization within OpenSearch.
OpenSearch Data Prepper is the server-side data collector designed to enrich, transform, and aggregate data for downstream analytics and visualization within OpenSearch.

Use Data Prepper to create custom pipelines that improve your operational understanding of infrastructure or applications through the log and trace data they generate.
Use OpenSearch Data Prepper to create custom pipelines that improve your operational understanding of infrastructure or applications through the log and trace data they generate.

[Find out more about Data Prepper](https://github.com/opensearch-project/data-prepper){:target="_blank"}.
[Find out more about OpenSearch Data Prepper](https://github.com/opensearch-project/data-prepper){:target="_blank"}.
2 changes: 1 addition & 1 deletion _platforms/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ key_features_list:
- name: Integrations
description: 'Create out-of-the-box analysis and dashboards for common log types like AWS CloudTrail, Nginx, and popular databases.'
- name: Ingestion pipelines
description: 'Manage observability data collections cost efficiently and at scale with built-in transformations, routing, sampling, and anomaly detection provided by <a href="https://opensearch.org/docs/latest/data-prepper/index/" target="_blank">Data Prepper</a> ingestion tools.'
description: 'Manage observability data collections cost efficiently and at scale with built-in transformations, routing, sampling, and anomaly detection provided by <a href="https://opensearch.org/docs/latest/data-prepper/index/" target="_blank">OpenSearch Data Prepper</a> ingestion tools.'
- name: Anomaly detection
description: 'Detect anomalies and analyze streaming data with rich transformation and aggregation.'
permalink: '/platform/observability/index.html'
Expand Down
2 changes: 1 addition & 1 deletion about.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ card_clickability_rules:
* [Founding Documents](#founding-documents)
* [OpenSearch disambiguation](#opensearch-disambiguation)

OpenSearch is a community-driven, open-source search and analytics suite used by developers to ingest, search, visualize, and analyze data. OpenSearch consists of a data store and search engine (OpenSearch), a visualization and user interface (OpenSearch Dashboards), and a server-side data collector (Data Prepper). Users can extend the functionality of OpenSearch with a selection of plugins that enhance search, analytics, observability, security, machine learning, and more.
OpenSearch is a community-driven, open-source search and analytics suite used by developers to ingest, search, visualize, and analyze data. OpenSearch consists of a data store and search engine (OpenSearch), a visualization and user interface (OpenSearch Dashboards), and a server-side data collector (OpenSearch Data Prepper). Users can extend the functionality of OpenSearch with a selection of plugins that enhance search, analytics, observability, security, machine learning, and more.

The OpenSearch Project was [first announced in January 2021](https://aws.amazon.com/blogs/opensource/stepping-up-for-a-truly-open-source-elasticsearch/) as an open-source fork of Elasticsearch and Kibana to provide a secure, high-quality, fully open-source search and analytics suite with a rich feature roadmap. [In July 2021](https://opensearch.org/blog/updates/2021/07/opensearch-general-availability-announcement/), the project released OpenSearch 1.0 for production under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) (ALv2), with the codebase [published to GitHub](https://github.com/opensearch-project) and open to contribution from the OpenSearch community. A comprehensive project roadmap is maintained [here](https://github.com/orgs/opensearch-project/projects/206).

Expand Down
2 changes: 1 addition & 1 deletion platform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platform_products:
collection:
- OpenSearch Core
- OpenSearch Dashboards
- Data Prepper
- OpenSearch Data Prepper
feature_area_category_name: Platform
feature_area_solution_name: Core
hero_images:
Expand Down

0 comments on commit 65edee1

Please sign in to comment.