Skip to content

Commit b78c365

Browse files
authored
Merge pull request #2167 from fluent/lynettemiles/sc-154100/fb-random-vale-cleanups
2 parents b570e48 + be76e11 commit b78c365

File tree

17 files changed

+387
-360
lines changed

17 files changed

+387
-360
lines changed

administration/configuring-fluent-bit/yaml/plugins-section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Plugins
22

3-
Fluent Bit comes with a variety of built-in plugins, and also supports loading external plugins at runtime. This feature is especially useful for loading Go or WebAssembly (Wasm) plugins that are built as shared object files (`.so`). Fluent Bit YAML configuration provides the following ways to load these external plugins:
3+
Fluent Bit comes with a variety of built-in plugins, and also supports loading external plugins at runtime. Use this feature for loading Go or WebAssembly (Wasm) plugins that are built as shared object files (`.so`). Fluent Bit YAML configuration provides the following ways to load these external plugins:
44

55
## Inline YAML
66

installation/downloads/docker.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,13 @@ Alpine Linux uses Musl C library instead of Glibc. Musl isn't fully compatible w
269269
### Why use distroless containers?
270270

271271
The reasons for using distroless are well covered in
272+
273+
<!-- vale FluentBit.FirstPerson = NO -->
274+
272275
[Why should I use Distroless images?](https://github.com/GoogleContainerTools/distroless#why-should-i-use-distroless-images).
273276

277+
<!-- vale FluentBit.FirstPerson = YES -->
278+
274279
- Include only what you need, reduce the attack surface available.
275280
- Reduces size and improves performance.
276281
- Reduces false positives on scans (and reduces resources required for scanning).

installation/downloads/source/build-and-install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
9595
| `FLB_ARROW` | Build with Apache Arrow support | `No` |
9696
| `FLB_AVRO_ENCODER` | Build with Avro encoding support | `No` |
9797
| `FLB_AWS` | Enable AWS support | `Yes` |
98-
| `FLB_AWS_ERROR_REPORTER` | Build with aws error reporting support | `No` |
98+
| `FLB_AWS_ERROR_REPORTER` | Build with AWS error reporting support | `No` |
9999
| `FLB_BENCHMARKS` | Enable benchmarks | `No` |
100100
| `FLB_BINARY` | Build executable | `Yes` |
101101
| `FLB_CHUNK_TRACE` | Enable chunk traces | `Yes` |
@@ -138,7 +138,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
138138

139139
| Option | Description | Default |
140140
|:--------------------------|:-----------------------------|:--------|
141-
| `FLB_BACKTRACE` | Enable stacktrace support | `Yes` |
141+
| `FLB_BACKTRACE` | Enable stack trace support | `Yes` |
142142
| `FLB_DEBUG` | Build with debug mode (`-g`) | `No` |
143143
| `FLB_SMALL` | Optimize for small size | `No` |
144144
| `FLB_TESTS_INTERNAL` | Enable internal tests | `No` |
@@ -157,7 +157,7 @@ Fluent Bit provides configurable options to CMake that can be enabled or disable
157157

158158
### Input plugins
159159

160-
Input plugins gather information from a specific source type like network interfaces, some built-in metrics, or through a specific input device.
160+
Input plugins gather information from a specific source type like network interfaces, some built-in metrics, or through a specific input device.
161161

162162
The following input plugins are available:
163163

@@ -199,7 +199,7 @@ The following input plugins are available:
199199
| [`FLB_IN_RANDOM`](../../../pipeline/inputs/random.md) | Enable Random input plugin | `On` |
200200
| [`FLB_IN_SERIAL`](../../../pipeline/inputs/serial-interface.md) | Enable Serial input plugin | `On` |
201201
| [`FLB_IN_SPLUNK`](../../../pipeline/inputs/splunk.md) | Enable Serial input plugin | `On` |
202-
| [`FLB_IN_STATSD`](../../../pipeline/inputs/statsd.md) | Enable Statsd input plugin | `On` |
202+
| [`FLB_IN_STATSD`](../../../pipeline/inputs/statsd.md) | Enable StatsD input plugin | `On` |
203203
| [`FLB_IN_STDIN`](../../../pipeline/inputs/standard-input.md) | Enable Standard input plugin | `On` |
204204
| [`FLB_IN_SYSLOG`](../../../pipeline/inputs/syslog.md) | Enable Syslog input plugin | `On` |
205205
| [`FLB_IN_SYSTEMD`](../../../pipeline/inputs/systemd.md) | Enable Systemd input plugin | `On` |
@@ -230,7 +230,7 @@ The following table describes the processors available:
230230

231231
### Filter plugins
232232

233-
Filter plugins let you modify, enrich or drop records.
233+
Filter plugins let you modify, enrich or drop records.
234234

235235
The following table describes the filters available on this version:
236236

@@ -246,7 +246,7 @@ The following table describes the filters available on this version:
246246
| [`FLB_FILTER_LOG_TO_METRICS`](../../../pipeline/filters/log_to_metrics.md) | Enable Log derived metrics filter | `On` |
247247
| [`FLB_FILTER_LUA`](../../../pipeline/filters/lua.md) | Enable Lua scripting filter | `On` |
248248
| [`FLB_FILTER_MODIFY`](../../../pipeline/filters/modify.md) | Enable Modify filter | `On` |
249-
| [`FLB_FILTER_MULTILINE`](../../../pipeline/filters/multiline-stacktrace.md) | Enable Multiline stacktrace filter | `On` |
249+
| [`FLB_FILTER_MULTILINE`](../../../pipeline/filters/multiline-stacktrace.md) | Enable Multiline stack trace filter | `On` |
250250
| [`FLB_FILTER_NEST`](../../../pipeline/filters/nest.md) | Enable Nest filter | `On` |
251251
| [`FLB_FILTER_NIGHTFALL`](../../../pipeline/filters/nightfall.md) | Enable Nightfall filter | `On` |
252252
| [`FLB_FILTER_PARSER`](../../../pipeline/filters/parser.md) | Enable Parser filter | `On` |
@@ -261,7 +261,7 @@ The following table describes the filters available on this version:
261261

262262
### Output plugins
263263

264-
Output plugins let you flush the information to some external interface, service, or terminal.
264+
Output plugins let you flush the information to some external interface, service, or terminal.
265265

266266
The following table describes the output plugins available:
267267

0 commit comments

Comments
 (0)