From c8a6fe5bb4233eb0551b8424f5d57121e86124a1 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 3 Apr 2018 16:48:24 +0800 Subject: Move design document to dedicated folder Change-Id: I20c85b7116cd2b29d0efcaae5ee0b0381a685bbb Signed-off-by: Yujun Zhang --- docs/development/design/logging.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/development/design/logging.rst (limited to 'docs/development/design/logging.rst') diff --git a/docs/development/design/logging.rst b/docs/development/design/logging.rst new file mode 100644 index 0000000..196ba40 --- /dev/null +++ b/docs/development/design/logging.rst @@ -0,0 +1,28 @@ +####### +Logging +####### + +************ +Installation +************ + +Currently, we use the `sample configuration`_ in Istio to install fluentd:: + + cd clover/logging + kubectl apply -f install + +.. _sample configuration: https://istio.io/docs/tasks/telemetry/fluentd.html + +******** +Validate +******** + +The scripts in ``clover/logging`` validates fluentd installation:: + + python clover/logging/validate.py + +It validates the installation with the following criterias + +#. existence of fluented pod +#. fluentd input is configured correctly +#. TBD -- cgit 1.2.3-korg