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: administration/configuring-fluent-bit/configuration-file.md
+1-51Lines changed: 1 addition & 51 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,68 +23,18 @@ The _Service_ section defines global properties of the service, the keys availab
23
23
24
24
| Key | Description | Default Value |
25
25
| :--- | :--- | :--- |
26
-
27
-
28
26
| Flush | Set the flush time in `seconds.nanoseconds`. The engine loop uses a Flush timeout to define when is required to flush the records ingested by input plugins through the defined output plugins. | 5 |
29
-
| :--- | :--- | :--- |
30
-
31
-
32
27
| Grace | Set the grace time in `seconds` as Integer value. The engine loop uses a Grace timeout to define wait time on exit | 5 |
33
-
| :--- | :--- | :--- |
34
-
35
-
36
28
| Daemon | Boolean value to set if Fluent Bit should run as a Daemon \(background\) or not. Allowed values are: yes, no, on and off. note: If you are using a Systemd based unit as the one we provide in our packages, do not turn on this option. | Off |
37
-
| :--- | :--- | :--- |
38
-
39
-
40
29
| Log\_File | Absolute path for an optional log file. By default all logs are redirected to the standard output interface \(stdout\). ||
41
-
| :--- | :--- | :--- |
42
-
43
-
44
30
| Log\_Level | Set the logging verbosity level. Allowed values are: error, warn, info, debug and trace. Values are accumulative, e.g: if 'debug' is set, it will include error, warning, info and debug. Note that _trace_ mode is only available if Fluent Bit was built with the _WITH\_TRACE_ option enabled. | info |
45
-
| :--- | :--- | :--- |
46
-
47
-
48
31
| Parsers\_File | Path for a `parsers` configuration file. Multiple Parsers\_File entries can be defined within the section. ||
49
-
| :--- | :--- | :--- |
50
-
51
-
52
32
| Plugins\_File | Path for a `plugins` configuration file. A _plugins_ configuration file allows to define paths for external plugins, for an example [see here](https://github.com/fluent/fluent-bit/blob/master/conf/plugins.conf). ||
53
-
| :--- | :--- | :--- |
54
-
55
-
56
33
| Streams\_File | Path for the Stream Processor configuration file. To learn more about Stream Processing configuration go [here](../../stream-processing/introduction.md). ||
57
-
| :--- | :--- | :--- |
58
-
59
-
60
34
| HTTP\_Server | Enable built-in HTTP Server | Off |
61
-
| :--- | :--- | :--- |
62
-
63
-
64
35
| HTTP\_Listen | Set listening interface for HTTP Server when it's enabled | 0.0.0.0 |
65
-
| :--- | :--- | :--- |
66
-
67
-
68
36
| HTTP\_Port | Set TCP Port for the HTTP Server | 2020 |
69
-
| :--- | :--- | :--- |
70
-
71
-
72
-
<table>
73
-
<thead>
74
-
<tr>
75
-
<th style="text-align:left">Coro_Stack_Size</th>
76
-
<th style="text-align:left">
77
-
<p>Set the coroutines stack size in bytes. The value must be greater than
78
-
the page size of the running system. Don't set too small value (say
79
-
4096), or coroutine threads can overrun the stack buffer.</p>
80
-
<p>Do not change the default value of this parameter unless you know what
81
-
you are doing.</p>
82
-
</th>
83
-
<th style="text-align:left">24576</th>
84
-
</tr>
85
-
</thead>
86
-
<tbody></tbody>
87
-
</table>
37
+
| Coro\_Stack\_Size | Set the coroutines stack size in bytes. The value must be greater than the page size of the running system. Don't set too small value (say 4096), or coroutine threads can overrun the stack buffer. Do not change the default value of this parameter unless you know what you are doing. | 24576 |
88
38
89
39
The following is an example of a _SERVICE_ section:
0 commit comments