mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Update kafka process_x_roles annotation
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -92,8 +92,10 @@ kafka:
|
||||
forcedType: int
|
||||
helpLink: kafka.html
|
||||
process_x_roles:
|
||||
description: The roles the process performs. Use a comma-seperated list is multiple.
|
||||
description: The roles performed by Kafka node. Default is to act as 'broker' only.
|
||||
title: process.roles
|
||||
regex: ^(broker|controller|broker,controller|controller,broker)$
|
||||
regexFailureMessage: Valid values include 'broker' 'controller' or 'broker,controller'
|
||||
helpLink: kafka.html
|
||||
socket_x_receive_x_buffer_x_bytes:
|
||||
description: Size, in bytes of the SO_RCVBUF buffer. A value of -1 will use the OS default.
|
||||
|
||||
Reference in New Issue
Block a user