Skip to content

Commit 28406cf

Browse files
committed
Vale: reducing suggestions
Signed-off-by: Lynette Miles <lynette.miles@chronosphere.io>
1 parent dbd3980 commit 28406cf

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

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

vale-styles/FluentBit/Acronyms.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
99
# ... with the exception of these:
1010
exceptions:
1111
- AAD
12+
- ABI
13+
- APT
1214
- ACL
1315
- AMD
1416
- ANSI
@@ -102,6 +104,7 @@ exceptions:
102104
- POST
103105
- PWM
104106
- RAM
107+
- RBAC
105108
- REPL
106109
- REST
107110
- RHEL
@@ -142,6 +145,7 @@ exceptions:
142145
- VPC
143146
- VRAM
144147
- WASI
148+
- WASM
145149
- WMI
146150
- XML
147151
- XSS

vale-styles/FluentBit/Headings.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ exceptions:
5050
- Datadog
5151
- DNS
5252
- Docker
53+
- Docker Compose
5354
- Docker Hub
5455
- DogStatsD
5556
- DOS
@@ -60,6 +61,7 @@ exceptions:
6061
- Elastic Cloud
6162
- Emmet
6263
- EventBridge
64+
- FAQ
6365
- FlowCounter
6466
- Fluent Bit
6567
- Fluentd

vale-styles/FluentBit/Spelling-exceptions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ accessor
22
accessors
33
allowlist
44
Ansible
5+
Apache Skywalking
56
API
67
APIs
78
Appname
@@ -198,6 +199,7 @@ sharding
198199
SignalFx
199200
Signup
200201
Sigstore
202+
Skywalking
201203
sparkline
202204
sparklines
203205
Sparklines
@@ -242,6 +244,7 @@ upsert
242244
upserts
243245
untrusted
244246
UUIDs
247+
Valgrind
245248
Vectra
246249
Vercel
247250
VictoriaMetrics

0 commit comments

Comments
 (0)