
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
fluent-plugin-gamobile
Advanced tools

Fluentd Output plugin to send access report with "Google Analytics for mobile".
gem install fluent-plugin-gamobile
/usr/lib64/fluent/ruby/bin/fluent-gem install fluent-plugin-gamobile
Please setup "gem install fluent-plugin-rewrite-tag-filter" before trying this sample.
<source>
type tail
path /var/log/httpd/access_log
format apache2
tag td.apache.access
pos_file /var/log/td-agent/apache_access.pos
</source>
<match td.apache.access>
type copy
<store>
type rewrite_tag_filter
rewriterule1 agent (spider|bot|crawler|\+http\:) apache.access.robot
</store>
</match>
<match apache.access.robot>
type gamobile
ga_account MO-12345678-1
# toggle logger mode
development yes # Optional (default: no)
# set UserVar from record
set_var agent # Optional
# treat same user these keys are same.
unique_ident_key host,agent # Optional
# mapping internal name with record
map_dh domain
map_remoteaddr host
map_dp path
map_referer referer
map_useragent agent
</match>
http://www.google.com/intl/ja/analytics/ https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters?hl=ja
patches welcome!
Copyright © 2012- Kentaro Yoshida (@yoshi_ken)
Apache License, Version 2.0
FAQs
Unknown package
We found that fluent-plugin-gamobile 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
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.