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
The keys for Golang plugin available as of this version are described in the following table:
120
+
121
+
| Key | Description | Default Value|
122
+
| ---- | ----------- | ------------ |
123
+
| 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). ||
124
+
125
+
#### Example
126
+
127
+
The following is an example of a main configuration file.
128
+
129
+
```python
130
+
[SERVICE]
131
+
plugins_file /path/to/plugins.conf
132
+
133
+
[INPUT]
134
+
Name dummy
135
+
136
+
[OUTPUT]
137
+
Name gstdout
138
+
```
139
+
140
+
### Run using a configuration file
141
+
142
+
We can load a main configuration file using `-c` option.
143
+
Note: No need to specify a plugins configuration file from command line.
0 commit comments