From 40f2e462c1184896af4a88c768e25aa6c1e032d2 Mon Sep 17 00:00:00 2001 From: ashwinkumar12345 Date: Thu, 15 Jul 2021 01:00:50 -0700 Subject: [PATCH] minor feedback --- _opensearch/data-streams.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/data-streams.md b/_opensearch/data-streams.md index 91c8a69a..20bc65a1 100644 --- a/_opensearch/data-streams.md +++ b/_opensearch/data-streams.md @@ -23,7 +23,7 @@ Even after you perform all these operations, you’re still not enforcing the be Data streams abstract the complexity and enforce the best practices for managing time-series data. -With data streams, you can store append-only time-series data across multiple indices with a single endpoint for ingesting and searching data. It replaces index aliases for time-series data. +With data streams, you can store append-only time-series data across multiple indices with a single endpoint for ingesting and searching data. We recommend using data streams in place of index aliases for time-series data. ## About data streams