blob: 196ba409f99b456b0f780397b6ed00e379a00480 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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
|