From 16694f13478a923b4bb3619115aa671a84514b69 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Fri, 28 Apr 2023 12:08:50 -0400 Subject: [PATCH] Missed capitalization --- config/recipes/logstash/README.asciidoc | 2 +- docs/orchestrating-elastic-stack-applications/logstash.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/recipes/logstash/README.asciidoc b/config/recipes/logstash/README.asciidoc index 63ef92a7236..791d28b08a3 100644 --- a/config/recipes/logstash/README.asciidoc +++ b/config/recipes/logstash/README.asciidoc @@ -14,7 +14,7 @@ These recipes demonstrate how to run Logstash, Elasticsearch, Kibana and Filebea Deploys Logstash with the pipeline defined inline in the CRD. -===== Pipeline as secret - `logstash-pipeline-as-secret.yaml` +===== Pipeline as Secret - `logstash-pipeline-as-secret.yaml` Deploys Logstash with the pipeline defined in a Secret and referred to via `pipelinesRef`. diff --git a/docs/orchestrating-elastic-stack-applications/logstash.asciidoc b/docs/orchestrating-elastic-stack-applications/logstash.asciidoc index d63442f66a0..c223e90738f 100644 --- a/docs/orchestrating-elastic-stack-applications/logstash.asciidoc +++ b/docs/orchestrating-elastic-stack-applications/logstash.asciidoc @@ -446,7 +446,7 @@ kubectl apply -f {logstash_recipes}/logstash-eck.yaml Deploys Logstash with a single pipeline defined in the CRD -=== Single Pipeline defined in secret +=== Single Pipeline defined in Secret [source,sh,subs="attributes"] ----