Skip to content

Instantly share code, notes, and snippets.

@ion-storm
Forked from tuckner/sone.conf
Last active October 9, 2020 21:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion-storm/0f82371a2cbf0bf17ca28c40d5fdc16e to your computer and use it in GitHub Desktop.
Save ion-storm/0f82371a2cbf0bf17ca28c40d5fdc16e 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