Skip to content

Commit

Permalink
update: #781
Browse files Browse the repository at this point in the history
  • Loading branch information
gschmutz committed Jan 2, 2024
1 parent 9478455 commit 963fdb0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,14 @@ For each service there might be some other settings, such as controlling the num
| `MONITOFI_sleep_interval` | `60` | 1.17.0 | The refresh interval |
| [**_Apache StreamPipes_**](./services/streampipes.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
| `STREAMPIPES_enable` | `false` | 1.14.0 | Generate Apache StreamPipeps service |
| [**_Cribl_**](./services/cribl.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
| `CRIBL_enable` | `false` | 1.17.0 | Generate Cribl service |
| `CRIBL_workers` | `1` | 1.17.0 | Number of Cribl workers, if started in distributed mode |
| `CRIBL_volume_map_data` | `false` | 1.17.0 | Volume map Cribl data folder? |
| [**_Cribl Stream_**](./services/cribl-stream.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
| `CRIBL_STREAM_enable` | `false` | 1.17.0 | Generate Cribl Stream service |
| `CRIBL_STREAM_workers` | `1` | 1.17.0 | Number of Cribl Stream workers, if started in distributed mode |
| `CRIBL_STREAM_volume_map_data` | `false` | 1.17.0 | Volume map Cribl data folder? |
| [**_Cribl Edge_**](./services/cribl-edge.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
| `CRIBL_EDGE_enable` | `false` | 1.17.0 | Generate Cribl Edge service |
| `CRIBL_EDGE_nodes` | `1` | 1.17.0 | Number of Cribl Edge nodes, if started in distributed mode |
| `CRIBL_EDGE_managed` | `false` | 1.17.0 | Do we want Crible Edge to be managed by a Crible Master node. For that you have to also enable Cribl Stream. |
| [**_Conduit_**](./services/conduit.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
| `CONDUIT_enable` | `false` | 1.15.0 | Generate Conduit service |
| [**_FluentD_**](./services/fluentd.md)     ![x86-64](./images/x86-64.png) ![arm](./images/arm.png) | | | |
Expand Down

0 comments on commit 963fdb0

Please sign in to comment.