YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* ログフォーマットの変更 [#l1fb7824]
** テンプレートの変更 [#r2f4c04f]
*** 全体の変更 [#j1753113]
$ActionFileDefaultTemplate = RSYSLOG_FileFormat
*** 個別の変更 [#r799ce16]
*.info /var/log/messages;RSYSLOG_FileFormat
*** 設定済みのテンプレート詳細 [#acf898ca]
>Legacy String-based Template Samples
>
>This section provides some default templates in legacy f...
$template FileFormat,"%TIMESTAMP:::date-rfc3339% %HOSTNA...
$template TraditionalFileFormat,"%TIMESTAMP% %HOSTNAME% ...
$template ForwardFormat,"<%PRI%>%TIMESTAMP:::date-rfc333...
$template TraditionalForwardFormat,"<%PRI%>%TIMESTAMP% %...
http://www.rsyslog.com/doc/rsyslog_conf_templates.html
** 自分でテンプレートを作成してそれに変更する [#g611a3e5]
*** テンプレートの作成 [#xed159f2]
$template myTmpl, "%timegenerated:0:19:date-rfc3339% %ms...
*** テンプレートの変更 [#kb169751]
*.info /var/log/messages;myTmpl
*** テンプレートで使用できるプロパティ(とそのオプション...
http://www.rsyslog.com/doc/property_replacer.html
*** 参考 [#y3b0e37f]
http://www.rsyslog.com/doc/rsyslog_conf_templates.html
** rsyslog.confの新しい書式 [#k1e1b0dd]
template(name="myTmpl" type="list") {
constant(value="DEBUG: ")
property(name="msfg")
constant(value="\n")
}
*.* action(type="omfile" file="/var/log/messages" templa...
最近のバージョンのrsyslogにしか対応してない。
** 参考 [#z67ed7ef]
- rsyslog.conf configuration file http://www.rsyslog.com/...
- http://www.atmarkit.co.jp/ait/articles/0812/05/news152....
- http://d.hatena.ne.jp/hogem/20120329
- http://baalzephon.no-ip.org/tech/index.php?rsyslogd
終了行:
* ログフォーマットの変更 [#l1fb7824]
** テンプレートの変更 [#r2f4c04f]
*** 全体の変更 [#j1753113]
$ActionFileDefaultTemplate = RSYSLOG_FileFormat
*** 個別の変更 [#r799ce16]
*.info /var/log/messages;RSYSLOG_FileFormat
*** 設定済みのテンプレート詳細 [#acf898ca]
>Legacy String-based Template Samples
>
>This section provides some default templates in legacy f...
$template FileFormat,"%TIMESTAMP:::date-rfc3339% %HOSTNA...
$template TraditionalFileFormat,"%TIMESTAMP% %HOSTNAME% ...
$template ForwardFormat,"<%PRI%>%TIMESTAMP:::date-rfc333...
$template TraditionalForwardFormat,"<%PRI%>%TIMESTAMP% %...
http://www.rsyslog.com/doc/rsyslog_conf_templates.html
** 自分でテンプレートを作成してそれに変更する [#g611a3e5]
*** テンプレートの作成 [#xed159f2]
$template myTmpl, "%timegenerated:0:19:date-rfc3339% %ms...
*** テンプレートの変更 [#kb169751]
*.info /var/log/messages;myTmpl
*** テンプレートで使用できるプロパティ(とそのオプション...
http://www.rsyslog.com/doc/property_replacer.html
*** 参考 [#y3b0e37f]
http://www.rsyslog.com/doc/rsyslog_conf_templates.html
** rsyslog.confの新しい書式 [#k1e1b0dd]
template(name="myTmpl" type="list") {
constant(value="DEBUG: ")
property(name="msfg")
constant(value="\n")
}
*.* action(type="omfile" file="/var/log/messages" templa...
最近のバージョンのrsyslogにしか対応してない。
** 参考 [#z67ed7ef]
- rsyslog.conf configuration file http://www.rsyslog.com/...
- http://www.atmarkit.co.jp/ait/articles/0812/05/news152....
- http://d.hatena.ne.jp/hogem/20120329
- http://baalzephon.no-ip.org/tech/index.php?rsyslogd
ページ名: