From f6412e9620718d66cb7638b313d9df7e286b0fe0 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Tue, 23 Feb 2021 20:16:52 -0700 Subject: [PATCH] Fix logging example YAML #3037 --- content/rancher/v2.5/en/logging/_index.md | 2 +- content/rancher/v2.x/en/logging/v2.5/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.5/en/logging/_index.md b/content/rancher/v2.5/en/logging/_index.md index 19fa70fdefc..d8f42b26cf8 100644 --- a/content/rancher/v2.5/en/logging/_index.md +++ b/content/rancher/v2.5/en/logging/_index.md @@ -120,7 +120,7 @@ metadata: namespace: "cattle-logging-system" spec: globalOutputRefs: - - "example-es + - "example-es" ``` We should now see our configured index with logs in it. diff --git a/content/rancher/v2.x/en/logging/v2.5/_index.md b/content/rancher/v2.x/en/logging/v2.5/_index.md index 6ea1e23b884..242aaa11710 100644 --- a/content/rancher/v2.x/en/logging/v2.5/_index.md +++ b/content/rancher/v2.x/en/logging/v2.5/_index.md @@ -115,7 +115,7 @@ metadata: namespace: "cattle-logging-system" spec: globalOutputRefs: - - "example-es + - "example-es" ``` We should now see our configured index with logs in it.