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"] ----