Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
This is a plugin for Logstash.
To get started using this plugin, you will need three things:
gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
gem install bundler
bundle install
rake install_jars
gem build logstash-input-dis.gemspec
Gemfile
,并添加本地插件路径gem "logstash-input-dis", :path => "/your/local/logstash-input-dis"
bin/logstash-plugin install --no-verify
input
{
dis {
streams => ["YOU_DIS_STREAM_NAME"]
endpoint => "https://dis.cn-north-1.myhuaweicloud.com"
ak => "YOU_ACCESS_KEY_ID"
sk => "YOU_SECRET_KEY_ID"
region => "cn-north-1"
project_id => "YOU_PROJECT_ID"
group_id => "YOU_GROUP_ID"
decorate_events => true
auto_offset_reset => "earliest"
}
}
Name | Description | Default |
---|---|---|
streams | 指定在DIS服务上创建的通道名称。 | - |
ak | 用户的Access Key,可从华为云控制台“我的凭证”页获取。 | - |
sk | 用户的Secret Key,可从华为云控制台“我的凭证”页获取。 | - |
region | 将数据上传到指定Region的DIS服务。 | cn-north-1 |
project_id | 用户所属区域的项目ID,可从华为云控制台“我的凭证”页获取。 | - |
endpoint | DIS对应Region的数据接口地址。 | https://dis.cn-north-1.myhuaweicloud.com |
group_id | DIS App名称,用于标识一个消费组,值可以为任意字符串。 | - |
FAQs
Unknown package
We found that logstash-input-dis demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.