-
Notifications
You must be signed in to change notification settings - Fork 515
Added draft blog post for new log analytics experience #3922
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Joshua Bright <[email protected]>
Thank you for submitting a blog post! The blog post review process is: Submit a PR -> (Optional) Peer review -> Doc review -> Editorial review -> Marketing review -> Published. |
Hi @brijos, It looks like you're adding a new blog post but don't have an issue mentioned. Please link this PR to an open issue using one of these keywords in the PR description:
If an issue hasn't been created yet, please create one and then link it to this PR. |
@kolchfa-aws - Adding this to your list for review. |
Signed-off-by: Fanit Kolchina <[email protected]>
_posts/2025-09-10-reimagining-log-analytics-for-the-modern-enterprise.md
Show resolved
Hide resolved
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.
@brijos Editorial review complete. Please see my comments and changes and tag me for approval when addressed. Thanks!
|
||
## Piped Processing Language: The heart of modern log analysis | ||
|
||
For Site Reliability Engineers (SREs) and DevOps teams, log analysis is more than just searching and filtering. It's about uncovering deep insights, detecting anomalies, and maintaining system reliability. [OpenSearch's Piped Processing Language (PPL)](https://github.com/opensearch-project/sql/blob/main/docs/user/ppl/index.rst) is designed to meet these sophisticated needs. |
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.
For Site Reliability Engineers (SREs) and DevOps teams, log analysis is more than just searching and filtering. It's about uncovering deep insights, detecting anomalies, and maintaining system reliability. [OpenSearch's Piped Processing Language (PPL)](https://github.com/opensearch-project/sql/blob/main/docs/user/ppl/index.rst) is designed to meet these sophisticated needs. | |
For site reliability engineers (SREs) and DevOps teams, log analysis is about more than just searching and filtering. It's also about uncovering deep insights, detecting anomalies, and maintaining system reliability. [OpenSearch's Piped Processing Language (PPL)](https://github.com/opensearch-project/sql/blob/main/docs/user/ppl/index.rst) is designed to meet these sophisticated needs. |
|
||
### Beyond basic search | ||
|
||
DQL (dashboard query language) in OpenSearch can be restrictive. PPL expands those capabilities by offering the following features: |
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.
DQL (dashboard query language) in OpenSearch can be restrictive. PPL expands those capabilities by offering the following features: | |
Dashboards Query Language (DQL) in OpenSearch can be restrictive. PPL expands on its capabilities by offering the following features: |
|
||
We understand that switching log analytics platforms is a challenging task. That's why OpenSearch is making significant investments to: | ||
|
||
* Make PPL syntax more familiar |
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.
* Make PPL syntax more familiar | |
* Make PPL syntax more familiar. |
We understand that switching log analytics platforms is a challenging task. That's why OpenSearch is making significant investments to: | ||
|
||
* Make PPL syntax more familiar | ||
* Add missing commands and functions |
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.
* Add missing commands and functions | |
* Add missing commands and functions. |
|
||
* Make PPL syntax more familiar | ||
* Add missing commands and functions | ||
* Simplify the migration process |
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.
* Simplify the migration process | |
* Simplify the migration process. |
|
||
* Empowering teams with flexible, powerful analytics | ||
* Providing enterprise-grade performance | ||
* Maintaining an open, community-driven approach |
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.
* Maintaining an open, community-driven approach |
* Empowering teams with flexible, powerful analytics | ||
* Providing enterprise-grade performance | ||
* Maintaining an open, community-driven approach | ||
* Delivering insights without complexity |
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.
* Delivering insights without complexity |
``` | ||
|
||
|
||
|
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.
Deleting lines 79-86 as too generic and not connected to the preceding content (the post isn't about why OpenSearch matters).
|
||
OpenSearch is more than a tool---it's a vision for how organizations can transform their observability strategy. By prioritizing user needs, performance, and accessibility, we're creating a platform that grows with your challenges. | ||
|
||
*Are you ready to reimagine log analytics?* Explore OpenSearch, check out our [roadmap](https://github.com/orgs/opensearch-project/projects/206) and join the community discussion on the [OpenSearch forum](https://forum.opensearch.org/). |
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.
*Are you ready to reimagine log analytics?* Explore OpenSearch, check out our [roadmap](https://github.com/orgs/opensearch-project/projects/206) and join the community discussion on the [OpenSearch forum](https://forum.opensearch.org/). | |
*Are you ready to reimagine log analytics?* Explore OpenSearch, check out our [roadmap](https://github.com/orgs/opensearch-project/projects/206), and join the community discussion on the [OpenSearch forum](https://forum.opensearch.org/). |
|
||
|
||
|
||
## The future of log 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.
If we use this heading, then we should include a sentence below about the future of OpenSearch log analytics. What else is on the roadmap that we can highlight? We should also briefly summarize the main idea of the blog post here. What change did we introduce, and how does it benefit users?
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.
Thank you for the recommendations and review.
_posts/2025-09-10-reimagining-log-analytics-for-the-modern-enterprise.md
Show resolved
Hide resolved
@natebower The bio is already in the repo, so we're all good on that front |
Description
Add new blog draft up
Issues Resolved
Resolves 3920
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.