From f4dca261f99381dee15e2dc3e222b4f2fbeeabdc Mon Sep 17 00:00:00 2001 From: rosemary_marano Date: Tue, 21 Jan 2025 19:36:38 +0000 Subject: [PATCH] Add x-ref to blog --- .../content/samples/elastic-stack/weblogic-domain/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/site/content/samples/elastic-stack/weblogic-domain/_index.md b/documentation/site/content/samples/elastic-stack/weblogic-domain/_index.md index a3b12f00c2d..d464453d18c 100644 --- a/documentation/site/content/samples/elastic-stack/weblogic-domain/_index.md +++ b/documentation/site/content/samples/elastic-stack/weblogic-domain/_index.md @@ -14,6 +14,8 @@ Here's the general mechanism for how this works: * `fluentd` tails the domain logs files and exports them to Elasticsearch. * A ConfigMap contains the filter and format rules for exporting log records. +For information on how to use Fluent Bit as a DaemonSet to scrape WLS logs, see the blog, [WLS For OKE, with Fluent bit and FSS](https://blogs.oracle.com/weblogicserver/post/wls-for-oke-with-fluent-bit-and-fss). + #### Sample code The samples in this document assume that an existing domain is being edited. However, you can make all the changes to the domain YAML file before the domain is created.