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
2024-03-18 07:34:18 -04:00
2023-12-19 18:58:17 +00:00
2024-04-11 15:32:00 -04:00
2024-05-01 13:01:29 -04:00
2024-05-02 15:10:13 -04:00
2024-03-20 10:20:04 -04:00
2022-04-08 16:57:40 -04:00
2022-02-09 11:45:12 -05:00
2024-03-20 10:20:04 -04:00
2023-11-29 17:01:29 -05:00
2020-11-17 09:00:02 -05:00
2023-08-07 16:35:05 -04:00
2023-01-11 11:05:01 -05:00
2023-06-26 16:01:58 -04:00
2022-09-07 09:06:25 -04:00
2024-03-20 11:04:40 -04:00
Description
Security Onion 2 - Linux distro for threat hunting, enterprise security monitoring, and log management
Readme 125 MiB
Languages
Shell 51%
Jinja 22.2%
SaltStack 12%
Python 8.7%
CSS 2%
Other 4%