博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mysql设置输出格式_rsyslog 配置mysql输出格式
阅读量:6513 次
发布时间:2019-06-24

本文共 999 字,大约阅读时间需要 3 分钟。

http://www.rsyslog.com/doc/v8-stable/configuration/modules/ommysql.html

文档中:

Note rsyslog contains a canned default template to write to the MySQL database. It works on the MonitorWare schema. This template is:

$template tpl,"insert into SystemEvents (Message, Facility, FromHost,

Priority, DeviceReportedTime, ReceivedAt, InfoUnitID, SysLogTag) values

('%msg%', %syslogfacility%, '%HOSTNAME%', %syslogpriority%,

'%timereported:::date-mysql%', '%timegenerated:::date-mysql%', %iut%,

'%syslogtag%')",SQL

As you can see, the template is an actual SQL statement. Note the ”,SQL” option: it tells the template processor that the template is used for SQL processing, thus quote characters are quoted to prevent security issues. You can not assign a template without ”,SQL” to a MySQL output action.

If you would like to change fields contents or add or delete your own fields, you can simply do so by modifying the schema (if required) and creating your own custom template.

请问如何修改template或者自定义template呢?

转载地址:http://dtifo.baihongyu.com/

你可能感兴趣的文章
安卓自定义View——网易颜色渐变效果指示器
查看>>
项目问题总结(一)
查看>>
winform中webBrowser模拟网页操作中遇到的问题
查看>>
移动无线常用测试工具
查看>>
如何避免Oracle Form界面倒入.csv文件出现乱码
查看>>
Javascrtip GOTO 语句(模拟)
查看>>
工厂方法、抽象工厂、简单工厂
查看>>
JavaScript 基础,登录验证.
查看>>
Sqlite基本命令集合(linux/fedora/ubuntu)
查看>>
Centos 安装Puppet
查看>>
实战:MySQL Sending data导致查询很慢的问题详细分析(转)
查看>>
uva 11462 - Age Sort
查看>>
lua mac环境搭配
查看>>
Elasticsearch学习总结
查看>>
华三交换机vlan配置
查看>>
python开发函数进阶:生成器表达式&各种推导式
查看>>
TP5之order()的自定义问题
查看>>
decimalFormat
查看>>
day5-random模块
查看>>
day12-数据库介绍
查看>>