
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
logstash-input-google-analytics-daily
Advanced tools
Logstash plugin to pull daily reports from the Google Analytics v3 Core Reporting API.
Forked from https://github.com/russorat/logstash-input-googleanalytics.git.
Documentation can be seen in the docs folder (for now). Hopefully, this moves to logstash-plugins repo soon, so it can be rendered properly on elastic.co,
To get started, you'll need JRuby with the Bundler gem installed (jruby -S gem install bundler
).
Install dependencies
jruby -S bundle install
jruby -S bundle exec rspec
Gemfile
and add the local plugin path, for example:gem "logstash-input-google-analytics-daily", :path => "/your/local/logstash-input-googleanalytics"
bin/plugin install --no-verify
input {
google_analytics_daily {
view_id => "ga:62549480"
metrics => ["ga:users","ga:sessions"]
key_file_path => "C:/logstash-7.6.1/keyfile.json"
dates => ['yesterday', '2020-04-05']
dimensions => ['ga:browser', 'ga:city']
}
}
output {
stdout {
codec => rubydebug
}
}
bin/logstash -f logstash.conf
NOTE: Any modifications to the plugin code will not show up until you restart Logstash.
Logstash by editing its Gemfile
and pointing the :path
to your local plugin development directory or you can build the gem and install it using:
jruby -S gem build logstash-input-google-analytics-daily.gemspec
bin/plugin install install Projects/logstash-input-google-analytics-daily/logstash-input-google-analytics-daily-1.0.0.gem
bin/logstash -f logstash.conf
FAQs
Unknown package
We found that logstash-input-google-analytics-daily 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.