You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/parsers/configuring-parser.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ By default, Fluent Bit provides a set of pre-configured parsers that can be used
15
15
- Syslog rfc5424
16
16
- Syslog rfc3164
17
17
18
-
Parsers are defined in configuration files that are loaded at start time, through the main Fluent Bit configuration file (YAML or classic), or using one or more external configuration files. Parsers can also be loaded from the command line.
18
+
Parsers are defined in configuration files that are loaded at start time, either through the main Fluent Bit configuration file (YAML or classic) or by using one or more external configuration files. You can also load parsers from the command line.
0 commit comments