Skip to content

Commit 46a39bb

Browse files
authored
Fix Service config table to be an actual table (#443)
Signed-off-by: Félix Saparelli <[email protected]>
1 parent e3fce5a commit 46a39bb

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

administration/configuring-fluent-bit/configuration-file.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -23,68 +23,18 @@ The _Service_ section defines global properties of the service, the keys availab
2323

2424
| Key | Description | Default Value |
2525
| :--- | :--- | :--- |
26-
27-
2826
| 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-
3227
| 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-
3628
| 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-
4029
| Log\_File | Absolute path for an optional log file. By default all logs are redirected to the standard output interface \(stdout\). | |
41-
| :--- | :--- | :--- |
42-
43-
4430
| 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-
4831
| Parsers\_File | Path for a `parsers` configuration file. Multiple Parsers\_File entries can be defined within the section. | |
49-
| :--- | :--- | :--- |
50-
51-
5232
| 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-
5633
| 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-
6034
| HTTP\_Server | Enable built-in HTTP Server | Off |
61-
| :--- | :--- | :--- |
62-
63-
6435
| HTTP\_Listen | Set listening interface for HTTP Server when it's enabled | 0.0.0.0 |
65-
| :--- | :--- | :--- |
66-
67-
6836
| 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&apos;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 |
8838

8939
The following is an example of a _SERVICE_ section:
9040

0 commit comments

Comments
 (0)