|
|
@ -4,10 +4,13 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
== WriteToMongo/fluent/fluent.conf |
|
|
|
== fluent.conf |
|
|
|
|
|
|
|
config file: WriteToMongo/fluent/fluent.conf |
|
|
|
|
|
|
|
[source,javascript] |
|
|
|
== edit |
|
|
|
|
|
|
|
[source,yaml] |
|
|
|
---- |
|
|
|
<match debug.*> |
|
|
|
@type stdout |
|
|
@ -127,8 +130,15 @@ |
|
|
|
image::ROOT:fluent-mongo.png[float=right] |
|
|
|
|
|
|
|
|
|
|
|
== restart |
|
|
|
|
|
|
|
|
|
|
|
To make changes become effective a restart is required |
|
|
|
|
|
|
|
[source,bash] |
|
|
|
---- |
|
|
|
./tools/poc-service-restart-readmongo |
|
|
|
---- |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|