Files
securityonion/salt
reyesj2 093cbc5ebc Reconfigure Kafka defaults
- Set default number of partitions per topic -> 3. Helps ensure that out of the box we can take advantage of multi-node Kafka clusters via load balancing across atleast 3 brokers. Also multiple searchnodes will be able to pull from each topic. In this case 3 searchnodes (consumers) would be able to pull from all topics concurrently.
- Set default replication factor -> 2. This is the minimum value required for redundancy. Every partition will have 1 replica. In this case if we have 2 brokers each topic will have 3 partitions (load balanced across brokers) and each partition will have a replica on separate broker for redundancy

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
2024-05-02 15:10:13 -04:00
..
2023-07-20 08:36:27 -04:00
2022-10-11 11:57:15 -04:00
2024-02-08 22:05:37 -05:00
2024-04-03 10:24:53 -04:00
2023-07-11 08:35:47 -04:00
2023-08-30 13:04:32 +00:00
2023-03-20 16:20:22 -04:00
2023-12-06 15:44:36 -05:00
2024-03-05 16:42:20 -05:00
2024-05-02 15:10:13 -04:00
2024-01-11 12:30:23 -05:00
2024-01-24 11:17:32 -05:00
2023-12-08 19:37:06 +00:00
2024-05-01 13:01:29 -04:00
2024-05-01 10:45:46 -04:00
2023-06-15 09:54:23 -04:00
2023-07-13 10:54:04 -04:00
2023-12-06 15:51:00 -05:00
2023-07-21 16:06:52 -04:00
2023-07-19 09:51:07 -04:00
2024-04-29 11:35:46 -04:00
2024-03-13 13:49:44 -04:00
2024-04-08 14:01:38 -04:00
2024-03-21 10:09:36 -04:00
2024-03-27 09:36:42 -04:00
2022-10-11 11:57:15 -04:00
2024-04-03 10:06:08 -04:00
2022-12-16 15:59:17 -05:00
2024-03-27 09:36:42 -04:00
2023-04-24 09:31:32 -04:00