Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to kafkanode #12792

Merged
merged 9 commits into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update annotation for global.pipeline
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
  • Loading branch information
reyesj2 committed Apr 11, 2024
commit 6b28dc72e86ee51476b5e95dedd28361223435ce
3 changes: 1 addition & 2 deletions salt/global/soc_global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ global:
global: True
advanced: True
pipeline:
description: Sets which pipeline technology for events to use. Currently only Redis is supported.
description: Sets which pipeline technology for events to use. Currently only Redis is fully supported. Kafka is experimental and requires a Security Onion Pro license.
global: True
readonly: True
advanced: True
repo_host:
description: Specify the host where operating system packages will be served from.
Expand Down
2 changes: 1 addition & 1 deletion salt/kafka/config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

include:
- ssl

g
kafka_group:
group.present:
- name: kafka
Expand Down