From 3b9ae603de2dde6a8c5ad95bc177dab3add15103 Mon Sep 17 00:00:00 2001 From: Powershellfish <47839113+powershellfish@users.noreply.github.com> Date: Wed, 7 Jun 2023 07:41:42 -0600 Subject: [PATCH] Updated capitalization. (#4214) Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> --- _data-prepper/pipelines/pipelines.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data-prepper/pipelines/pipelines.md b/_data-prepper/pipelines/pipelines.md index fca8cd16..505eae60 100644 --- a/_data-prepper/pipelines/pipelines.md +++ b/_data-prepper/pipelines/pipelines.md @@ -132,8 +132,8 @@ log-pipeline: # username and password above. #aws_sigv4: true #aws_region: us-east-1 - # Since we are grok matching for apache logs, it makes sense to send them to an OpenSearch index named apache_logs. - # You should change this to correspond with how your OpenSearch indices are set up. + # Since we are Grok matching for Apache logs, it makes sense to send them to an OpenSearch index named apache_logs. + # You should change this to correspond with how your OpenSearch indexes are set up. index: apache_logs ```