diff options
author | Stephen Wong <stephen.kf.wong@gmail.com> | 2018-03-30 06:23:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-30 06:23:42 +0000 |
commit | feb1ff65ed782189612e66b956d0fee6ff1838d6 (patch) | |
tree | 8896eae058edde1e9a1f92ff710a0a4f88da5ca2 /docs | |
parent | 41be5e066a37eb44d7f64372901f8d2760ab4e13 (diff) | |
parent | 4b6c8049d6d3b499cf3ed43c54bf76db897e0c3c (diff) |
Merge "Initial commit for logging installation and validataion"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/logging.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/logging.rst b/docs/logging.rst new file mode 100644 index 0000000..196ba40 --- /dev/null +++ b/docs/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 |