diff --git a/docs/FlowCollector.md b/docs/FlowCollector.md
index 99f6db0f9..85394fb23 100644
--- a/docs/FlowCollector.md
+++ b/docs/FlowCollector.md
@@ -14421,10 +14421,10 @@ This setting is ignored when Kafka is disabled.
enum |
`logTypes` defines the desired record types to generate. Possible values are:
-- `Flows` (default) to export regular network flows
-- `Conversations` to generate events for started conversations, ended conversations as well as periodic "tick" updates
-- `EndedConversations` to generate only ended conversations events
-- `All` to generate both network flows and all conversations events
+- `Flows` (default) to export regular network flows.
+- `Conversations` to generate events for started conversations, ended conversations as well as periodic "tick" updates.
+- `EndedConversations` to generate only ended conversations events.
+- `All` to generate both network flows and all conversations events. It is not recommended due to the impact on resources footprint.
Enum: Flows, Conversations, EndedConversations, All
Default: Flows
|