Skip to content

Instantly share code, notes, and snippets.

@ycyr
Forked from tuckner/sone.conf
Last active January 12, 2022 13:45
Show Gist options
  • Save ycyr/d418991b3dfdfd90cf9350ab612908c6 to your computer and use it in GitHub Desktop.
Save ycyr/d418991b3dfdfd90cf9350ab612908c6 to your computer and use it in GitHub Desktop.
SentinelOne Cloudfunnel Logstash Input
input {
kafka {
bootstrap_servers => "" #configurable
group_id => "" #configurable
auto_offset_reset => "" #configurable
security_protocol => "SASL_SSL"
sasl_mechanism => "SCRAM-SHA-512"
sasl_jaas_config => "org.apache.kafka.common.security.scram.ScramLoginModule required username='' password='';"
ssl_endpoint_identification_algorithm => ""
topics => [""] #configurable
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment