-
Notifications
You must be signed in to change notification settings - Fork 485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates Data Prepper use-case images #3844
Updates Data Prepper use-case images #3844
Conversation
… OpenSearch icons and typography. Signed-off-by: David Venable <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… OpenSearch icons and typography. (#3844) Signed-off-by: David Venable <[email protected]> (cherry picked from commit 3baac55) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… OpenSearch icons and typography. (#3844) Signed-off-by: David Venable <[email protected]> (cherry picked from commit 3baac55) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… OpenSearch icons and typography. (#3844) (#3896) (cherry picked from commit 3baac55) Signed-off-by: David Venable <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… OpenSearch icons and typography. (#3844) (#3895) (cherry picked from commit 3baac55) Signed-off-by: David Venable <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than a few nits, looks good!
@@ -15,7 +15,7 @@ When using Data Prepper as a server-side component to collect trace data, you ca | |||
|
|||
The following flowchart illustrates the trace analytics workflow, from running OpenTelemetry Collector to using OpenSearch Dashboards for visualization. | |||
|
|||
<img src="{{site.url}}{{site.baseurl}}/images/data-prepper/trace-analytics/trace-analytics-components.png" alt="Trace analyticis component overview">{: .img-fluid} | |||
<img src="{{site.url}}{{site.baseurl}}/images/data-prepper/trace-analytics/trace-analytics-components.jpg" alt="Trace analyticis component overview">{: .img-fluid} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alt="Trace analyticis --> alt="Trace analytics"
@@ -27,7 +27,7 @@ To monitor trace analytics, you need to set up the following components in your | |||
|
|||
To monitor trace analytics in Data Prepper, we provide three pipelines: `entry-pipeline`, `raw-trace-pipeline`, and `service-map-pipeline`. The following image provides an overview of how the pipelines work together to monitor trace analytics. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data Prepper provides three pipelines that can be used to monitor trace analytics:
@@ -11,15 +11,15 @@ Data Prepper is an extendable, configurable, and scalable solution for log inges | |||
|
|||
The following image shows all of the components used for log analytics with Fluent Bit, Data Prepper, and OpenSearch. | |||
|
|||
![Log analytics component]({{site.url}}{{site.baseurl}}/images/data-prepper/log-analytics/log-analytics-components.png) | |||
![Log analytics component]({{site.url}}{{site.baseurl}}/images/data-prepper/log-analytics/log-analytics-components.jpg) | |||
|
|||
In the application environment, run Fluent Bit. Fluent Bit can be containerized through Kubernetes, Docker, or Amazon Elastic Container Service (Amazon ECS). You can also run Fluent Bit as an agent on Amazon Elastic Compute Cloud (Amazon EC2). Configure the [Fluent Bit http output plugin](https://docs.fluentbit.io/manual/pipeline/outputs/http) to export log data to Data Prepper. Then deploy Data Prepper as an intermediate component and configure it to send the enriched log data to your OpenSearch cluster. From there, use OpenSearch Dashboards to perform more intensive visualization and analysis. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know I'm not obligated to review this, but I just wonder if we can start this sentence with some kind of intro to what they are doing? Like, "To get started using log analytics in Data Prepper, run Fluent Bit in the application environment of your choice. ... Also, the sentence with "Then..." should have a better starter phrase, like, "After configuring Fluent Bit, deploy Data Prepper..." (The paragraph seems a bit rushed.)
@@ -11,15 +11,15 @@ Data Prepper is an extendable, configurable, and scalable solution for log inges | |||
|
|||
The following image shows all of the components used for log analytics with Fluent Bit, Data Prepper, and OpenSearch. | |||
|
|||
![Log analytics component]({{site.url}}{{site.baseurl}}/images/data-prepper/log-analytics/log-analytics-components.png) | |||
![Log analytics component]({{site.url}}{{site.baseurl}}/images/data-prepper/log-analytics/log-analytics-components.jpg) | |||
|
|||
In the application environment, run Fluent Bit. Fluent Bit can be containerized through Kubernetes, Docker, or Amazon Elastic Container Service (Amazon ECS). You can also run Fluent Bit as an agent on Amazon Elastic Compute Cloud (Amazon EC2). Configure the [Fluent Bit http output plugin](https://docs.fluentbit.io/manual/pipeline/outputs/http) to export log data to Data Prepper. Then deploy Data Prepper as an intermediate component and configure it to send the enriched log data to your OpenSearch cluster. From there, use OpenSearch Dashboards to perform more intensive visualization and analysis. | |||
|
|||
## Log analytics pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should it be Log analytics pipelines?
@@ -15,7 +15,7 @@ When using Data Prepper as a server-side component to collect trace data, you ca | |||
|
|||
The following flowchart illustrates the trace analytics workflow, from running OpenTelemetry Collector to using OpenSearch Dashboards for visualization. | |||
|
|||
<img src="{{site.url}}{{site.baseurl}}/images/data-prepper/trace-analytics/trace-analytics-components.png" alt="Trace analyticis component overview">{: .img-fluid} | |||
<img src="{{site.url}}{{site.baseurl}}/images/data-prepper/trace-analytics/trace-analytics-components.jpg" alt="Trace analyticis component overview">{: .img-fluid} | |||
|
|||
To monitor trace analytics, you need to set up the following components in your service environment: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To monitor trace analytics, you need to set up the --> To monitor trace analytics, set up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
… OpenSearch icons and typography. (#3844) Signed-off-by: David Venable <[email protected]>
… OpenSearch icons and typography. (opensearch-project#3844) Signed-off-by: David Venable <[email protected]>
Description
This PR updates the images used for Data Prepper use-cases:
Issues Resolved
N/A
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.