Skip to content

Commit 65edee1

Browse files
committedJan 17, 2025·
Renames Data Prepper to OpenSearch Data Prepper.
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]>
1 parent bd7ca8a commit 65edee1

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed
 

‎_data/header_navmenu_datafile.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"URL": "https://opensearch.org/docs/latest/"
1919
},
2020
{
21-
"Name": "Data Prepper",
21+
"Name": "OpenSearch Data Prepper",
2222
"URL": "/docs/latest/data-prepper/"
2323
},
2424
{
@@ -96,7 +96,7 @@
9696
"URL": "/docs/latest/benchmark/"
9797
},
9898
{
99-
"Name": "Data Prepper",
99+
"Name": "OpenSearch Data Prepper",
100100
"URL": "/docs/latest/data-prepper/"
101101
},
102102
{
@@ -142,7 +142,7 @@
142142
"Icon": "OpenSearch-Dashboards-condensedImage"
143143
},
144144
{
145-
"Name": "Data Prepper",
145+
"Name": "OpenSearch Data Prepper",
146146
"ClassValue" : "drawer-content-subheader-link",
147147
"SubText": "A server-side data collector designed to enrich, transform, and aggregate data for downstream analytics with OpenSearch.",
148148
"URL": "/docs/latest/data-prepper/",
@@ -391,7 +391,7 @@
391391
"Icon": "OpenSearch-PerformanceBenchmarks-condensedImage"
392392
},
393393
{
394-
"Name": "Data Prepper",
394+
"Name": "OpenSearch Data Prepper",
395395
"SubText": "Filter, mutate, and sample your data for ingestion into OpenSearch.",
396396
"URL": "/docs/latest/data-prepper/",
397397
"ClassValue" : "drawer-content-subheader-link",

‎_data/repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@
134134
- title: Developer Guide
135135
url: https://github.com/opensearch-project/dashboards-visualizations/blob/main/DEVELOPER_GUIDE.md
136136
- shortname: data-prepper
137-
title: Data Prepper
138-
description: Data Prepper is a component of the OpenSearch project that accepts,
137+
title: OpenSearch Data Prepper
138+
description: OpenSearch Data Prepper is a component of the OpenSearch project that accepts,
139139
filters, transforms, enriches, and routes data at scale.
140140
categories:
141141
- ingest

‎_data/top_nav.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ items:
4646
children:
4747
- label: OpenSearch and Dashboards
4848
url: /docs/latest/about/
49-
- label: Data Prepper
49+
- label: OpenSearch Data Prepper
5050
url: /docs/latest/data-prepper/
5151
- label: Clients
5252
url: /docs/latest/clients/

‎_faqs/02-05-what-is-opensearch-data-prepper.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ question: What is OpenSearch Data Prepper?
33
category: Tools and Plugins
44
---
55

6-
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.
6+
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.
77

8-
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.
8+
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.
99

10-
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.
10+
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.

‎_includes/downloads/data-prepper.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.
1+
OpenSearch Data Prepper is a component of the OpenSearch project that accepts, filters, transforms, enriches, and routes data at scale.
22
Distributions without a bundled JDK are also available in the <a href="/artifacts">artifacts directory</a>.

‎_layouts/versions.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
odfe-odbc: ODBC Driver
1818
opensearch-sql-odbc: ODBC Driver
1919
opensearch-sql-jdbc: JDBC Driver
20-
data-prepper: Data Prepper
21-
data-prepper-no-jdk: Data Prepper (without bundled JDK)
20+
data-prepper: OpenSearch Data Prepper
21+
data-prepper-no-jdk: OpenSearch Data Prepper (without bundled JDK)
2222
logstash-oss-with-opensearch-output-plugin: Logstash OSS with OpenSearch Output Plugin
2323
opensearch-sql-cli: SQL-CLI
2424
platforms:

‎_platform_products/data_prepper.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: platform-product
3-
title: Data Prepper
3+
title: OpenSearch Data Prepper
44
image: '/assets/media/platform/Data-Prepper.png'
55
---
66

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

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

11-
Use Data Prepper to create custom pipelines that improve your operational understanding of infrastructure or applications through the log and trace data they generate.
11+
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.
1212

13-
[Find out more about Data Prepper](https://github.com/opensearch-project/data-prepper){:target="_blank"}.
13+
[Find out more about OpenSearch Data Prepper](https://github.com/opensearch-project/data-prepper){:target="_blank"}.

‎_platforms/observability.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ key_features_list:
3737
- name: Integrations
3838
description: 'Create out-of-the-box analysis and dashboards for common log types like AWS CloudTrail, Nginx, and popular databases.'
3939
- name: Ingestion pipelines
40-
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.'
40+
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.'
4141
- name: Anomaly detection
4242
description: 'Detect anomalies and analyze streaming data with rich transformation and aggregation.'
4343
permalink: '/platform/observability/index.html'

‎about.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ card_clickability_rules:
4141
* [Founding Documents](#founding-documents)
4242
* [OpenSearch disambiguation](#opensearch-disambiguation)
4343

44-
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.
44+
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.
4545

4646
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).
4747

‎platform/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ platform_products:
2121
collection:
2222
- OpenSearch Core
2323
- OpenSearch Dashboards
24-
- Data Prepper
24+
- OpenSearch Data Prepper
2525
feature_area_category_name: Platform
2626
feature_area_solution_name: Core
2727
hero_images:

0 commit comments

Comments
 (0)
Please sign in to comment.