
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
logstash-input-pulsar
Advanced tools
This is a Ruby plugin for Logstash.
It is fully free and fully open source. The license is Apache 2.0, meaning you are free to use it however you want.
This input will read events from a Pulsar topic.
The version of this plugin x.y.z.m conforms to Pulsar x.y.z, while m is the patch version number. For broker compatibility, see the official Pulsar compatibility reference. If the compatibility wiki is not up-to-date, please contact Pulsar support/community to confirm compatibility.
If you require features not yet available in this plugin (including client version upgrades), please file an issue with details about what you need.
This plugin supports these configuration options.
Settings | Input type | Default value | Required |
---|---|---|---|
service_url | string | - | Yes |
topics or topics_pattern | array | ["topic-1"] | No |
subscription_name | string | "logstash-group" | No |
client_id | string | "logstash-client" | No |
subscription_type | string, one of["Shared","Exclusive","Failover","Key_shared"] | "Shared" | No |
subscription_initial_position | string, one of["Latest","Earliest"] | "Earliest" | No |
codec | codec | "plain" | No |
consumer_threads | number | 1 | No |
decorate_events | boolean | false | No |
commit_async | boolean | false | No |
auth_plugin_class_name | string | - | No |
auth_params | password | - | No |
pulsar without tls & token
input{
pulsar{
serviceUrl => "pulsar://127.0.0.1:6650"
codec => "json"
topics => [
"persistent://public/default/topic1",
"persistent://public/default/topic2"
]
subscriptionName => "my_consumer"
subscriptionType => "Shared"
subscriptionInitialPosition => "Earliest"
}
}
pulsar with token
input{
pulsar{
serviceUrl => "pulsar://127.0.0.1:6650"
codec => "plain"
topics => [
"persistent://public/default/topic1",
"persistent://public/default/topic2"
]
subscriptionName => "my_subscription"
subscriptionType => "Shared"
subscriptionInitialPosition => "Earliest"
auth_plugin_class_name => "org.apache.pulsar.client.impl.auth.AuthenticationToken"
auth_params => "token:${token}"
}
}
Get the latest zip file from release page. https://github.com/NiuBlibing/logstash-input-pulsar/releases
Install this plugin using logstash preoffline command.
bin/logstash-plugin install /{PATH_TO}/logstash-input-pulsar-x.y.z.m.gem
bundle install
rake install_jars
gem build logstash-input-pulsar.gemspec
FAQs
Unknown package
We found that logstash-input-pulsar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.