diff --git a/poc-datacollector/modules/ROOT/images/fluent-mongo.png b/poc-datacollector/modules/ROOT/images/fluent-mongo.png new file mode 100644 index 0000000..dc37e7a Binary files /dev/null and b/poc-datacollector/modules/ROOT/images/fluent-mongo.png differ diff --git a/poc-datacollector/modules/ROOT/pages/doc-dummy_service.adoc b/poc-datacollector/modules/ROOT/pages/doc-dummy_service.adoc index 6ff31cb..741078f 100644 --- a/poc-datacollector/modules/ROOT/pages/doc-dummy_service.adoc +++ b/poc-datacollector/modules/ROOT/pages/doc-dummy_service.adoc @@ -104,7 +104,7 @@ ---- -<1> *localhost* inside of a container will resolve to the network stack of this container +<1> ** directives determine the input sources. The source submits events to the Fluentd routing engine. An event consists of three entities: *tag*, *time* and *record*. <2> *localhost* inside of a container will resolve to the network stack of this container <3> *localhost* inside of a container will resolve to the network stack of this container <4> *localhost* inside of a container will resolve to the network stack of this container @@ -112,7 +112,7 @@ <6> *localhost* inside of a container will resolve to the network stack of this container <7> *localhost* inside of a container will resolve to the network stack of this container <8> *localhost* inside of a container will resolve to the network stack of this container -<9> *localhost* inside of a container will resolve to the network stack of this container +<9> ** directives determine the output destinations. The match directive looks for events with matching tags and processes them. The most common use of the match directive is to *output events to other systems*. <10> *localhost* inside of a container will resolve to the network stack of this container <11> *localhost* inside of a container will resolve to the network stack of this container <12> *localhost* inside of a container will resolve to the network stack of this container @@ -122,6 +122,7 @@ +image::ROOT:fluent-mongo.png[float=right]