Skip to content

Commit fa14b2b

Browse files
authored
Merge pull request #1711 from fluent/lynettemiles/sc-136166/update-fluent-bit-docs-pipeline-inputs-collectd
2 parents 95e6834 + 9182f67 commit fa14b2b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

pipeline/inputs/collectd.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# Collectd
22

3-
The **collectd** input plugin allows you to receive datagrams from collectd service.
3+
The _Collectd_ input plugin lets you receive datagrams from the `collectd` service.
44

5-
## Configuration Parameters <a id="config"></a>
5+
## Configuration parameters
66

77
The plugin supports the following configuration parameters:
88

99
| Key | Description | Default |
1010
| :--- | :--- | :--- |
11-
| Listen | Set the address to listen to | 0.0.0.0 |
12-
| Port | Set the port to listen to | 25826 |
13-
| TypesDB | Set the data specification file | /usr/share/collectd/types.db |
14-
| Threaded | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
11+
| `Listen` | Set the address to listen to. | `0.0.0.0` |
12+
| `Port` | Set the port to listen to. | `25826` |
13+
| `TypesDB` | Set the data specification file. | `/usr/share/collectd/types.db` |
14+
| `Threaded` | Indicates whether to run this input in its own [thread](../../administration/multithreading.md#inputs). | `false` |
1515

16-
## Configuration Examples <a id="config_example"></a>
16+
## Configuration examples
1717

18-
Here is a basic configuration example.
18+
Here is a basic configuration example:
1919

2020
```python
2121
[INPUT]
@@ -29,6 +29,6 @@ Here is a basic configuration example.
2929
Match *
3030
```
3131

32-
With this configuration, Fluent Bit listens to `0.0.0.0:25826`, and outputs incoming datagram packets to stdout.
32+
With this configuration, Fluent Bit listens to `0.0.0.0:25826`, and outputs incoming datagram packets to `stdout`.
3333

34-
You must set the same types.db files that your collectd server uses. Otherwise, Fluent Bit may not be able to interpret the payload properly.
34+
You must set the same `types.db` files that your `collectd` server uses. Otherwise, Fluent Bit might not be able to interpret the payload properly.

vale-styles/FluentBit/Spelling-exceptions.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ CloudWatch
2424
CMake
2525
cmdlet
2626
cmetrics
27+
collectd
2728
Config
2829
Coralogix
2930
coroutine
@@ -34,6 +35,8 @@ DaemonSet
3435
Dash0
3536
Datadog
3637
Datagen
38+
datagram
39+
datagrams
3740
datapoint
3841
datapoints
3942
Datastream

0 commit comments

Comments
 (0)