<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rsyslog.git, branch ommongodb</title>
<subtitle>rsyslog development for Lumberjack - various unofficial and potentially rebased branches</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/'/>
<entry>
<title>Add support for optional JSON fields</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T07:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=02ea1d97657ed81797e02ef80c7f89195cf82a27'/>
<id>02ea1d97657ed81797e02ef80c7f89195cf82a27</id>
<content type='text'>
These fields are only relevant in field templates (i.e. mongodb): a
field for a non-existent CEE property is not created (instead of being
set to an empty string).

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These fields are only relevant in field templates (i.e. mongodb): a
field for a non-existent CEE property is not created (instead of being
set to an empty string).

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle $!all-json in field templates</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T07:19:09+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=f2068e080718f28b98034233ea08b50f3d2ab220'/>
<id>f2068e080718f28b98034233ea08b50f3d2ab220</id>
<content type='text'>
Let msg.c handle appending fields, which also allows it to append more
than one field per replaced property.

The result allows supplementing CEE data with other (non-constant)
properties, but will currently result in duplicates if $!all-json and
the template contain fields with the same names.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let msg.c handle appending fields, which also allows it to append more
than one field per replaced property.

The result allows supplementing CEE data with other (non-constant)
properties, but will currently result in duplicates if $!all-json and
the template contain fields with the same names.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Send fields specified by a template to mongodb.</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T06:21:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ee8e701cddaac8e786f388beff89b57f84a1a346'/>
<id>ee8e701cddaac8e786f388beff89b57f84a1a346</id>
<content type='text'>
Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ACT_FIELDS_PASSING, test in mongodb</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T05:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=30a43cc865f3d7247ec0356566e57b9252e2e6c1'/>
<id>30a43cc865f3d7247ec0356566e57b9252e2e6c1</id>
<content type='text'>
The mongodb test contains only debug printfs.

Example template, inspired by writeMongoDB_msg:

$template MongoTemplate,"%hostname::::sys%%timereported::::time%%timegenerated::::time_rcvd%%msg%%syslogfacility-text::::syslog_fac%%syslogseverity-text::::syslog_server%%syslogtag::::syslog_tag%%programname::::procid%%procid::::pid%%$!foo::::foo%%$!abc::::renamed%"

Note that JSON escaping is actually undesirable in this mode (should it
be silently ignored?), $!all-json doesn't yet work as expected, and all
data is stored as strings.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The mongodb test contains only debug printfs.

Example template, inspired by writeMongoDB_msg:

$template MongoTemplate,"%hostname::::sys%%timereported::::time%%timegenerated::::time_rcvd%%msg%%syslogfacility-text::::syslog_fac%%syslogseverity-text::::syslog_server%%syslogtag::::syslog_tag%%programname::::procid%%procid::::pid%%$!foo::::foo%%$!abc::::renamed%"

Note that JSON escaping is actually undesirable in this mode (should it
be silently ignored?), $!all-json doesn't yet work as expected, and all
data is stored as strings.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OMSR_TPL_AS_FIELDS mode for output modules.</title>
<updated>2012-08-28T08:26:42+00:00</updated>
<author>
<name>Miloslav Trmač</name>
<email>mitr@redhat.com</email>
</author>
<published>2012-08-11T03:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=67039f21b40f711b2462b022b8c508af75ef3dcb'/>
<id>67039f21b40f711b2462b022b8c508af75ef3dcb</id>
<content type='text'>
This does not yet do anything.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not yet do anything.

Signed-off-by: Miloslav Trmač &lt;mitr@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master-uuid'</title>
<updated>2012-08-27T15:10:25+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-27T15:10:25+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=2514bccdccaebe128055ffa0dc5132b4f4c48635'/>
<id>2514bccdccaebe128055ffa0dc5132b4f4c48635</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master-newtemplate'</title>
<updated>2012-08-27T15:09:54+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-27T15:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=a74898dc827ed4a8f9587196716746031b1e5169'/>
<id>a74898dc827ed4a8f9587196716746031b1e5169</id>
<content type='text'>
Conflicts:
	runtime/msg.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	runtime/msg.c
</pre>
</div>
</content>
</entry>
<entry>
<title>made new uuid property threadsafe</title>
<updated>2012-08-26T12:28:13+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-26T12:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=ec48c41e27ec15618f57b54209eaafe025e29010'/>
<id>ec48c41e27ec15618f57b54209eaafe025e29010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add uuid property to message object</title>
<updated>2012-08-26T12:13:26+00:00</updated>
<author>
<name>Jérôme Renard</name>
<email>jerome.renard@gmail.com</email>
</author>
<published>2012-08-26T12:13:26+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=744d7c426da4aa3229771358a5da27b79e2edf52'/>
<id>744d7c426da4aa3229771358a5da27b79e2edf52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v6-stable'</title>
<updated>2012-08-26T10:29:08+00:00</updated>
<author>
<name>Rainer Gerhards</name>
<email>rgerhards@adiscon.com</email>
</author>
<published>2012-08-26T10:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mitr/public_git/rsyslog.git/commit/?id=d1589cd43978c700e2c88747e04d29c64a25d185'/>
<id>d1589cd43978c700e2c88747e04d29c64a25d185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
