
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
fluent-plugin-mysql-appender
Advanced tools
Fluentd input plugin to track insert event only from MySQL database server. Simple incremental id's insert.
install with gem or fluent-gem command as:
# for system installed fluentd
$ gem install fluent-plugin-mysql-appender
# for td-agent2
$ td-agent-gem install fluent-plugin-mysql-appender
It is a example when detecting insert events.
$ mysql -e "create database myweb"
$ mysql myweb -e "create table search_test(id int auto_increment, text text, PRIMARY KEY (id))"
$ sleep 10
$ mysql myweb -e "insert into search_test(text) values('aaa')"
$ tail -f /var/log/td-agent/td-agent.log
2013-11-25 18:22:25 +0900 appender.myweb.search_test: {"id":"1","text":"aaa"}
mysql query log is below
$ tail -f /var/log/mysql/general-query.log
161108 19:25:52 4 Connect root@localhost on myweb
4 Query SELECT id, text FROM search_test where id > -1 order by id asc
4 Quit
161108 19:26:02 5 Connect root@localhost on myweb
4 Query SELECT id, text FROM search_test where id > 1 order by id asc
4 Quit
see example/mysql_single_table_to_tresure_data.md.
Features
see example/mysql_multi_table_to_tresure_data.md.
Features
Pull requests are very welcome like below!!
FAQs
Unknown package
We found that fluent-plugin-mysql-appender 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.